Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client_impl.cpp42 const char kEncryptSuffix[] = "_ENC"; variable
74 std::string encryption_key_name = key_name + kEncryptSuffix; in encryptWithAuthentication()
140 std::string encryption_key_name = key_name + kEncryptSuffix; in decryptWithAuthentication()