Searched refs:tokenlen (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/unbound/util/ |
| H A D | netevent.c | 1831 ngtcp2_ssize tokenlen, ret; local 1846 tokenlen = ngtcp2_crypto_generate_retry_token(token, 1850 if(tokenlen < 0) { 1852 ngtcp2_strerror(tokenlen)); 1859 &hd->scid, &scid, &hd->dcid, token, tokenlen); 1909 hd->token, hd->tokenlen, 1941 hd->token, hd->tokenlen, 2048 hd->token, hd->tokenlen 2068 size_t tokenlen = hd->tokenlen; local 2071 size_t tokenlen = hd->token.len; [all …]
|
| /src/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 734 uint8_t* ocid, size_t ocidlen, const uint8_t* token, size_t tokenlen);
|
| H A D | listen_dnsport.c | 4263 ngtcp2_ssize tokenlen; in doq_submit_new_token() local 4268 tokenlen = ngtcp2_crypto_generate_regular_token(token, in doq_submit_new_token() 4272 if(tokenlen < 0) { in doq_submit_new_token() 4278 ret = ngtcp2_conn_submit_new_token(conn->conn, token, tokenlen); in doq_submit_new_token() 4793 uint8_t* ocid, size_t ocidlen, const uint8_t* token, size_t tokenlen) in doq_conn_setup() argument 4850 settings.tokenlen = tokenlen; in doq_conn_setup() 4853 settings.token.len = tokenlen; in doq_conn_setup()
|
| /src/contrib/unbound/ |
| H A D | config.h.in | 715 /* Define to 1 if 'tokenlen' is a member of 'struct ngtcp2_pkt_hd'. */ 722 /* Define to 1 if 'tokenlen' is a member of 'struct ngtcp2_settings'. */
|
| H A D | configure.ac | 1641 …AC_CHECK_MEMBERS([struct ngtcp2_pkt_hd.tokenlen, struct ngtcp2_settings.tokenlen, struct ngtcp2_se…
|