Searched refs:encryptWithAuthentication (Results 1 – 4 of 4) sorted by relevance
32 MOCK_METHOD3(encryptWithAuthentication,
66 virtual bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
39 bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
333 encryptWithAuthentication(const std::string& name, const std::vector<uint8_t>& data, in encryptWithAuthentication() function937 auto result = encryptWithAuthentication(key_name, input, securityLevel); in Encrypt()