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

/openbsd-current/lib/libfido2/src/fido/
H A Dparam.h53 #define SW_CONDITIONS_NOT_SATISFIED 0x6985 macro
/openbsd-current/lib/libfido2/src/
H A Du2f.c181 } while (((reply[0] << 8) | reply[1]) == SW_CONDITIONS_NOT_SATISFIED);
244 case SW_CONDITIONS_NOT_SATISFIED:
357 } while (((reply[0] << 8) | reply[1]) == SW_CONDITIONS_NOT_SATISFIED);
715 } while (((reply[0] << 8) | reply[1]) == SW_CONDITIONS_NOT_SATISFIED);
894 case SW_CONDITIONS_NOT_SATISFIED:

Completed in 73 milliseconds