Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_channel_local.h98 QUIC_SSTREAM *crypto_send[QUIC_PN_SPACE_NUM]; member
H A Dquic_channel.c282 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 14 milliseconds