Home
last modified time | relevance | path

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

/system/security/keystore/include/keystore/
Dkeystore_client_impl.h104 bool verifyEncryptionKeyAttributes(const std::string& key_name, bool* verified);
/system/security/keystore/
Dkeystore_client_impl.cpp464 if (!verifyEncryptionKeyAttributes(key_name, &verified)) { in createOrVerifyEncryptionKey()
537 bool KeystoreClientImpl::verifyEncryptionKeyAttributes(const std::string& key_name, in verifyEncryptionKeyAttributes() function in keystore::KeystoreClientImpl