Home
last modified time | relevance | path

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

/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp139 const char kEncryptSuffix[] = "_ENC"; variable
339 std::string encryption_key_name = name + kEncryptSuffix; in encryptWithAuthentication()
456 std::string encryption_key_name = name + kEncryptSuffix; in decryptWithAuthentication()