Searched refs:ncid_frame (Results 1 – 4 of 4) sorted by relevance
83 OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame; in FuzzerTestOneInput() local136 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()
74 OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame; in FuzzerTestOneInput() local138 &ncid_frame); in FuzzerTestOneInput()
398 OSSL_QUIC_FRAME_NEW_CONN_ID *ncid_frame) in ossl_quic_lcidm_generate() argument400 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()
182 OSSL_QUIC_FRAME_NEW_CONN_ID *ncid_frame);
Completed in 16 milliseconds