Home
last modified time | relevance | path

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

/aosp12/system/security/keystore/include/keystore/
H A Dkeystore_client_mock.h32 MOCK_METHOD3(encryptWithAuthentication,
H A Dkeystore_client.h66 virtual bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
H A Dkeystore_client_impl.h39 bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
/aosp12/system/security/keystore/
H A Dkeystore_cli_v2.cpp333 encryptWithAuthentication(const std::string& name, const std::vector<uint8_t>& data, in encryptWithAuthentication() function
937 auto result = encryptWithAuthentication(key_name, input, securityLevel); in Encrypt()