Searched defs:tokenlen (Results 1 – 4 of 4) sorted by relevance
| /third_party/nghttp2/src/ |
| D | shrpx_quic.cc | 273 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()
|
| D | shrpx_quic_connection_handler.cc | 174 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
|
| D | shrpx_http3_upstream.cc | 483 size_t tokenlen; in handshake_completed() local 530 size_t tokenlen) { in init()
|
| /third_party/lwip/src/core/ |
| D | def.c | 108 size_t tokenlen = strlen(token); in lwip_strnstr() local
|