Home
last modified time | relevance | path

Searched refs:authdata_raw (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dtpm.c299 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 Dcred.c33 if (fido_blob_decode(val, &cred->authdata_raw) < 0) { in parse_makecred_reply()
414 &cred->authdata_raw, &cred->attstmt, &cred->attcred) < 0) { in fido_cred_verify()
549 fido_blob_reset(&cred->authdata_raw); in fido_cred_clean_authdata()
641 if (fido_blob_decode(item, &cred->authdata_raw) < 0) { in fido_cred_set_authdata()
675 if (fido_blob_set(&cred->authdata_raw, ptr, len) < 0) { in fido_cred_set_authdata_raw()
1180 return (cred->authdata_raw.ptr); in fido_cred_authdata_raw_ptr()
1186 return (cred->authdata_raw.len); in fido_cred_authdata_raw_len()
H A Dcbor.c1159 if (fido_blob_decode(val, &cred->authdata_raw) < 0) { in decode_attobj()
/freebsd/contrib/libfido2/src/fido/
H A Dtypes.h187 fido_blob_t authdata_raw; /* cbor-decoded payload */ member
208 fido_blob_t authdata_raw; /* raw authdata */ member