HomeSort by: relevance | last modified time | path
    Searched refs:SW_NO_ERROR (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/fido/
param.h 80 #define SW_NO_ERROR 0x9000
  /src/external/bsd/libfido2/dist/src/
nfc.c 52 if ((sw[0] << 8 | sw[1]) != SW_NO_ERROR) {
256 (f[n - 2] << 8 | f[n - 1]) != SW_NO_ERROR) {
u2f.c 287 if (len < 2 || ((reply[len - 2] << 8) | reply[len - 1]) != SW_NO_ERROR) {
603 if (len < 2 || ((reply[len - 2] << 8) | reply[len - 1]) != SW_NO_ERROR) {
946 case SW_NO_ERROR:

Completed in 27 milliseconds