Searched refs:lock_with_pin (Results 1 – 2 of 2) sorted by relevance
176 bool lock_with_pin; in parse_argv() local178 … r = parse_boolean_argument("--fido2-with-client-pin=", optarg, &lock_with_pin); in parse_argv()182 SET_FLAG(arg_fido2_lock_with, FIDO2ENROLL_PIN, lock_with_pin); in parse_argv()
3533 bool lock_with_pin; in parse_argv() local3535 … r = parse_boolean_argument("--fido2-with-client-pin=", optarg, &lock_with_pin); in parse_argv()3539 SET_FLAG(arg_fido2_lock_with, FIDO2ENROLL_PIN, lock_with_pin); in parse_argv()