HomeSort by: relevance | last modified time | path
    Searched defs:ncid_frame (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/fuzz/
quic-lcidm.c 74 OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame; local
138 &ncid_frame);
quic-rcidm.c 83 OSSL_QUIC_FRAME_NEW_CONN_ID ncid_frame; local
136 if (!PACKET_get_net_8(&pkt, &ncid_frame.seq_num)
137 || !PACKET_get_net_8(&pkt, &ncid_frame.retire_prior_to)
138 || !get_cid(&pkt, &ncid_frame.conn_id)) {
143 ossl_quic_rcidm_add_from_ncid(rcidm, &ncid_frame);

Completed in 22 milliseconds