Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_wire.c655 uint64_t token_len_; in ossl_quic_wire_decode_frame_new_token() local
658 || !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()