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

  /src/external/bsd/libfido2/lib/
Makefile 80 fido_assert_allow_cred.3 \
  /src/external/bsd/libfido2/dist/examples/
assert.c 212 if ((r = fido_assert_allow_cred(assert, body,
214 errx(1, "fido_assert_allow_cred: %s (0x%x)",
  /src/external/bsd/libfido2/dist/src/
fido.h 129 int fido_assert_allow_cred(fido_assert_t *, const unsigned char *, size_t);
assert.c 679 fido_assert_allow_cred(fido_assert_t *assert, const unsigned char *ptr, function
  /src/external/bsd/libfido2/dist/tools/
assert_get.c 146 if ((r = fido_assert_allow_cred(assert, id.ptr,
148 errx(1, "fido_assert_allow_cred: %s", fido_strerr(r));
  /src/external/bsd/libfido2/dist/fuzz/
fuzz_assert.c 230 fido_assert_allow_cred(assert, cred->body, cred->len);
  /src/crypto/external/bsd/openssh/dist/
sk-usbhid.c 297 if ((r = fido_assert_allow_cred(assert, key_handle,
299 skdebug(__func__, "fido_assert_allow_cred: %s", fido_strerr(r));
1066 if ((r = fido_assert_allow_cred(assert, key_handle,
1068 skdebug(__func__, "fido_assert_allow_cred: %s", fido_strerr(r));
  /src/external/bsd/pam-u2f/dist/
util.c 1001 r = fido_assert_allow_cred(assert, buf, buf_len);

Completed in 20 milliseconds