Searched refs:FIDO_EXT_MINPINLEN (Results 1 – 4 of 4) sorted by relevance
130 #define FIDO_EXT_MINPINLEN 0x10 macro142 FIDO_EXT_MINPINLEN)
614 if (ext->mask & FIDO_EXT_MINPINLEN) in cbor_encode_cred_ext()647 if (ext->mask & FIDO_EXT_MINPINLEN) { in cbor_encode_cred_ext()1176 authdata_ext->mask |= FIDO_EXT_MINPINLEN; in decode_cred_extension()
945 cred->ext.mask &= ~FIDO_EXT_MINPINLEN; in fido_cred_set_pin_minlen()947 cred->ext.mask |= FIDO_EXT_MINPINLEN; in fido_cred_set_pin_minlen()
242 if (ext & FIDO_EXT_MINPINLEN) in make_cred()