Searched refs:APDU_RSP_OK_STR_LEN (Results 1 – 2 of 2) sorted by relevance
217 if (response.length() < APDU_RSP_OK_STR_LEN) { in CheckApduResponse()233 if (response.length() < APDU_RSP_OK_STR_LEN) { in CheckApduResponse()238 …std::string rspStr = response.substr(response.length() - APDU_RSP_OK_STR_LEN, APDU_RSP_OK_STR_LEN); in CheckApduResponse()
37 static const int APDU_RSP_OK_STR_LEN = 4; variable