Lines Matching refs:fido_blob_t
147 get_signed_sha1(tpm_sha1_data_t *dgst, const fido_blob_t *authdata,
148 const fido_blob_t *clientdata)
173 get_signed_name(tpm_sha256_name_t *name, const fido_blob_t *pubarea) in get_signed_name()
226 check_rs256_pubarea(const fido_blob_t *buf, const rs256_pk_t *pk) in check_rs256_pubarea()
261 check_es256_pubarea(const fido_blob_t *buf, const es256_pk_t *pk) in check_es256_pubarea()
298 check_sha1_certinfo(const fido_blob_t *buf, const fido_blob_t *clientdata_hash, in check_sha1_certinfo()
299 const fido_blob_t *authdata_raw, const fido_blob_t *pubarea) in check_sha1_certinfo()
345 fido_get_signed_hash_tpm(fido_blob_t *dgst, const fido_blob_t *clientdata_hash, in fido_get_signed_hash_tpm()
346 const fido_blob_t *authdata_raw, const fido_attstmt_t *attstmt, in fido_get_signed_hash_tpm()
349 const fido_blob_t *pubarea = &attstmt->pubarea; in fido_get_signed_hash_tpm()
350 const fido_blob_t *certinfo = &attstmt->certinfo; in fido_get_signed_hash_tpm()