Home
last modified time | relevance | path

Searched defs:Encrypt (Results 1 – 10 of 10) sorted by relevance

/system/keymaster/
Decies_kem.cpp75 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
Dkey_blob_test.cpp67 keymaster_error_t Encrypt() { in Encrypt() function in keymaster::test::KeyBlobTest
/system/connectivity/shill/
Dcrypto_rot47.cc31 bool CryptoROT47::Encrypt(const string& plaintext, string* ciphertext) { in Encrypt() function in shill::CryptoROT47
Dcrypto_provider.cc47 string CryptoProvider::Encrypt(const string& plaintext) { in Encrypt() function in shill::CryptoProvider
Dcrypto_rot47_unittest.cc43 TEST_F(CryptoROT47Test, Encrypt) { in TEST_F() argument
Dcrypto_des_cbc.cc42 bool CryptoDESCBC::Encrypt(const string& plaintext, string* ciphertext) { in Encrypt() function in shill::CryptoDESCBC
Dcrypto_provider_unittest.cc84 TEST_F(CryptoProviderTest, Encrypt) { in TEST_F() argument
Dcrypto_des_cbc_unittest.cc93 TEST_F(CryptoDESCBCTest, Encrypt) { in TEST_F() argument
/system/tpm/attestation/client/
Dmain.cc401 void Encrypt(const std::string& label, in Encrypt() function in attestation::ClientLoop
/system/security/keystore/
Dkeystore_cli_v2.cpp399 int Encrypt(const std::string& key_name, const std::string& input_filename, in Encrypt() function