Searched refs:token_len_ (Results 1 – 1 of 1) sorted by relevance
655 uint64_t token_len_; in ossl_quic_wire_decode_frame_new_token() local658 || !PACKET_get_quic_vlint(pkt, &token_len_)) in ossl_quic_wire_decode_frame_new_token()661 if (token_len_ > SIZE_MAX) in ossl_quic_wire_decode_frame_new_token()665 *token_len = (size_t)token_len_; in ossl_quic_wire_decode_frame_new_token()667 if (!PACKET_forward(pkt, (size_t)token_len_)) in ossl_quic_wire_decode_frame_new_token()