Home
last modified time | relevance | path

Searched refs:decryptWithAuthentication (Results 1 – 7 of 7) sorted by relevance

/system/webservd/webservd/
Dkeystore_encryptor.cc47 return keystore_->decryptWithAuthentication(kWebserverKeyName, ciphertext, in DecryptWithAuthentication()
/system/weaved/buffet/
Dkeystore_encryptor.cc47 return keystore_->decryptWithAuthentication(kBuffetKeyName, ciphertext, in DecryptWithAuthentication()
/system/security/keystore/include/keystore/
Dkeystore_client.h67 virtual bool decryptWithAuthentication(const std::string& key_name,
Dkeystore_client_mock.h35 MOCK_METHOD3(decryptWithAuthentication,
Dkeystore_client_impl.h39 bool decryptWithAuthentication(const std::string& key_name, const std::string& encrypted_data,
/system/security/keystore/
Dkeystore_cli_v2.cpp417 if (!keystore->decryptWithAuthentication(key_name, input, &output)) { in Decrypt()
Dkeystore_client_impl.cpp131 bool KeystoreClientImpl::decryptWithAuthentication(const std::string& key_name, in decryptWithAuthentication() function in keystore::KeystoreClientImpl