Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 17 of 17) sorted by relevance

/system/weaved/buffet/
Dfake_encryptor.cc26 std::string* ciphertext) override { in EncryptWithAuthentication()
31 bool DecryptWithAuthentication(const std::string& ciphertext, in DecryptWithAuthentication()
Dkeystore_encryptor.cc40 std::string* ciphertext) { in EncryptWithAuthentication()
45 bool KeystoreEncryptor::DecryptWithAuthentication(const std::string& ciphertext, in DecryptWithAuthentication()
Dbuffet_config_unittest.cc94 std::string* ciphertext) override { in EncryptWithAuthentication()
98 bool DecryptWithAuthentication(const std::string& ciphertext, in DecryptWithAuthentication()
/system/webservd/webservd/
Dfake_encryptor.cc26 std::string* ciphertext) override { in EncryptWithAuthentication()
31 bool DecryptWithAuthentication(const std::string& ciphertext, in DecryptWithAuthentication()
Dkeystore_encryptor.cc40 std::string* ciphertext) { in EncryptWithAuthentication()
45 bool KeystoreEncryptor::DecryptWithAuthentication(const std::string& ciphertext, in DecryptWithAuthentication()
/system/connectivity/shill/
Dcrypto_rot47.cc31 bool CryptoROT47::Encrypt(const string& plaintext, string* ciphertext) { in Encrypt()
48 bool CryptoROT47::Decrypt(const string& ciphertext, string* plaintext) { in Decrypt()
Dcrypto_provider.cc49 string ciphertext; in Encrypt() local
59 string CryptoProvider::Decrypt(const string& ciphertext) { in Decrypt()
Dcrypto_des_cbc.cc42 bool CryptoDESCBC::Encrypt(const string& plaintext, string* ciphertext) { in Encrypt()
48 bool CryptoDESCBC::Decrypt(const string& ciphertext, string* plaintext) { in Decrypt()
Dcrypto_des_cbc_unittest.cc97 string ciphertext; in TEST_F() local
/system/keymaster/
Docb_utils.cpp122 KeymasterKeyBlob* ciphertext, Buffer* tag) { in OcbEncryptKey()
157 const KeymasterKeyBlob& ciphertext, const Buffer& nonce, in OcbDecryptKey()
Dandroid_keymaster_test.cpp1916 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 …]
Dandroid_keymaster_test_utils.cpp475 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/
Dtrunks_client_test.cc479 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
Dtpm_utility_test.cc490 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 …]
Dtrunks_factory_for_test.cc179 std::string* ciphertext) override { in AsymmetricEncrypt()
191 const std::string& ciphertext, in AsymmetricDecrypt()
Dtpm_utility_impl.cc414 std::string* ciphertext) { in AsymmetricEncrypt()
475 const std::string& ciphertext, in AsymmetricDecrypt()
/system/vold/
DKeyStorage.cpp141 const std::string& message, std::string* ciphertext) { in encryptWithKeymasterKey()
166 const std::string& ciphertext, std::string* message) { in decryptWithKeymasterKey()