Searched refs:exp_cipher_text (Results 1 – 2 of 2) sorted by relevance
200 const string& plaintext, const string& exp_cipher_text);385 const string& plaintext, const string& exp_cipher_text);
813 const string& exp_cipher_text) { in AesCheckEncryptOneByteAtATime() argument825 exp_cipher_text); in AesCheckEncryptOneByteAtATime()831 const string& exp_cipher_text) { in CheckEncryptOneByteAtATime() argument860 expected_final_output = exp_cipher_text.substr(plaintext.size()); in CheckEncryptOneByteAtATime()901 EXPECT_EQ(exp_cipher_text, actual_ciphertext); in CheckEncryptOneByteAtATime()