Lines Matching refs:auth
810 struct netr_authenticator *auth, struct netr_authenticator *ret_auth)
812 bzero(auth, sizeof (struct netr_authenticator));
815 auth->timestamp = netr_info->timestamp;
820 (netr_cred_t *)&auth->credential) != SMBAUTH_SUCCESS)
841 * Returns NT_STATUS_INSUFFICIENT_LOGON_INFO if auth->credential is a
856 netr_validate_chain(netr_info_t *netr_info, struct netr_authenticator *auth)
871 if (&auth->credential == 0) {
880 rc = memcmp(&cred, &auth->credential, sizeof (netr_cred_t));
967 syslog(LOG_DEBUG, "netr_clnt(auth): "
1045 struct netr_authenticator auth;
1081 rc = netr_setup_authenticator(netr_info, &auth, &ret_auth);
1087 arg.auth = &auth;
1402 if (netr_setup_authenticator(netr_info, &arg.auth, 0) !=
1437 if (netr_validate_chain(netr_info, &arg.auth) == 0) {