Searched refs:decryptWithAuthentication (Results 1 – 7 of 7) sorted by relevance
/system/webservd/webservd/ |
D | keystore_encryptor.cc | 47 return keystore_->decryptWithAuthentication(kWebserverKeyName, ciphertext, in DecryptWithAuthentication()
|
/system/weaved/buffet/ |
D | keystore_encryptor.cc | 47 return keystore_->decryptWithAuthentication(kBuffetKeyName, ciphertext, in DecryptWithAuthentication()
|
/system/security/keystore/include/keystore/ |
D | keystore_client.h | 67 virtual bool decryptWithAuthentication(const std::string& key_name,
|
D | keystore_client_mock.h | 35 MOCK_METHOD3(decryptWithAuthentication,
|
D | keystore_client_impl.h | 39 bool decryptWithAuthentication(const std::string& key_name, const std::string& encrypted_data,
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 417 if (!keystore->decryptWithAuthentication(key_name, input, &output)) { in Decrypt()
|
D | keystore_client_impl.cpp | 131 bool KeystoreClientImpl::decryptWithAuthentication(const std::string& key_name, in decryptWithAuthentication() function in keystore::KeystoreClientImpl
|