Home
last modified time | relevance | path

Searched refs:SW_CONDITIONS_NOT_SATISFIED (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/bsd/libfido2/dist/src/
H A Du2f.c160 } while (((reply[0] << 8) | reply[1]) == SW_CONDITIONS_NOT_SATISFIED); in send_dummy_register()
223 case SW_CONDITIONS_NOT_SATISFIED: in key_lookup()
336 } while (((reply[0] << 8) | reply[1]) == SW_CONDITIONS_NOT_SATISFIED); in do_auth()
625 } while (((reply[0] << 8) | reply[1]) == SW_CONDITIONS_NOT_SATISFIED); in u2f_register()
804 case SW_CONDITIONS_NOT_SATISFIED: in u2f_get_touch_status()
/netbsd/external/bsd/libfido2/dist/src/fido/
H A Dparam.h53 #define SW_CONDITIONS_NOT_SATISFIED 0x6985 macro