Searched refs:crypto_recv (Results 1 – 3 of 3) sorted by relevance
99 QUIC_RSTREAM *crypto_recv[QUIC_PN_SPACE_NUM]; member
314 ch->crypto_recv[pn_space] = ossl_quic_rstream_new(NULL, NULL, 0); in ch_init()315 if (ch->crypto_recv[pn_space] == NULL) in ch_init()392 ossl_quic_rstream_free(ch->crypto_recv[pn_space]); in ch_cleanup()914 !crypto_ensure_empty(ch->crypto_recv[ossl_quic_enc_level_to_pn_space(i)])) { in ch_on_crypto_recv_record()922 rstream = ch->crypto_recv[ossl_quic_enc_level_to_pn_space(ch->rx_enc_level)]; in ch_on_crypto_recv_record()937 rstream = ch->crypto_recv[rx_pn_space]; in ch_on_crypto_release_record()992 if (!crypto_ensure_empty(ch->crypto_recv[ossl_quic_enc_level_to_pn_space(i)])) { in ch_on_handshake_yield_secret()2738 || !ossl_assert(ch->crypto_recv[pn_space] != NULL)) in ch_discard_el()2745 ossl_quic_rstream_free(ch->crypto_recv[pn_space]); in ch_discard_el()2746 ch->crypto_recv[pn_space] = NULL; in ch_discard_el()
284 rstream = ch->crypto_recv[ackm_data->pkt_space]; in depack_do_frame_crypto()
Completed in 29 milliseconds