Home
last modified time | relevance | path

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

/system/keymaster/
Docb_utils.cpp122 KeymasterKeyBlob* ciphertext, Buffer* tag) { in OcbEncryptKey()
157 const KeymasterKeyBlob& ciphertext, const Buffer& nonce, in OcbDecryptKey()
Dandroid_keymaster_test.cpp1832 string ciphertext = EncryptMessage(message, KM_MODE_ECB, KM_PAD_PKCS7); in TEST_P() local
1886 string ciphertext = EncryptMessage(message, KM_PAD_NONE); in TEST_P() local
2007 string ciphertext = EncryptMessage(string(message), KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); in TEST_P() local
2024 string ciphertext = EncryptMessage(string(message), KM_DIGEST_SHA_2_224, KM_PAD_RSA_OAEP); in TEST_P() local
2084 string ciphertext = EncryptMessage(string(message), KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); in TEST_P() local
2128 string ciphertext = EncryptMessage(string(message), KM_DIGEST_SHA_2_256, KM_PAD_RSA_OAEP); in TEST_P() local
2169 string ciphertext = EncryptMessage(message, KM_PAD_RSA_PKCS1_1_5_ENCRYPT); in TEST_P() local
2207 string ciphertext = EncryptMessage(message, digest, padding); in TEST_P() local
2240 string ciphertext = EncryptMessage(string(message), KM_PAD_RSA_PKCS1_1_5_ENCRYPT); in TEST_P() local
2342 string ciphertext; in TEST_P() local
[all …]
Dandroid_keymaster_test_utils.cpp467 string ciphertext = in EncryptMessage() local
498 string ciphertext = in EncryptMessage() local
517 string ciphertext = in EncryptMessage() local
537 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_padding_t padding) { in DecryptMessage()
545 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest, in DecryptMessage()
555 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode, in DecryptMessage()
565 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_digest_t digest, in DecryptMessage()
576 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode, in DecryptMessage()
588 const string& ciphertext, keymaster_digest_t digest, in DecryptMessage()
643 string ciphertext = in CheckAesCtrTestVector() local
/system/vold/
DKeyStorage.cpp198 const std::string& message, std::string* ciphertext) { in encryptWithKeymasterKey()
223 const std::string& ciphertext, std::string* message) { in decryptWithKeymasterKey()
308 const std::string& plaintext, std::string* ciphertext) { in encryptWithoutKeymaster()
354 const std::string& ciphertext, std::string* plaintext) { in decryptWithoutKeymaster()
/system/tpm/trunks/
Dtrunks_client_test.cc475 std::string ciphertext; in PolicyAuthValueTest() local
638 std::string ciphertext; in PolicyAndTest() local
760 std::string ciphertext; in PolicyOrTest() local
991 std::string ciphertext; in PerformRSAEncrpytAndDecrpyt() local
Dtpm_utility_test.cc470 std::string ciphertext; in TEST_F() local
494 std::string ciphertext; in TEST_F() local
513 std::string ciphertext; in TEST_F() local
529 std::string ciphertext; in TEST_F() local
555 std::string ciphertext; in TEST_F() local
580 std::string ciphertext; in TEST_F() local
606 std::string ciphertext; in TEST_F() local
627 std::string ciphertext; in TEST_F() local
644 std::string ciphertext; in TEST_F() local
655 std::string ciphertext; in TEST_F() local
[all …]
Dtrunks_factory_for_test.cc166 std::string* ciphertext) override { in AsymmetricEncrypt()
174 const std::string& ciphertext, in AsymmetricDecrypt()
Dtpm_utility_impl.cc412 std::string* ciphertext) { in AsymmetricEncrypt()
470 const std::string& ciphertext, in AsymmetricDecrypt()