Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsk-usbhid.c843 int credprot; in sk_enroll() local
931 credprot = 0; (void)credprot; /* avoid warning */ in sk_enroll()
941 credprot = FIDO_CRED_PROT_UV_REQUIRED; in sk_enroll()
943 credprot = FIDO_CRED_PROT_UV_OPTIONAL_WITH_ID; in sk_enroll()
945 if ((r = fido_cred_set_prot(cred, credprot)) != FIDO_OK) { in sk_enroll()
/freebsd/contrib/libfido2/
H A DNEWS178 ** FIDO2 credential protection (credprot) support.