Searched refs:authdata_raw (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libfido2/src/ |
H A D | tpm.c | 299 const fido_blob_t *authdata_raw, const fido_blob_t *pubarea) in check_sha1_certinfo() argument 310 if (get_signed_sha1(&signed_data, authdata_raw, clientdata_hash) < 0 || in check_sha1_certinfo() 346 const fido_blob_t *authdata_raw, const fido_attstmt_t *attstmt, in fido_get_signed_hash_tpm() argument 377 if (check_sha1_certinfo(certinfo, clientdata_hash, authdata_raw, in fido_get_signed_hash_tpm()
|
H A D | cred.c | 33 if (fido_blob_decode(val, &cred->authdata_raw) < 0) { in parse_makecred_reply() 397 &cred->authdata_raw, &cred->attstmt, &cred->attcred) < 0) { in fido_cred_verify() 532 fido_blob_reset(&cred->authdata_raw); in fido_cred_clean_authdata() 616 if (fido_blob_decode(item, &cred->authdata_raw) < 0) { in fido_cred_set_authdata() 650 if (fido_blob_set(&cred->authdata_raw, ptr, len) < 0) { in fido_cred_set_authdata_raw() 1069 return (cred->authdata_raw.ptr); in fido_cred_authdata_raw_ptr() 1075 return (cred->authdata_raw.len); in fido_cred_authdata_raw_len()
|
H A D | winhello.c | 766 if (fido_blob_decode(val, &cred->authdata_raw) < 0) { in winhello_get_assert()
|
/freebsd/contrib/libfido2/src/fido/ |
H A D | types.h | 182 fido_blob_t authdata_raw; /* cbor-decoded payload */ member 202 fido_blob_t authdata_raw; /* raw authdata */
|