Searched refs:decryptWithAuthentication (Results 1 – 4 of 4) 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,
457 decryptWithAuthentication(const std::string& name, const std::vector<uint8_t>& data) { in decryptWithAuthentication() function961 auto result = decryptWithAuthentication(key_name, input); in Decrypt()