Searched refs:pubarea (Results 1 – 4 of 4) sorted by relevance
173 get_signed_name(tpm_sha256_name_t *name, const fido_blob_t *pubarea) in get_signed_name() argument178 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() argument311 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() local360 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()
544 fido_blob_reset(&attstmt->pubarea); in fido_cred_clean_attstmt()
1442 if (fido_blob_decode(val, &attstmt->pubarea) < 0) { in decode_attstmt_entry()
144 fido_blob_t pubarea; /* tpm attestation TPMT_PUBLIC structure */ member