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

  /src/external/bsd/libfido2/dist/tools/
cred_make.c 104 r |= base64_encode(fido_cred_authdata_ptr(cred),
  /src/external/bsd/libfido2/dist/examples/
cred.c 331 verify_cred(type, fido_cred_fmt(cred), fido_cred_authdata_ptr(cred),
  /src/external/bsd/libfido2/dist/src/
fido.h 118 const unsigned char *fido_cred_authdata_ptr(const fido_cred_t *);
cred.c 1166 fido_cred_authdata_ptr(const fido_cred_t *cred) function
  /src/external/bsd/libfido2/dist/fuzz/
fuzz_cred.c 393 fido_cred_rp_name(cred), fido_cred_authdata_ptr(cred),
fuzz_attobj.c 328 consume(fido_cred_authdata_ptr(cred), fido_cred_authdata_len(cred));
  /src/crypto/external/bsd/openssh/dist/
sk-usbhid.c 880 if ((ptr = fido_cred_authdata_ptr(cred)) != NULL) {
  /src/external/bsd/libfido2/dist/regress/
cred.c 2217 assert(fido_cred_authdata_ptr(c) == NULL);
2599 assert(fido_cred_authdata_ptr(c) == NULL);
2787 assert((ptr = fido_cred_authdata_ptr(c)) != NULL);
2801 assert((ptr = fido_cred_authdata_ptr(c)) != NULL);
2939 assert(memcmp(fido_cred_authdata_ptr(c), authdata_tpm_es256, sizeof(authdata_tpm_es256)) == 0);
2973 assert(memcmp(fido_cred_authdata_ptr(c), authdata, sizeof(authdata)) == 0);

Completed in 21 milliseconds