Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_cli_v2.cpp359 std::string authentication_key_name = name + kAuthenticateSuffix; in encryptWithAuthentication() local
361 authentication_key_name, securityLevel, true /* create */); in encryptWithAuthentication()
476 std::string authentication_key_name = name + kAuthenticateSuffix; in decryptWithAuthentication() local
478 authentication_key_name, keymint::SecurityLevel::KEYSTORE /* ignored */, in decryptWithAuthentication()