Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_client_session_test.cc449 static bool CheckForDecryptionError(QuicFramer* framer) { in CheckForDecryptionError() function
495 EXPECT_CALL(*connection_, OnError(Truly(CheckForDecryptionError))).Times(1); in TEST_P()