Searched refs:decryptWithAuthentication (Results 1 – 6 of 6) sorted by relevance
69 if (!keystore_client_->decryptWithAuthentication(kKeyStore, input, &output)) { in Decrypt()
35 MOCK_METHOD3(decryptWithAuthentication,
70 virtual bool decryptWithAuthentication(const std::string& key_name,
40 bool decryptWithAuthentication(const std::string& key_name, const std::string& encrypted_data,
481 if (!keystore->decryptWithAuthentication(key_name, input, &output)) { in Decrypt()
121 bool KeystoreClientImpl::decryptWithAuthentication(const std::string& key_name, in decryptWithAuthentication() function in keystore::KeystoreClientImpl