Searched defs:tokenlen (Results 1 – 9 of 9) sorted by relevance
| /third_party/nghttp2/src/ |
| D | shrpx_quic.cc | 295 int generate_retry_token(uint8_t *token, size_t &tokenlen, uint32_t version, in generate_retry_token() 314 int verify_retry_token(ngtcp2_cid &odcid, const uint8_t *token, size_t tokenlen, in verify_retry_token() 332 int generate_token(uint8_t *token, size_t &tokenlen, const sockaddr *sa, in generate_token() 349 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 370 const uint8_t *token, size_t tokenlen, ngtcp2_token_type token_type) { in handle_new_connection() 487 size_t tokenlen; in send_retry() local
|
| D | shrpx_http3_upstream.cc | 525 size_t tokenlen; in send_new_token() local 572 size_t tokenlen, ngtcp2_token_type token_type) { in init()
|
| /third_party/lwip/src/core/ |
| D | def.c | 108 size_t tokenlen = strlen(token); in lwip_strnstr() local
|
| /third_party/curl/lib/ |
| D | noproxy.c | 177 size_t tokenlen = 0; in Curl_check_noproxy() local
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
| D | shared.c | 974 ngtcp2_cid *odcid, const uint8_t *token, size_t tokenlen, in ngtcp2_crypto_verify_retry_token() 1150 int ngtcp2_crypto_verify_regular_token(const uint8_t *token, size_t tokenlen, in ngtcp2_crypto_verify_regular_token() 1279 const uint8_t *token, size_t tokenlen) { in ngtcp2_crypto_write_retry()
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| D | ngtcp2_pkt.c | 177 size_t tokenlen = 0; in ngtcp2_pkt_decode_hd_long() local 2253 size_t tokenlen, ngtcp2_encrypt encrypt, const ngtcp2_crypto_aead *aead, in ngtcp2_pkt_write_retry() 2321 const ngtcp2_cid *odcid, const uint8_t *token, size_t tokenlen) { in ngtcp2_pkt_encode_pseudo_retry()
|
| D | ngtcp2_conn.c | 12868 size_t tokenlen) { in ngtcp2_conn_submit_new_token()
|
| /third_party/libcoap/examples/ |
| D | coap-client.c | 209 track_new_token(size_t tokenlen, uint8_t *token) { in track_new_token() 268 size_t tokenlen; in coap_new_request() local
|