OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authdata_raw
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/libfido2/dist/src/
tpm.c
299
const fido_blob_t *
authdata_raw
, const fido_blob_t *pubarea)
310
if (get_signed_sha1(&signed_data,
authdata_raw
, clientdata_hash) < 0 ||
346
const fido_blob_t *
authdata_raw
, const fido_attstmt_t *attstmt,
377
if (check_sha1_certinfo(certinfo, clientdata_hash,
authdata_raw
,
assert.c
66
if (fido_blob_decode(val, &stmt->
authdata_raw
) < 0) {
811
fido_blob_reset(&assert->stmt[i].
authdata_raw
);
890
return (assert->stmt[idx].
authdata_raw
.ptr);
899
return (assert->stmt[idx].
authdata_raw
.len);
1041
fido_blob_reset(&stmt->
authdata_raw
);
1067
if (fido_blob_decode(item, &stmt->
authdata_raw
) < 0) {
1105
if (fido_blob_set(&stmt->
authdata_raw
, ptr, len) < 0) {
cred.c
33
if (fido_blob_decode(val, &cred->
authdata_raw
) < 0) {
414
&cred->
authdata_raw
, &cred->attstmt, &cred->attcred) < 0) {
549
fido_blob_reset(&cred->
authdata_raw
);
641
if (fido_blob_decode(item, &cred->
authdata_raw
) < 0) {
675
if (fido_blob_set(&cred->
authdata_raw
, ptr, len) < 0) {
1180
return (cred->
authdata_raw
.ptr);
1186
return (cred->
authdata_raw
.len);
cbor.c
1159
if (fido_blob_decode(val, &cred->
authdata_raw
) < 0) {
/src/external/bsd/libfido2/dist/src/fido/
types.h
187
fido_blob_t
authdata_raw
; /* cbor-decoded payload */
member in struct:fido_cred
208
fido_blob_t
authdata_raw
; /* raw authdata */
member in struct:_fido_assert_stmt
Completed in 17 milliseconds
Indexes created Fri Jul 17 00:25:55 UTC 2026