Home
last modified time | relevance | path

Searched refs:SetHeaderProtectionKey (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_utils.cc112 crypter->SetHeaderProtectionKey( in InitializeCrypterSecrets()
466 !crypters->encrypter->SetHeaderProtectionKey( in DeriveKeys()
471 !crypters->decrypter->SetHeaderProtectionKey( in DeriveKeys()
479 !crypters->encrypter->SetHeaderProtectionKey( in DeriveKeys()
484 !crypters->decrypter->SetHeaderProtectionKey( in DeriveKeys()
501 !crypters->encrypter->SetHeaderProtectionKey(hkdf.client_hp_key()) || in DeriveKeys()
505 !crypters->decrypter->SetHeaderProtectionKey(hkdf.server_hp_key())) { in DeriveKeys()
525 !crypters->decrypter->SetHeaderProtectionKey(hkdf.client_hp_key()) || in DeriveKeys()
528 !crypters->encrypter->SetHeaderProtectionKey(hkdf.server_hp_key())) { in DeriveKeys()
H A Dchacha_base_decrypter.h20 bool SetHeaderProtectionKey(absl::string_view key) override;
H A Dchacha_base_encrypter.h20 bool SetHeaderProtectionKey(absl::string_view key) override;
H A Daes_base_decrypter.h21 bool SetHeaderProtectionKey(absl::string_view key) override;
H A Daes_base_encrypter.h21 bool SetHeaderProtectionKey(absl::string_view key) override;
H A Dquic_crypter.h79 virtual bool SetHeaderProtectionKey(absl::string_view key) = 0;
H A Daes_base_decrypter.cc13 bool AesBaseDecrypter::SetHeaderProtectionKey(absl::string_view key) { in SetHeaderProtectionKey() function in quic::AesBaseDecrypter
H A Daes_base_encrypter.cc13 bool AesBaseEncrypter::SetHeaderProtectionKey(absl::string_view key) { in SetHeaderProtectionKey() function in quic::AesBaseEncrypter
H A Dchacha_base_decrypter.cc18 bool ChaChaBaseDecrypter::SetHeaderProtectionKey(absl::string_view key) { in SetHeaderProtectionKey() function in quic::ChaChaBaseDecrypter
H A Dchacha_base_encrypter.cc16 bool ChaChaBaseEncrypter::SetHeaderProtectionKey(absl::string_view key) { in SetHeaderProtectionKey() function in quic::ChaChaBaseEncrypter
H A Dnull_encrypter.h31 bool SetHeaderProtectionKey(absl::string_view key) override;
H A Dnull_decrypter.h35 bool SetHeaderProtectionKey(absl::string_view key) override;
H A Dnull_encrypter.cc27 bool NullEncrypter::SetHeaderProtectionKey(absl::string_view key) { in SetHeaderProtectionKey() function in quic::NullEncrypter
H A Dnull_decrypter.cc29 bool NullDecrypter::SetHeaderProtectionKey(absl::string_view key) { in SetHeaderProtectionKey() function in quic::NullDecrypter
H A Dchacha20_poly1305_tls_decrypter_test.cc189 ASSERT_TRUE(decrypter.SetHeaderProtectionKey(key)); in TEST_F()
H A Dchacha20_poly1305_tls_encrypter_test.cc176 ASSERT_TRUE(encrypter.SetHeaderProtectionKey(key)); in TEST_F()
H A Daes_256_gcm_decrypter_test.cc298 ASSERT_TRUE(decrypter.SetHeaderProtectionKey(key)); in TEST_F()
H A Daes_128_gcm_decrypter_test.cc291 ASSERT_TRUE(decrypter.SetHeaderProtectionKey(key)); in TEST_F()
H A Daes_256_gcm_encrypter_test.cc261 ASSERT_TRUE(encrypter.SetHeaderProtectionKey(key)); in TEST_F()
H A Daes_128_gcm_encrypter_test.cc279 ASSERT_TRUE(encrypter.SetHeaderProtectionKey(key)); in TEST_F()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dtls_handshaker.cc276 encrypter->SetHeaderProtectionKey( in SetWriteSecret()
308 decrypter->SetHeaderProtectionKey( in SetReadSecret()
344 decrypter->SetHeaderProtectionKey(absl::string_view( in AdvanceKeysAndCreateCurrentOneRttDecrypter()
365 encrypter->SetHeaderProtectionKey(absl::string_view( in CreateCurrentOneRttEncrypter()
/aosp_15_r20/external/cronet/net/quic/
H A Dmock_encrypter.h33 bool SetHeaderProtectionKey(std::string_view key) override;
H A Dmock_decrypter.h35 bool SetHeaderProtectionKey(std::string_view key) override;
H A Dmock_encrypter.cc51 bool MockEncrypter::SetHeaderProtectionKey(std::string_view key) { in SetHeaderProtectionKey() function in net::MockEncrypter
H A Dmock_decrypter.cc38 bool MockDecrypter::SetHeaderProtectionKey(std::string_view key) { in SetHeaderProtectionKey() function in net::MockDecrypter

12