Searched defs:ret_auth (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_logon.c380 struct netr_authenticator ret_auth; local
410 rc = netr_setup_authenticator(netr_info, &auth, &ret_auth);
417 arg.ret_auth = &ret_auth;
461 (void) netr_validate_chain(netr_info, arg.ret_auth);
463 status = netr_validate_chain(netr_info, arg.ret_auth);
563 struct netr_authenticator *auth, struct netr_authenticator *ret_auth)
576 if (ret_auth) {
577 bzero(ret_auth, sizeof (struct netr_authenticator));
578 ret_auth
562 netr_setup_authenticator(netr_info_t *netr_info, struct netr_authenticator *auth, struct netr_authenticator *ret_auth) argument
[all...]

Completed in 58 milliseconds