pwset 772 source4/torture/rpc/schannel.c struct netr_ServerPasswordSet pwset;
pwset 787 source4/torture/rpc/schannel.c pwset.in.server_name = talloc_asprintf(
pwset 789 source4/torture/rpc/schannel.c pwset.in.computer_name =
pwset 791 source4/torture/rpc/schannel.c pwset.in.account_name = talloc_asprintf(
pwset 792 source4/torture/rpc/schannel.c net_pipe, "%s$", pwset.in.computer_name);
pwset 793 source4/torture/rpc/schannel.c pwset.in.secure_channel_type = SEC_CHAN_WKSTA;
pwset 794 source4/torture/rpc/schannel.c pwset.in.credential = &credential;
pwset 795 source4/torture/rpc/schannel.c pwset.in.new_password = &new_password;
pwset 796 source4/torture/rpc/schannel.c pwset.out.return_authenticator = &return_authenticator;
pwset 805 source4/torture/rpc/schannel.c status = dcerpc_netr_ServerPasswordSet(net_pipe, torture, &pwset);
pwset 810 source4/torture/rpc/schannel.c &pwset.out.return_authenticator->cred)) {