Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dquic_crypto_server_config.h215 std::unique_ptr<KeyExchangeSource> key_exchange_source);
H A Dquic_crypto_server_config.cc275 std::unique_ptr<KeyExchangeSource> key_exchange_source) in QuicCryptoServerConfig() argument
282 key_exchange_source_(std::move(key_exchange_source)), in QuicCryptoServerConfig()