Searched refs:FIDO_EXT_CRED_BLOB (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libfido2/src/fido/
H A Dparam.h105 #define FIDO_EXT_CRED_BLOB 0x08 macro
115 FIDO_EXT_CRED_BLOB)
117 FIDO_EXT_LARGEBLOB_KEY|FIDO_EXT_CRED_BLOB| \
/openbsd-current/lib/libfido2/src/
H A Dcbor.c605 if (ext->mask & FIDO_EXT_CRED_BLOB)
619 if (ext->mask & FIDO_EXT_CRED_BLOB) {
875 if (ext->mask & FIDO_EXT_CRED_BLOB)
884 if (ext->mask & FIDO_EXT_CRED_BLOB) {
1162 authdata_ext->mask |= FIDO_EXT_CRED_BLOB;
1240 authdata_ext->mask |= FIDO_EXT_CRED_BLOB;
H A Dcred.c941 cred->ext.mask |= FIDO_EXT_CRED_BLOB;

Completed in 74 milliseconds