Home
last modified time | relevance | path

Searched refs:FIDO_OPT_TRUE (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libfido2/src/
H A Dcredman.c142 if (pin != NULL || uv == FIDO_OPT_TRUE) { in credman_tx()
231 FIDO_OPT_TRUE, ms)) != FIDO_OK || in credman_get_metadata_wait()
410 FIDO_OPT_TRUE, ms)) != FIDO_OK || in credman_get_rk_wait()
447 FIDO_OPT_TRUE, ms)) != FIDO_OK || in credman_del_rk_wait()
609 FIDO_OPT_TRUE, ms)) != FIDO_OK || in credman_get_rp_wait()
639 FIDO_OPT_TRUE, ms)) != FIDO_OK || in credman_set_dev_rk_wait()
H A Dassert.c126 if (pin != NULL || (uv == FIDO_OPT_TRUE && in fido_dev_get_assert_tx()
309 if (pin != NULL || (assert->uv == FIDO_OPT_TRUE && in fido_dev_get_assert()
339 if (up == FIDO_OPT_TRUE && in fido_check_flags()
345 if (uv == FIDO_OPT_TRUE && in fido_check_flags()
624 assert->up = up ? FIDO_OPT_TRUE : FIDO_OPT_FALSE; in fido_assert_set_options()
625 assert->uv = uv ? FIDO_OPT_TRUE : FIDO_OPT_FALSE; in fido_assert_set_options()
H A Dcred.c98 if (pin != NULL || (uv == FIDO_OPT_TRUE && in fido_dev_make_cred_tx()
204 if (pin != NULL || cred->rk == FIDO_OPT_TRUE || in fido_dev_make_cred()
358 if (fido_check_flags(cred->authdata.flags, FIDO_OPT_TRUE, in fido_cred_verify()
444 if (fido_check_flags(cred->authdata.flags, FIDO_OPT_TRUE, in fido_cred_verify_self()
879 cred->rk = rk ? FIDO_OPT_TRUE : FIDO_OPT_FALSE; in fido_cred_set_options()
880 cred->uv = uv ? FIDO_OPT_TRUE : FIDO_OPT_FALSE; in fido_cred_set_options()
H A Dcbor.c293 (pair.value = cbor_build_bool(value == FIDO_OPT_TRUE)) == NULL) { in cbor_add_bool()
593 cbor_add_bool(map, "largeBlobKey", FIDO_OPT_TRUE) < 0) in cbor_encode_largeblob_key_ext()
635 if (cbor_add_bool(item, "hmac-secret", FIDO_OPT_TRUE) < 0) { in cbor_encode_cred_ext()
647 if (cbor_add_bool(item, "minPinLength", FIDO_OPT_TRUE) < 0) { in cbor_encode_cred_ext()
885 if (cbor_add_bool(item, "credBlob", FIDO_OPT_TRUE) < 0) { in cbor_encode_assert_ext()
H A Du2f.c651 if (cred->rk == FIDO_OPT_TRUE || cred->uv == FIDO_OPT_TRUE) { in u2f_register()
791 if (fa->uv == FIDO_OPT_TRUE || fa->allow_list.ptr == NULL) { in u2f_authenticate()
/openbsd/lib/libfido2/src/fido/
H A Dtypes.h46 FIDO_OPT_TRUE, /* explicitly set option to true */ enumerator
/openbsd/usr.bin/ssh/
H A Dsk-usbhid.c679 uv = FIDO_OPT_TRUE; in key_lookup()
785 FIDO_OPT_TRUE : FIDO_OPT_OMIT)) != FIDO_OK) { in sk_enroll()
1069 FIDO_OPT_TRUE : FIDO_OPT_FALSE)) != FIDO_OK) { in sk_sign()
1081 FIDO_OPT_TRUE)) != FIDO_OK) { in sk_sign()