Searched refs:authdata_raw (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/libfido2/src/ |
| H A D | tpm.c | 299 const fido_blob_t *authdata_raw, const fido_blob_t *pubarea) in check_sha1_certinfo() argument 310 if (get_signed_sha1(&signed_data, authdata_raw, clientdata_hash) < 0 || in check_sha1_certinfo() 346 const fido_blob_t *authdata_raw, const fido_attstmt_t *attstmt, in fido_get_signed_hash_tpm() argument 377 if (check_sha1_certinfo(certinfo, clientdata_hash, authdata_raw, in fido_get_signed_hash_tpm()
|
| H A D | assert.c | 66 if (fido_blob_decode(val, &stmt->authdata_raw) < 0) { in parse_assert_reply() 811 fido_blob_reset(&assert->stmt[i].authdata_raw); in fido_assert_reset_rx() 890 return (assert->stmt[idx].authdata_raw.ptr); in fido_assert_authdata_raw_ptr() 899 return (assert->stmt[idx].authdata_raw.len); in fido_assert_authdata_raw_len() 1041 fido_blob_reset(&stmt->authdata_raw); in fido_assert_clean_authdata() 1067 if (fido_blob_decode(item, &stmt->authdata_raw) < 0) { in fido_assert_set_authdata() 1105 if (fido_blob_set(&stmt->authdata_raw, ptr, len) < 0) { in fido_assert_set_authdata_raw()
|
| H A D | cred.c | 33 if (fido_blob_decode(val, &cred->authdata_raw) < 0) { in parse_makecred_reply() 397 &cred->authdata_raw, &cred->attstmt, &cred->attcred) < 0) { in fido_cred_verify() 532 fido_blob_reset(&cred->authdata_raw); in fido_cred_clean_authdata() 616 if (fido_blob_decode(item, &cred->authdata_raw) < 0) { in fido_cred_set_authdata() 650 if (fido_blob_set(&cred->authdata_raw, ptr, len) < 0) { in fido_cred_set_authdata_raw() 1069 return (cred->authdata_raw.ptr); in fido_cred_authdata_raw_ptr() 1075 return (cred->authdata_raw.len); in fido_cred_authdata_raw_len()
|
| H A D | winhello.c | 766 if (fido_blob_decode(val, &cred->authdata_raw) < 0) { in decode_attobj()
|
| /src/contrib/libfido2/src/fido/ |
| H A D | types.h | 182 fido_blob_t authdata_raw; /* cbor-decoded payload */ member 202 fido_blob_t authdata_raw; /* raw authdata */ member
|