Home
last modified time | relevance | path

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

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