Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/quic/
H A Dbidirectional_stream_quic_impl_unittest.cc826 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
831 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_FORWARD_SECURE); in TEST_P()
921 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
931 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_FORWARD_SECURE); in TEST_P()
993 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
995 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_FORWARD_SECURE); in TEST_P()
1116 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
1118 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_FORWARD_SECURE); in TEST_P()
1214 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
1216 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_FORWARD_SECURE); in TEST_P()
[all …]
H A Dquic_network_transaction_unittest.cc824 client_maker.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in AddQuicDataAndRunRequest()
833 client_maker.SetEncryptionLevel(quic::ENCRYPTION_FORWARD_SECURE); in AddQuicDataAndRunRequest()
2756 client_maker_->SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
2765 client_maker_->SetEncryptionLevel(quic::ENCRYPTION_FORWARD_SECURE); in TEST_P()
2840 client_maker_->SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
2848 client_maker_->SetEncryptionLevel(quic::ENCRYPTION_FORWARD_SECURE); in TEST_P()
2920 client_maker_->SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
2930 client_maker_->SetEncryptionLevel(quic::ENCRYPTION_FORWARD_SECURE); in TEST_P()
3037 client_maker_->SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
3045 client_maker_->SetEncryptionLevel(quic::ENCRYPTION_FORWARD_SECURE); in TEST_P()
[all …]
H A Dquic_test_packet_maker.cc201 SetEncryptionLevel(quic::ENCRYPTION_INITIAL); in MakeDummyCHLOPacket()
994 void QuicTestPacketMaker::SetEncryptionLevel(quic::EncryptionLevel level) { in SetEncryptionLevel() function in net::test::QuicTestPacketMaker
H A Dquic_session_pool_test.cc592 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in VerifyInitialization()
752 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
778 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
809 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
891 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
925 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
963 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
4360 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_FORWARD_SECURE); in TEST_P()
4439 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_FORWARD_SECURE); in TEST_P()
7272 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_FORWARD_SECURE); in TestNewConnectionOnAlternateNetworkBeforeHandshake()
[all …]
H A Dquic_test_packet_maker.h418 void SetEncryptionLevel(quic::EncryptionLevel level);
H A Dquic_http_stream_test.cc1213 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
1214 client_maker_.SetEncryptionLevel(quic::ENCRYPTION_ZERO_RTT); in TEST_P()
H A Dquic_chromium_client_session_test.cc942 server_maker_.SetEncryptionLevel(quic::ENCRYPTION_INITIAL); in TEST_P()