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.h100 bool createOrVerifyEncryptionKey(const std::string& key_name, int32_t flags);
/system/security/keystore/
Dkeystore_client_impl.cpp76 if (!createOrVerifyEncryptionKey(encryption_key_name, flags)) { in encryptWithAuthentication()
470 bool KeystoreClientImpl::createOrVerifyEncryptionKey(const std::string& key_name, int32_t flags) { in createOrVerifyEncryptionKey() function in keystore::KeystoreClientImpl