HomeSort by: relevance | last modified time | path
    Searched defs:pubarea (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/
tpm.c 173 get_signed_name(tpm_sha256_name_t *name, const fido_blob_t *pubarea)
178 SHA256(pubarea->ptr, pubarea->len, name->body) != name->body) {
299 const fido_blob_t *authdata_raw, const fido_blob_t *pubarea)
311 get_signed_name(&signed_name, pubarea) < 0) {
349 const fido_blob_t *pubarea = &attstmt->pubarea; local
360 if (check_es256_pubarea(pubarea, &attcred->pubkey.es256) < 0) {
366 if (check_rs256_pubarea(pubarea, &attcred->pubkey.rs256) < 0) {
378 pubarea) < 0)
    [all...]
  /src/external/bsd/libfido2/dist/src/fido/
types.h 144 fido_blob_t pubarea; /* tpm attestation TPMT_PUBLIC structure */ member in struct:fido_attstmt

Completed in 15 milliseconds