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

/openbsd-current/lib/libfido2/src/fido/
H A Dparam.h55 #define SW_NO_ERROR 0x9000 macro
/openbsd-current/lib/libfido2/src/
H A Dnfc.c48 if ((sw[0] << 8 | sw[1]) != SW_NO_ERROR) {
160 (f[n - 2] << 8 | f[n - 1]) != SW_NO_ERROR) {
H A Du2f.c270 if (len < 2 || ((reply[len - 2] << 8) | reply[len - 1]) != SW_NO_ERROR) {
579 if (len < 2 || ((reply[len - 2] << 8) | reply[len - 1]) != SW_NO_ERROR) {
901 case SW_NO_ERROR:

Completed in 95 milliseconds