Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/src/
H A Dtpm.c173 get_signed_name(tpm_sha256_name_t *name, const fido_blob_t *pubarea) in get_signed_name() argument
178 SHA256(pubarea->ptr, pubarea->len, name->body) != name->body) { in get_signed_name()
299 const fido_blob_t *authdata_raw, const fido_blob_t *pubarea) in check_sha1_certinfo() argument
311 get_signed_name(&signed_name, pubarea) < 0) { in check_sha1_certinfo()
349 const fido_blob_t *pubarea = &attstmt->pubarea; in fido_get_signed_hash_tpm() local
360 if (check_es256_pubarea(pubarea, &attcred->pubkey.es256) < 0) { in fido_get_signed_hash_tpm()
366 if (check_rs256_pubarea(pubarea, &attcred->pubkey.rs256) < 0) { in fido_get_signed_hash_tpm()
378 pubarea) < 0) { in fido_get_signed_hash_tpm()
H A Dcred.c544 fido_blob_reset(&attstmt->pubarea); in fido_cred_clean_attstmt()
H A Dcbor.c1442 if (fido_blob_decode(val, &attstmt->pubarea) < 0) { in decode_attstmt_entry()
/freebsd/contrib/libfido2/src/fido/
H A Dtypes.h144 fido_blob_t pubarea; /* tpm attestation TPMT_PUBLIC structure */ member