Searched refs:encryptWithAuthentication (Results 1 – 7 of 7) sorted by relevance
/system/webservd/webservd/ |
D | keystore_encryptor.cc | 41 return keystore_->encryptWithAuthentication(kWebserverKeyName, plaintext, in EncryptWithAuthentication()
|
/system/weaved/buffet/ |
D | keystore_encryptor.cc | 41 return keystore_->encryptWithAuthentication(kBuffetKeyName, plaintext, in EncryptWithAuthentication()
|
/system/security/keystore/include/keystore/ |
D | keystore_client.h | 61 virtual bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
|
D | keystore_client_mock.h | 32 MOCK_METHOD3(encryptWithAuthentication,
|
D | keystore_client_impl.h | 37 bool encryptWithAuthentication(const std::string& key_name, const std::string& data,
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 404 if (!keystore->encryptWithAuthentication(key_name, input, &output)) { in Encrypt()
|
D | keystore_client_impl.cpp | 76 bool KeystoreClientImpl::encryptWithAuthentication(const std::string& key_name, in encryptWithAuthentication() function in keystore::KeystoreClientImpl
|