Home
last modified time | relevance | path

Searched refs:verifyAuthenticationKeyAttributes (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/include/keystore/
Dkeystore_client_impl.h109 bool verifyAuthenticationKeyAttributes(const std::string& key_name, bool* verified);
/system/security/keystore/
Dkeystore_client_impl.cpp503 if (!verifyAuthenticationKeyAttributes(key_name, &verified)) { in createOrVerifyAuthenticationKey()
578 bool KeystoreClientImpl::verifyAuthenticationKeyAttributes(const std::string& key_name, in verifyAuthenticationKeyAttributes() function in keystore::KeystoreClientImpl