Home
last modified time | relevance | path

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

/openssl/fuzz/
H A Dquic-rcidm.c82 QUIC_CONN_ID arg_cid, cid_out; in FuzzerTestOneInput() local
97 if (!get_cid(&pkt, &arg_cid)) { in FuzzerTestOneInput()
104 if ((rcidm = ossl_quic_rcidm_new(&arg_cid)) == NULL) in FuzzerTestOneInput()
118 if (!get_cid(&pkt, &arg_cid)) { in FuzzerTestOneInput()
123 ossl_quic_rcidm_add_from_initial(rcidm, &arg_cid); in FuzzerTestOneInput()
127 if (!get_cid(&pkt, &arg_cid)) { in FuzzerTestOneInput()
132 ossl_quic_rcidm_add_from_server_retry(rcidm, &arg_cid); in FuzzerTestOneInput()
H A Dquic-lcidm.c73 QUIC_CONN_ID arg_cid, cid_out; in FuzzerTestOneInput() local
103 || !get_cid(&pkt, &arg_cid)) { in FuzzerTestOneInput()
109 &arg_cid); in FuzzerTestOneInput()
164 if (!get_cid(&pkt, &arg_cid)) { in FuzzerTestOneInput()
169 ossl_quic_lcidm_lookup(lcidm, &arg_cid, &seq_num_out, &opaque_out); in FuzzerTestOneInput()

Completed in 5 milliseconds