OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fido_blob_is_empty
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/libfido2/dist/src/
blob.h
31
int
fido_blob_is_empty
(const fido_blob_t *);
blob.c
116
fido_blob_is_empty
(const fido_blob_t *b)
function
126
if (!
fido_blob_is_empty
(b))
cred.c
177
if (cred->fmt == NULL ||
fido_blob_is_empty
(&cred->authdata_cbor) ||
178
fido_blob_is_empty
(&cred->attcred.id)) {
855
if (!
fido_blob_is_empty
(&cred->cdh) ||
871
if (!
fido_blob_is_empty
(&cred->cd) ||
assert.c
587
if (!
fido_blob_is_empty
(&assert->cdh) ||
603
if (!
fido_blob_is_empty
(&assert->cd) ||
largeblob.c
322
if (
fido_blob_is_empty
(&blob->ciphertext) ||
323
fido_blob_is_empty
(&blob->nonce) || blob->origsiz == 0) {
winhello.c
593
if (!
fido_blob_is_empty
(&assert->stmt[0].hmac_secret)) {
594
fido_log_debug("%s:
fido_blob_is_empty
", __func__);
Completed in 18 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026