OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x5c_blob
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libfido2/dist/src/
cred.c
716
fido_blob_t
x5c_blob
;
local
719
memset(&
x5c_blob
, 0, sizeof(
x5c_blob
));
722
if (fido_blob_set(&
x5c_blob
, ptr, len) < 0)
726
fido_blob_reset(&
x5c_blob
);
732
sizeof(
x5c_blob
))) == NULL) {
733
fido_blob_reset(&
x5c_blob
);
737
list_ptr[cred->attstmt.x5c.len++] =
x5c_blob
;
cbor.c
1449
fido_blob_t
x5c_blob
;
local
1451
memset(&
x5c_blob
, 0, sizeof(
x5c_blob
));
1453
if (fido_blob_decode(item, &
x5c_blob
) < 0) {
1459
fido_blob_reset(&
x5c_blob
);
1464
x5c->len + 1, sizeof(
x5c_blob
))) == NULL) {
1465
fido_blob_reset(&
x5c_blob
);
1469
list_ptr[x5c->len++] =
x5c_blob
;
Completed in 26 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026