Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_connection_handler.h203 void set_quic_keying_materials(std::shared_ptr<QUICKeyingMaterials> qkms);
204 const std::shared_ptr<QUICKeyingMaterials> &get_quic_keying_materials() const;
271 std::shared_ptr<QUICKeyingMaterials> quic_keying_materials_;
Dshrpx_quic.h63 struct QUICKeyingMaterials;
134 select_quic_keying_material(const QUICKeyingMaterials &qkms, uint8_t km_id);
Dshrpx_worker_process.cc547 std::shared_ptr<QUICKeyingMaterials> qkms; in worker_process_event_loop()
557 qkms = std::make_shared<QUICKeyingMaterials>(); in worker_process_event_loop()
Dshrpx_quic.cc361 select_quic_keying_material(const QUICKeyingMaterials &qkms, uint8_t km_id) { in select_quic_keying_material()
Dshrpx_connection_handler.cc1046 std::shared_ptr<QUICKeyingMaterials> qkms) { in set_quic_keying_materials()
1050 const std::shared_ptr<QUICKeyingMaterials> &
Dshrpx_config.h647 struct QUICKeyingMaterials { struct
1432 std::shared_ptr<QUICKeyingMaterials>
Dshrpx_config.cc234 std::shared_ptr<QUICKeyingMaterials>
239 auto qkms = std::make_shared<QUICKeyingMaterials>(); in read_quic_secret_file()