Home
last modified time | relevance | path

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

/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp858 string expected_final_output; in CheckEncryptOneByteAtATime() local
860 expected_final_output = exp_cipher_text.substr(plaintext.size()); in CheckEncryptOneByteAtATime()
862 EXPECT_EQ(expected_final_output, ciphertext); in CheckEncryptOneByteAtATime()