Searched refs:token_len_ (Results 1 – 1 of 1) sorted by relevance
657 uint64_t token_len_; in ossl_quic_wire_decode_frame_new_token() local660 || !PACKET_get_quic_vlint(pkt, &token_len_)) in ossl_quic_wire_decode_frame_new_token()663 if (token_len_ > SIZE_MAX) in ossl_quic_wire_decode_frame_new_token()667 *token_len = (size_t)token_len_; in ossl_quic_wire_decode_frame_new_token()669 if (!PACKET_forward(pkt, (size_t)token_len_)) in ossl_quic_wire_decode_frame_new_token()
Completed in 7 milliseconds