Searched refs:preauth_mech (Results 1 – 4 of 4) sorted by relevance
59 if (s->preauth_mech != NULL) in smb31_preauth_init_mech()68 s->preauth_mech = mech; in smb31_preauth_init_mech()76 if ((mech = s->preauth_mech) != NULL) { in smb31_preauth_fini()78 s->preauth_mech = NULL; in smb31_preauth_fini()151 if (s->preauth_mech == NULL) in smb31_preauth_sha512_calc()154 if ((rc = smb_sha512_init(&ctx, s->preauth_mech)) != 0) in smb31_preauth_sha512_calc()
836 if (session->preauth_mech != NULL) in smb_session_delete()
57 if (s->preauth_mech != NULL) in smb31_preauth_init_mech()66 s->preauth_mech = mech; in smb31_preauth_init_mech()74 if ((mech = s->preauth_mech) != NULL) { in smb31_preauth_fini()76 s->preauth_mech = NULL; in smb31_preauth_fini()138 if (s->preauth_mech == NULL) in smb31_preauth_sha512_calc()141 if ((rc = smb_sha512_init(&ctx, s->preauth_mech)) != 0) in smb31_preauth_sha512_calc()
958 void *preauth_mech; member