Searched refs:authdata_raw (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/lib/libfido2/src/ |
| H A D | tpm.c | 298 const fido_blob_t *authdata_raw, const fido_blob_t *pubarea) in check_sha1_certinfo() argument 309 if (get_signed_sha1(&signed_data, authdata_raw, clientdata_hash) < 0 || in check_sha1_certinfo() 345 const fido_blob_t *authdata_raw, const fido_attstmt_t *attstmt, in fido_get_signed_hash_tpm() argument 376 if (check_sha1_certinfo(certinfo, clientdata_hash, authdata_raw, in fido_get_signed_hash_tpm()
|
| H A D | cred.c | 32 if (fido_blob_decode(val, &cred->authdata_raw) < 0) { in parse_makecred_reply() 388 &cred->authdata_raw, &cred->attstmt, &cred->attcred) < 0) { in fido_cred_verify() 519 fido_blob_reset(&cred->authdata_raw); in fido_cred_clean_authdata() 604 if (fido_blob_decode(item, &cred->authdata_raw) < 0) { in fido_cred_set_authdata() 638 if (fido_blob_set(&cred->authdata_raw, ptr, len) < 0) { in fido_cred_set_authdata_raw() 1046 return (cred->authdata_raw.ptr); in fido_cred_authdata_raw_ptr() 1052 return (cred->authdata_raw.len); in fido_cred_authdata_raw_len()
|
| /openbsd-src/lib/libfido2/src/fido/ |
| H A D | types.h | 153 fido_blob_t authdata_raw; /* cbor-decoded payload */ member
|