Home
last modified time | relevance | path

Searched refs:checkVerifyStatus (Results 1 – 3 of 3) sorted by relevance

/hardware/nxp/keymint/KM300/authsecret/
DAuthSecretHelper.h82 bool checkVerifyStatus(std::vector<uint8_t> resp);
DAuthSecretHelper.cpp94 bool AuthSecretHelper::checkVerifyStatus(std::vector<uint8_t> resp) { in checkVerifyStatus() function in AuthSecretHelper
DAuthSecret.cpp121 !gAuthSecretImplInstance->checkVerifyStatus(resp)) { in setPrimaryUserCredential()