Searched refs:NGTCP2_MIN_CIDLEN (Results 1 – 4 of 4) sorted by relevance
141 assert(cid->datalen == 0 || cid->datalen >= NGTCP2_MIN_CIDLEN); in write_cid_param()179 assert(params->preferred_address.cid.datalen >= NGTCP2_MIN_CIDLEN); in ngtcp2_encode_transport_params_versioned()507 if ((valuelen != 0 && valuelen < NGTCP2_MIN_CIDLEN) || in decode_cid_param()712 params->preferred_address.cid.datalen < NGTCP2_MIN_CIDLEN) { in ngtcp2_decode_transport_params_versioned()
1182 if (cil < NGTCP2_MIN_CIDLEN || cil > NGTCP2_MAX_CIDLEN) { in ngtcp2_pkt_decode_new_connection_id_frame()
468 #define NGTCP2_MIN_CIDLEN 1 macro
1037 assert(cil == 0 || (cil >= NGTCP2_MIN_CIDLEN && cil <= NGTCP2_MAX_CIDLEN)); in ngtcp2_crypto_verify_retry_token()