Searched defs:Encrypt (Results 1 – 10 of 10) sorted by relevance
/system/keymaster/ |
D | ecies_kem.cpp | 75 bool EciesKem::Encrypt(const Buffer& peer_public_value, Buffer* output_clear_key, in Encrypt() function in keymaster::EciesKem 82 bool EciesKem::Encrypt(const uint8_t* peer_public_value, size_t peer_public_value_len, in Encrypt() function in keymaster::EciesKem
|
D | key_blob_test.cpp | 67 keymaster_error_t Encrypt() { in Encrypt() function in keymaster::test::KeyBlobTest
|
/system/connectivity/shill/ |
D | crypto_rot47.cc | 31 bool CryptoROT47::Encrypt(const string& plaintext, string* ciphertext) { in Encrypt() function in shill::CryptoROT47
|
D | crypto_provider.cc | 47 string CryptoProvider::Encrypt(const string& plaintext) { in Encrypt() function in shill::CryptoProvider
|
D | crypto_rot47_unittest.cc | 43 TEST_F(CryptoROT47Test, Encrypt) { in TEST_F() argument
|
D | crypto_des_cbc.cc | 42 bool CryptoDESCBC::Encrypt(const string& plaintext, string* ciphertext) { in Encrypt() function in shill::CryptoDESCBC
|
D | crypto_provider_unittest.cc | 84 TEST_F(CryptoProviderTest, Encrypt) { in TEST_F() argument
|
D | crypto_des_cbc_unittest.cc | 93 TEST_F(CryptoDESCBCTest, Encrypt) { in TEST_F() argument
|
/system/tpm/attestation/client/ |
D | main.cc | 401 void Encrypt(const std::string& label, in Encrypt() function in attestation::ClientLoop
|
/system/security/keystore/ |
D | keystore_cli_v2.cpp | 399 int Encrypt(const std::string& key_name, const std::string& input_filename, in Encrypt() function
|