Home
last modified time | relevance | path

Searched defs:cdh (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/libfido2/tools/
H A Dcred_make.c23 struct blob cdh; in prepare_cred() local
94 char *cdh = NULL; in print_attcred() local
H A Dassert_get.c82 struct blob cdh; in prepare_assert() local
162 char *cdh = NULL; in print_assert() local
H A Dcred_verify.c23 struct blob cdh; in prepare_cred() local
H A Dassert_verify.c28 struct blob cdh; in prepare_assert() local
/freebsd-src/contrib/libfido2/src/
H A Dtouch.c18 unsigned char cdh[SHA256_DIGEST_LENGTH]; in fido_dev_get_touch_begin() local
H A Du2f.c313 do_auth(fido_dev_t *dev, const fido_blob_t *cdh, const char *rp_id, in do_auth()
/freebsd-src/contrib/libfido2/fuzz/
H A Dfuzz_cred.c31 struct blob cdh; member
214 make_cred(fido_cred_t *cred, uint8_t opt, int type, const struct blob *cdh, in make_cred()
H A Dfuzz_assert.c27 struct blob cdh; member
206 get_assert(fido_assert_t *assert, uint8_t opt, const struct blob *cdh, in get_assert()
/freebsd-src/contrib/libfido2/regress/
H A Dassert.c69 static const unsigned char cdh[32] = { variable
H A Dcred.c21 static const unsigned char cdh[32] = { variable
/freebsd-src/contrib/libfido2/src/fido/
H A Dtypes.h171 fido_blob_t cdh; /* client data hash */ member
217 fido_blob_t cdh; /* client data hash */ member