Searched refs:APDU_RSP_OK (Results 1 – 2 of 2) sorted by relevance
85 const std::string APDU_RSP_OK = "9000"; variable
239 if (rspStr == APDU_RSP_OK) { in CheckApduResponse()