Home
last modified time | relevance | path

Searched refs:ncid_frame (Results 1 – 4 of 4) sorted by relevance

/openssl/fuzz/
H A Dquic-rcidm.c83 OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame; in FuzzerTestOneInput() local
136 if (!PACKET_get_net_8(&pkt, &ncid_frame.seq_num) in FuzzerTestOneInput()
137 || !PACKET_get_net_8(&pkt, &ncid_frame.retire_prior_to) in FuzzerTestOneInput()
138 || !get_cid(&pkt, &ncid_frame.conn_id)) { in FuzzerTestOneInput()
143 ossl_quic_rcidm_add_from_ncid(rcidm, &ncid_frame); in FuzzerTestOneInput()
H A Dquic-lcidm.c74 OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame; in FuzzerTestOneInput() local
138 &ncid_frame); in FuzzerTestOneInput()
/openssl/ssl/quic/
H A Dquic_lcidm.c398 OSSL_QUIC_FRAME_NEW_CONN_ID *ncid_frame) in ossl_quic_lcidm_generate() argument
400 ncid_frame->seq_num = 0; in ossl_quic_lcidm_generate()
401 ncid_frame->retire_prior_to = 0; in ossl_quic_lcidm_generate()
404 &ncid_frame->conn_id, in ossl_quic_lcidm_generate()
405 &ncid_frame->seq_num); in ossl_quic_lcidm_generate()
/openssl/include/internal/
H A Dquic_lcidm.h182 OSSL_QUIC_FRAME_NEW_CONN_ID *ncid_frame);

Completed in 10 milliseconds