Searched refs:crypto_send (Results 1 – 2 of 2) sorted by relevance
98 QUIC_SSTREAM *crypto_send[QUIC_PN_SPACE_NUM]; member
282 ch->crypto_send[pn_space] = ossl_quic_sstream_new(INIT_CRYPTO_SEND_BUF_LEN); in ch_init()283 if (ch->crypto_send[pn_space] == NULL) in ch_init()286 txp_args.crypto[pn_space] = ch->crypto_send[pn_space]; in ch_init()391 ossl_quic_sstream_free(ch->crypto_send[pn_space]); in ch_cleanup()868 QUIC_SSTREAM *sstream = ch->crypto_send[pn_space]; in ch_on_crypto_send()2737 if (!ossl_assert(ch->crypto_send[pn_space] != NULL) in ch_discard_el()2742 ossl_quic_sstream_free(ch->crypto_send[pn_space]); in ch_discard_el()2743 ch->crypto_send[pn_space] = NULL; in ch_discard_el()
Completed in 25 milliseconds