Home
last modified time | relevance | path

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

/system/security/keystore/include/keystore/
Dkeystore_client_impl.h92 bool createOrVerifyEncryptionKey(const std::string& key_name);
/system/security/keystore/
Dkeystore_client_impl.cpp84 if (!createOrVerifyEncryptionKey(encryption_key_name)) { in encryptWithAuthentication()
389 bool KeystoreClientImpl::createOrVerifyEncryptionKey(const std::string& key_name) { in createOrVerifyEncryptionKey() function in keystore::KeystoreClientImpl