Home
last modified time | relevance | path

Searched refs:exp_cipher_text (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.h200 const string& plaintext, const string& exp_cipher_text);
385 const string& plaintext, const string& exp_cipher_text);
DKeyMintAidlTestBase.cpp813 const string& exp_cipher_text) { in AesCheckEncryptOneByteAtATime() argument
825 exp_cipher_text); in AesCheckEncryptOneByteAtATime()
831 const string& exp_cipher_text) { in CheckEncryptOneByteAtATime() argument
860 expected_final_output = exp_cipher_text.substr(plaintext.size()); in CheckEncryptOneByteAtATime()
901 EXPECT_EQ(exp_cipher_text, actual_ciphertext); in CheckEncryptOneByteAtATime()