Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_txp.c404 uint32_t archetype; member
428 uint32_t archetype,
768 uint32_t archetype, enc_level; in ossl_quic_tx_packetiser_generate() local
789 archetype = txp_determine_archetype(txp, cc_limit); in ossl_quic_tx_packetiser_generate()
1195 uint32_t archetype, in txp_get_archetype_data() argument
1199 || archetype >= TX_PACKETISER_ARCHETYPE_NUM) in txp_get_archetype_data()
1203 *a = archetypes[enc_level][archetype]; in txp_get_archetype_data()
1208 uint32_t archetype, in txp_determine_geometry() argument
1285 geom->archetype = archetype; in txp_determine_geometry()
1326 uint32_t archetype, in txp_should_try_staging() argument
[all …]
/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md624 uint32_t archetype);
627 More archetypes can be added in the future as required. The archetype limits

Completed in 27 milliseconds