Searched refs:rspStr (Results 1 – 1 of 1) sorted by relevance
238 …std::string rspStr = response.substr(response.length() - APDU_RSP_OK_STR_LEN, APDU_RSP_OK_STR_LEN); in CheckApduResponse() local239 if (rspStr == APDU_RSP_OK) { in CheckApduResponse()