Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client_impl.cpp83 std::string encryption_key_name = key_name + kEncryptSuffix; in encryptWithAuthentication() local
84 if (!createOrVerifyEncryptionKey(encryption_key_name)) { in encryptWithAuthentication()
96 if (!oneShotOperation(KM_PURPOSE_ENCRYPT, encryption_key_name, encrypt_params.build(), data, in encryptWithAuthentication()
150 std::string encryption_key_name = key_name + kEncryptSuffix; in decryptWithAuthentication() local
156 if (!oneShotOperation(KM_PURPOSE_DECRYPT, encryption_key_name, encrypt_params.build(), in decryptWithAuthentication()