Searched refs:credprot (Results 1 – 2 of 2) sorted by relevance
843 int credprot; in sk_enroll() local931 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()
178 ** FIDO2 credential protection (credprot) support.