Home
last modified time | relevance | path

Searched defs:tokenlen (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_quic.cc273 int generate_retry_token(uint8_t *token, size_t &tokenlen, uint32_t version, in generate_retry_token()
292 int verify_retry_token(ngtcp2_cid &odcid, const uint8_t *token, size_t tokenlen, in verify_retry_token()
310 int generate_token(uint8_t *token, size_t &tokenlen, const sockaddr *sa, in generate_token()
327 int verify_token(const uint8_t *token, size_t tokenlen, const sockaddr *sa, in verify_token()
Dshrpx_quic_connection_handler.cc174 size_t tokenlen = 0; in handle_packet() local
382 const uint8_t *token, size_t tokenlen) { in handle_new_connection()
499 size_t tokenlen; in send_retry() local
Dshrpx_http3_upstream.cc483 size_t tokenlen; in handshake_completed() local
530 size_t tokenlen) { in init()
/third_party/lwip/src/core/
Ddef.c108 size_t tokenlen = strlen(token); in lwip_strnstr() local