ghash_unittest.cc | 55 unsigned ciphertext_length; member in struct:crypto::__anon11047::TestCase 115 if (test.ciphertext_length) 116 hash.UpdateCiphertext(test.ciphertext, test.ciphertext_length); 135 for (size_t i = 0; i < test.ciphertext_length;) { 136 size_t n = std::min(test.ciphertext_length - i, chunk_size);
|