Home
last modified time | relevance | path

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

/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_pkt.c2266 nonce = (const uint8_t *)NGTCP2_RETRY_NONCE_DRAFT; in ngtcp2_pkt_write_retry()
2267 noncelen = sizeof(NGTCP2_RETRY_NONCE_DRAFT) - 1; in ngtcp2_pkt_write_retry()
2352 nonce = (const uint8_t *)NGTCP2_RETRY_NONCE_DRAFT; in ngtcp2_pkt_verify_retry_tag()
2353 noncelen = sizeof(NGTCP2_RETRY_NONCE_DRAFT) - 1; in ngtcp2_pkt_verify_retry_tag()
/dports/net/libngtcp2/ngtcp2-224bd62/crypto/
H A Dshared.c521 retry_noncelen = sizeof(NGTCP2_RETRY_NONCE_DRAFT) - 1; in ngtcp2_crypto_derive_and_install_initial_key()
1126 noncelen = sizeof(NGTCP2_RETRY_NONCE_DRAFT) - 1; in ngtcp2_crypto_write_retry()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/includes/ngtcp2/
H A Dngtcp2.h337 #define NGTCP2_RETRY_NONCE_DRAFT \ macro