Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_pkt.c2296 nonce = (const uint8_t *)NGTCP2_RETRY_NONCE_DRAFT; in ngtcp2_pkt_write_retry()
2297 noncelen = sizeof(NGTCP2_RETRY_NONCE_DRAFT) - 1; in ngtcp2_pkt_write_retry()
2388 nonce = (const uint8_t *)NGTCP2_RETRY_NONCE_DRAFT; in ngtcp2_pkt_verify_retry_tag()
2389 noncelen = sizeof(NGTCP2_RETRY_NONCE_DRAFT) - 1; in ngtcp2_pkt_verify_retry_tag()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/
Dshared.c576 retry_noncelen = sizeof(NGTCP2_RETRY_NONCE_DRAFT) - 1; in ngtcp2_crypto_derive_and_install_initial_key()
1299 noncelen = sizeof(NGTCP2_RETRY_NONCE_DRAFT) - 1; in ngtcp2_crypto_write_retry()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h392 #define NGTCP2_RETRY_NONCE_DRAFT \ macro