Home
last modified time | relevance | path

Searched refs:crypto_bytes_read (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_crypto_stream.h197 uint64_t crypto_bytes_read() const;
H A Dquic_crypto_stream.cc365 uint64_t QuicCryptoStream::crypto_bytes_read() const { in crypto_bytes_read() function in quic::QuicCryptoStream
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dcrypto_test_utils.cc456 stream->crypto_bytes_read(), data.AsStringPiece()); in SendHandshakeMessageToStream()