Home
last modified time | relevance | path

Searched refs:authslot (Results 1 – 2 of 2) sorted by relevance

/dports/security/pam_p11/pam_p11-0.3.1/src/
H A Dpam_p11.c510 PKCS11_SLOT **authslot, PKCS11_KEY **authkey) in key_find() argument
514 if (NULL == authslot || NULL == authkey) { in key_find()
519 *authslot = NULL; in key_find()
559 *authslot = slot; in key_find()
588 *authslot = slot; in key_find()
698 PKCS11_SLOT *slots, *authslot; in pam_sm_authenticate() local
709 &authslot, &authkey)) { in pam_sm_authenticate()
715 if (authslot->token->userPinLocked) { in pam_sm_authenticate()
771 PKCS11_SLOT *slots, *authslot; in pam_sm_chauthtok() local
788 &authslot, &authkey)) { in pam_sm_chauthtok()
[all …]
/dports/net/mDNSResponder/mDNSResponder-1310.140.1/mDNSShared/
H A Duds_daemon.c5586 int authslot = 0; in LogEtcHostsToFD() local
5591 if (m->rrauth.rrauth_hash[slot]) authslot++; in LogEtcHostsToFD()
5614 …al records %d, Total Auth Groups %d, Auth Slots %d>", count, m->rrauth.rrauth_totalused, authslot); in LogEtcHostsToFD()