GaloisHash         51 crypto/ghash.cc GaloisHash::GaloisHash(const uint8 key[16]) {
GaloisHash         70 crypto/ghash.cc void GaloisHash::Reset() {
GaloisHash         79 crypto/ghash.cc void GaloisHash::UpdateAdditional(const uint8* data, size_t length) {
GaloisHash         85 crypto/ghash.cc void GaloisHash::UpdateCiphertext(const uint8* data, size_t length) {
GaloisHash        102 crypto/ghash.cc void GaloisHash::Finish(void* output, size_t len) {
GaloisHash        136 crypto/ghash.cc GaloisHash::FieldElement GaloisHash::Add(
GaloisHash        145 crypto/ghash.cc GaloisHash::FieldElement GaloisHash::Double(const FieldElement& x) {
GaloisHash        166 crypto/ghash.cc void GaloisHash::MulAfterPrecomputation(const FieldElement* table,
GaloisHash        214 crypto/ghash.cc void GaloisHash::Mul16(FieldElement* x) {
GaloisHash        222 crypto/ghash.cc void GaloisHash::UpdateBlocks(const uint8* bytes, size_t num_blocks) {
GaloisHash        232 crypto/ghash.cc void GaloisHash::Update(const uint8* data, size_t length) {
GaloisHash         28 crypto/ghash.h class CRYPTO_EXPORT_PRIVATE GaloisHash {
GaloisHash         30 crypto/ghash.h   explicit GaloisHash(const uint8 key[16]);
GaloisHash        106 crypto/ghash_unittest.cc TEST(GaloisHash, TestCases) {
GaloisHash        112 crypto/ghash_unittest.cc     GaloisHash hash(test.key);
GaloisHash        122 crypto/ghash_unittest.cc TEST(GaloisHash, VaryLengths) {
GaloisHash        129 crypto/ghash_unittest.cc       GaloisHash hash(test.key);
GaloisHash        189 net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc   crypto::GaloisHash ghash(ghash_key);
GaloisHash        195 net/quic/crypto/aes_128_gcm_12_encrypter_nss.cc   crypto::GaloisHash ghash(ghash_key);