Home
last modified time | relevance | path

Searched refs:SW_NO_ERROR (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libfido2/src/fido/
H A Dparam.h77 #define SW_NO_ERROR 0x9000 macro
/freebsd/contrib/libfido2/src/
H A Dnfc.c49 if ((sw[0] << 8 | sw[1]) != SW_NO_ERROR) { in tx_short_apdu()
161 (f[n - 2] << 8 | f[n - 1]) != SW_NO_ERROR) { in rx_init()
H A Du2f.c286 if (len < 2 || ((reply[len - 2] << 8) | reply[len - 1]) != SW_NO_ERROR) { in parse_auth_reply()
602 if (len < 2 || ((reply[len - 2] << 8) | reply[len - 1]) != SW_NO_ERROR) { in parse_register_reply()
945 case SW_NO_ERROR: in u2f_get_touch_status()