Home
last modified time | relevance | path

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

/system/webservd/webservd/
Dkeystore_encryptor.cc41 return keystore_->encryptWithAuthentication(kWebserverKeyName, plaintext, in EncryptWithAuthentication()
/system/weaved/buffet/
Dkeystore_encryptor.cc41 return keystore_->encryptWithAuthentication(kBuffetKeyName, plaintext, in EncryptWithAuthentication()
/system/security/keystore/include/keystore/
Dkeystore_client.h61 virtual bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
Dkeystore_client_mock.h32 MOCK_METHOD3(encryptWithAuthentication,
Dkeystore_client_impl.h37 bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
/system/security/keystore/
Dkeystore_cli_v2.cpp404 if (!keystore->encryptWithAuthentication(key_name, input, &output)) { in Encrypt()
Dkeystore_client_impl.cpp76 bool KeystoreClientImpl::encryptWithAuthentication(const std::string& key_name, in encryptWithAuthentication() function in keystore::KeystoreClientImpl