Home
last modified time | relevance | path

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

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