/system/weaved/buffet/ |
D | fake_encryptor.cc | 26 std::string* ciphertext) override { in EncryptWithAuthentication() 31 bool DecryptWithAuthentication(const std::string& ciphertext, in DecryptWithAuthentication()
|
D | keystore_encryptor.cc | 40 std::string* ciphertext) { in EncryptWithAuthentication() 45 bool KeystoreEncryptor::DecryptWithAuthentication(const std::string& ciphertext, in DecryptWithAuthentication()
|
D | buffet_config_unittest.cc | 94 std::string* ciphertext) override { in EncryptWithAuthentication() 98 bool DecryptWithAuthentication(const std::string& ciphertext, in DecryptWithAuthentication()
|
/system/webservd/webservd/ |
D | fake_encryptor.cc | 26 std::string* ciphertext) override { in EncryptWithAuthentication() 31 bool DecryptWithAuthentication(const std::string& ciphertext, in DecryptWithAuthentication()
|
D | keystore_encryptor.cc | 40 std::string* ciphertext) { in EncryptWithAuthentication() 45 bool KeystoreEncryptor::DecryptWithAuthentication(const std::string& ciphertext, in DecryptWithAuthentication()
|
/system/connectivity/shill/ |
D | crypto_rot47.cc | 31 bool CryptoROT47::Encrypt(const string& plaintext, string* ciphertext) { in Encrypt() 48 bool CryptoROT47::Decrypt(const string& ciphertext, string* plaintext) { in Decrypt()
|
D | crypto_provider.cc | 49 string ciphertext; in Encrypt() local 59 string CryptoProvider::Decrypt(const string& ciphertext) { in Decrypt()
|
D | crypto_des_cbc.cc | 42 bool CryptoDESCBC::Encrypt(const string& plaintext, string* ciphertext) { in Encrypt() 48 bool CryptoDESCBC::Decrypt(const string& ciphertext, string* plaintext) { in Decrypt()
|
D | crypto_des_cbc_unittest.cc | 97 string ciphertext; in TEST_F() local
|
/system/keymaster/ |
D | ocb_utils.cpp | 122 KeymasterKeyBlob* ciphertext, Buffer* tag) { in OcbEncryptKey() 157 const KeymasterKeyBlob& ciphertext, const Buffer& nonce, in OcbDecryptKey()
|
D | android_keymaster_test.cpp | 1916 string ciphertext = EncryptMessage(message, KM_MODE_ECB, KM_PAD_PKCS7); in TEST_P() local 1970 string ciphertext = EncryptMessage(message, KM_PAD_NONE); in TEST_P() local 2092 string ciphertext = EncryptMessage(string(message), KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); in TEST_P() local 2109 string ciphertext = EncryptMessage(string(message), KM_DIGEST_SHA_2_224, KM_PAD_RSA_OAEP); in TEST_P() local 2169 string ciphertext = EncryptMessage(string(message), KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); in TEST_P() local 2213 string ciphertext = EncryptMessage(string(message), KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); in TEST_P() local 2254 string ciphertext = EncryptMessage(message, KM_PAD_RSA_PKCS1_1_5_ENCRYPT); in TEST_P() local 2292 string ciphertext = EncryptMessage(message, digest, padding); in TEST_P() local 2325 string ciphertext = EncryptMessage(string(message), KM_PAD_RSA_PKCS1_1_5_ENCRYPT); in TEST_P() local 2427 string ciphertext; in TEST_P() local [all …]
|
D | android_keymaster_test_utils.cpp | 475 string ciphertext = in EncryptMessage() local 506 string ciphertext = in EncryptMessage() local 525 string ciphertext = in EncryptMessage() local 545 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_padding_t padding) { in DecryptMessage() 553 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest, in DecryptMessage() 563 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode, in DecryptMessage() 573 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest, in DecryptMessage() 584 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode, in DecryptMessage() 596 const string& ciphertext, keymaster_digest_t digest, in DecryptMessage() 651 string ciphertext = in CheckAesCtrTestVector() local
|
/system/tpm/trunks/ |
D | trunks_client_test.cc | 479 std::string ciphertext; in PolicyAuthValueTest() local 644 std::string ciphertext; in PolicyAndTest() local 766 std::string ciphertext; in PolicyOrTest() local 962 std::string ciphertext; in PerformRSAEncrpytAndDecrpyt() local
|
D | tpm_utility_test.cc | 490 std::string ciphertext; in TEST_F() local 518 std::string ciphertext; in TEST_F() local 540 std::string ciphertext; in TEST_F() local 559 std::string ciphertext; in TEST_F() local 589 std::string ciphertext; in TEST_F() local 618 std::string ciphertext; in TEST_F() local 648 std::string ciphertext; in TEST_F() local 672 std::string ciphertext; in TEST_F() local 692 std::string ciphertext; in TEST_F() local 703 std::string ciphertext; in TEST_F() local [all …]
|
D | trunks_factory_for_test.cc | 179 std::string* ciphertext) override { in AsymmetricEncrypt() 191 const std::string& ciphertext, in AsymmetricDecrypt()
|
D | tpm_utility_impl.cc | 414 std::string* ciphertext) { in AsymmetricEncrypt() 475 const std::string& ciphertext, in AsymmetricDecrypt()
|
/system/vold/ |
D | KeyStorage.cpp | 141 const std::string& message, std::string* ciphertext) { in encryptWithKeymasterKey() 166 const std::string& ciphertext, std::string* message) { in decryptWithKeymasterKey()
|