UpdateCiphertext   42 crypto/ghash.h   void UpdateCiphertext(const uint8* data, size_t length);
UpdateCiphertext  116 crypto/ghash_unittest.cc       hash.UpdateCiphertext(test.ciphertext, test.ciphertext_length);
UpdateCiphertext  137 crypto/ghash_unittest.cc         hash.UpdateCiphertext(test.ciphertext + i, n);
UpdateCiphertext  191 net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc   ghash.UpdateCiphertext(enc, output_len);
UpdateCiphertext  197 net/quic/crypto/aes_128_gcm_12_encrypter_nss.cc   ghash.UpdateCiphertext(out, output_len);