Searched refs:plaintext_index (Results 1 – 1 of 1) sorted by relevance
845 for (int plaintext_index = 0; plaintext_index < plaintext.size(); plaintext_index++) { in CheckEncryptOneByteAtATime() local847 EXPECT_EQ(ErrorCode::OK, Update(plaintext.substr(plaintext_index, 1), &ciphertext)); in CheckEncryptOneByteAtATime()851 EXPECT_EQ(1, ciphertext.size()) << "plaintext index: " << plaintext_index; in CheckEncryptOneByteAtATime()879 for (int plaintext_index = 0; plaintext_index < plaintext.size(); plaintext_index++) { in CheckEncryptOneByteAtATime() local881 EXPECT_EQ(ErrorCode::OK, Update(plaintext.substr(plaintext_index, 1), &ciphertext)); in CheckEncryptOneByteAtATime()883 if ((plaintext_index % block_size) == block_size - 1) { in CheckEncryptOneByteAtATime()886 << "plaintext index: " << plaintext_index << additional_information; in CheckEncryptOneByteAtATime()890 << "plaintext index: " << plaintext_index << additional_information; in CheckEncryptOneByteAtATime()