Home
last modified time | relevance | path

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

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