/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
H A D | crypto_utils.cc | 112 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 D | chacha_base_decrypter.h | 20 bool SetHeaderProtectionKey(absl::string_view key) override;
|
H A D | chacha_base_encrypter.h | 20 bool SetHeaderProtectionKey(absl::string_view key) override;
|
H A D | aes_base_decrypter.h | 21 bool SetHeaderProtectionKey(absl::string_view key) override;
|
H A D | aes_base_encrypter.h | 21 bool SetHeaderProtectionKey(absl::string_view key) override;
|
H A D | quic_crypter.h | 79 virtual bool SetHeaderProtectionKey(absl::string_view key) = 0;
|
H A D | aes_base_decrypter.cc | 13 bool AesBaseDecrypter::SetHeaderProtectionKey(absl::string_view key) { in SetHeaderProtectionKey() function in quic::AesBaseDecrypter
|
H A D | aes_base_encrypter.cc | 13 bool AesBaseEncrypter::SetHeaderProtectionKey(absl::string_view key) { in SetHeaderProtectionKey() function in quic::AesBaseEncrypter
|
H A D | chacha_base_decrypter.cc | 18 bool ChaChaBaseDecrypter::SetHeaderProtectionKey(absl::string_view key) { in SetHeaderProtectionKey() function in quic::ChaChaBaseDecrypter
|
H A D | chacha_base_encrypter.cc | 16 bool ChaChaBaseEncrypter::SetHeaderProtectionKey(absl::string_view key) { in SetHeaderProtectionKey() function in quic::ChaChaBaseEncrypter
|
H A D | null_encrypter.h | 31 bool SetHeaderProtectionKey(absl::string_view key) override;
|
H A D | null_decrypter.h | 35 bool SetHeaderProtectionKey(absl::string_view key) override;
|
H A D | null_encrypter.cc | 27 bool NullEncrypter::SetHeaderProtectionKey(absl::string_view key) { in SetHeaderProtectionKey() function in quic::NullEncrypter
|
H A D | null_decrypter.cc | 29 bool NullDecrypter::SetHeaderProtectionKey(absl::string_view key) { in SetHeaderProtectionKey() function in quic::NullDecrypter
|
H A D | chacha20_poly1305_tls_decrypter_test.cc | 189 ASSERT_TRUE(decrypter.SetHeaderProtectionKey(key)); in TEST_F()
|
H A D | chacha20_poly1305_tls_encrypter_test.cc | 176 ASSERT_TRUE(encrypter.SetHeaderProtectionKey(key)); in TEST_F()
|
H A D | aes_256_gcm_decrypter_test.cc | 298 ASSERT_TRUE(decrypter.SetHeaderProtectionKey(key)); in TEST_F()
|
H A D | aes_128_gcm_decrypter_test.cc | 291 ASSERT_TRUE(decrypter.SetHeaderProtectionKey(key)); in TEST_F()
|
H A D | aes_256_gcm_encrypter_test.cc | 261 ASSERT_TRUE(encrypter.SetHeaderProtectionKey(key)); in TEST_F()
|
H A D | aes_128_gcm_encrypter_test.cc | 279 ASSERT_TRUE(encrypter.SetHeaderProtectionKey(key)); in TEST_F()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | tls_handshaker.cc | 276 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 D | mock_encrypter.h | 33 bool SetHeaderProtectionKey(std::string_view key) override;
|
H A D | mock_decrypter.h | 35 bool SetHeaderProtectionKey(std::string_view key) override;
|
H A D | mock_encrypter.cc | 51 bool MockEncrypter::SetHeaderProtectionKey(std::string_view key) { in SetHeaderProtectionKey() function in net::MockEncrypter
|
H A D | mock_decrypter.cc | 38 bool MockDecrypter::SetHeaderProtectionKey(std::string_view key) { in SetHeaderProtectionKey() function in net::MockDecrypter
|