UpdateAdditional   39 crypto/ghash.h   void UpdateAdditional(const uint8* data, size_t length);
UpdateAdditional  114 crypto/ghash_unittest.cc       hash.UpdateAdditional(test.additional, test.additional_length);
UpdateAdditional  132 crypto/ghash_unittest.cc         hash.UpdateAdditional(test.additional + i, n);
UpdateAdditional  190 net/quic/crypto/aes_128_gcm_12_decrypter_nss.cc   ghash.UpdateAdditional(gcm_params->pAAD, gcm_params->ulAADLen);
UpdateAdditional  196 net/quic/crypto/aes_128_gcm_12_encrypter_nss.cc   ghash.UpdateAdditional(gcm_params->pAAD, gcm_params->ulAADLen);