GetHashLength 33 net/quic/crypto/null_encrypter.cc memcpy(output + GetHashLength(), plaintext.data(), plaintext.size()); GetHashLength 41 net/quic/crypto/null_encrypter.cc const size_t len = plaintext.size() + GetHashLength(); GetHashLength 52 net/quic/crypto/null_encrypter.cc return ciphertext_size - GetHashLength(); GetHashLength 56 net/quic/crypto/null_encrypter.cc return plaintext_size + GetHashLength(); GetHashLength 40 net/quic/crypto/null_encrypter.h size_t GetHashLength() const;