HomeSort by: relevance | last modified time | path
    Searched refs:fido_cred_set_prot (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/libfido2/dist/examples/
cred.c 91 if (cred_protect != 0 && (r = fido_cred_set_prot(cred,
93 errx(1, "fido_cred_set_prot: %s (0x%x)", fido_strerr(r), r);
305 if (cred_protect != 0 && (r = fido_cred_set_prot(cred,
307 errx(1, "fido_cred_set_prot: %s (0x%x)", fido_strerr(r), r);
  /src/external/bsd/libfido2/dist/tools/
cred_make.c 224 r = fido_cred_set_prot(cred, cred_protect);
226 errx(1, "fido_cred_set_prot: %s", fido_strerr(r));
cred_verify.c 159 r = fido_cred_set_prot(cred, cred_prot);
161 errx(1, "fido_cred_set_prot: %s", fido_strerr(r));
  /src/external/bsd/libfido2/dist/fuzz/
fuzz_cred.c 250 fido_cred_set_prot(cred, user_id->body[0] & 0x03);
305 fido_cred_set_prot(cred, prot);
  /src/external/bsd/libfido2/dist/src/
fido.h 168 int fido_cred_set_prot(fido_cred_t *, int);
credman.c 291 fido_cred_set_prot(cred, (int)prot) != FIDO_OK)
cred.c 1010 fido_cred_set_prot(fido_cred_t *cred, int prot) function
  /src/crypto/external/bsd/openssh/dist/
sk-usbhid.c 815 if ((r = fido_cred_set_prot(cred, credprot)) != FIDO_OK) {
816 skdebug(__func__, "fido_cred_set_prot: %s",
  /src/external/bsd/libfido2/dist/regress/
cred.c 2766 assert(fido_cred_set_prot(c, FIDO_CRED_PROT_UV_OPTIONAL_WITH_ID) == FIDO_OK);

Completed in 62 milliseconds