Searched defs:Decrypt (Results 1 - 8 of 8) sorted by path

/system/connectivity/shill/
H A Dcrypto_des_cbc.cc48 bool CryptoDESCBC::Decrypt(const string& ciphertext, string* plaintext) { function in class:shill::CryptoDESCBC
H A Dcrypto_provider.cc59 string CryptoProvider::Decrypt(const string& ciphertext) { function in class:shill::CryptoProvider
66 if (!crypto->Decrypt(to_decrypt, &plaintext)) {
H A Dcrypto_rot47.cc48 bool CryptoROT47::Decrypt(const string& ciphertext, string* plaintext) { function in class:shill::CryptoROT47
/system/keymaster/
H A Decies_kem.cpp129 bool EciesKem::Decrypt(EC_KEY* private_key, const Buffer& encrypted_key, Buffer* output_key) { function in class:keymaster::EciesKem
130 return Decrypt(private_key, encrypted_key.peek_read(), encrypted_key.available_read(),
135 bool EciesKem::Decrypt(EC_KEY* private_key, const uint8_t* encrypted_key, size_t encrypted_key_len, function in class:keymaster::EciesKem
H A Dkey_blob_test.cpp72 keymaster_error_t Decrypt() { function in class:keymaster::test::KeyBlobTest
151 ASSERT_EQ(KM_ERROR_INVALID_KEY_BLOB, Decrypt());
168 ASSERT_EQ(KM_ERROR_INVALID_KEY_BLOB, Decrypt());
185 ASSERT_EQ(KM_ERROR_INVALID_KEY_BLOB, Decrypt());
222 ASSERT_EQ(KM_ERROR_INVALID_KEY_BLOB, Decrypt());
245 ASSERT_EQ(KM_ERROR_INVALID_KEY_BLOB, Decrypt());
/system/security/keystore/
H A Dkeystore_cli_v2.cpp412 int Decrypt(const std::string& key_name, const std::string& input_filename, function in namespace:__anon1897
461 return Decrypt(command_line->GetSwitchValueASCII("name"),
/system/tpm/attestation/client/
H A Ddbus_proxy.cc157 void DBusProxy::Decrypt(const DecryptRequest& request, function in class:attestation::DBusProxy
/system/tpm/attestation/server/
H A Dattestation_service.cc412 void AttestationService::Decrypt(const DecryptRequest& request, function in class:attestation::AttestationService

Completed in 147 milliseconds