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.h109 bool verifyEncryptionKeyAttributes(const std::string& key_name, bool* verified);
/system/security/keystore/
Dkeystore_client_impl.cpp474 if (!verifyEncryptionKeyAttributes(key_name, &verified)) { in createOrVerifyEncryptionKey()
547 bool KeystoreClientImpl::verifyEncryptionKeyAttributes(const std::string& key_name, in verifyEncryptionKeyAttributes() function in keystore::KeystoreClientImpl