Searched refs:NGTCP2_RETRY_NONCE_DRAFT (Results 1 – 3 of 3) sorted by relevance
2296 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()
576 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()
392 #define NGTCP2_RETRY_NONCE_DRAFT \ macro