Searched refs:decryptWithAuthentication (Results 1 – 5 of 5) sorted by relevance
35 MOCK_METHOD3(decryptWithAuthentication,
72 virtual bool decryptWithAuthentication(const std::string& key_name,
41 bool decryptWithAuthentication(const std::string& key_name, const std::string& encrypted_data,
465 if (!keystore->decryptWithAuthentication(key_name, input, &output)) { in Decrypt()
122 bool KeystoreClientImpl::decryptWithAuthentication(const std::string& key_name, in decryptWithAuthentication() function in keystore::KeystoreClientImpl