Home
last modified time | relevance | path

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

/system/security/keystore/include/keystore/
Dkeystore_client_mock.h32 MOCK_METHOD3(encryptWithAuthentication,
Dkeystore_client.h66 virtual bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
Dkeystore_client_impl.h39 bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
/system/security/keystore/
Dkeystore_cli_v2.cpp452 if (!keystore->encryptWithAuthentication(key_name, input, flags, &output)) { in Encrypt()
Dkeystore_client_impl.cpp68 bool KeystoreClientImpl::encryptWithAuthentication(const std::string& key_name, in encryptWithAuthentication() function in keystore::KeystoreClientImpl