Home
last modified time | relevance | path

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

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