Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_cli_v2.cpp458 decryptWithAuthentication(const std::string& name, const std::vector<uint8_t>& data) { in decryptWithAuthentication() function
962 auto result = decryptWithAuthentication(key_name, input); in Decrypt()