Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/crypto/
Dshared.c144 static const uint8_t HP_KEY_LABEL_V2_DRAFT[] = "quicv2 hp"; in ngtcp2_crypto_derive_packet_protection_key() local
160 hp_key_label = HP_KEY_LABEL_V2_DRAFT; in ngtcp2_crypto_derive_packet_protection_key()
161 hp_key_labellen = sizeof(HP_KEY_LABEL_V2_DRAFT) - 1; in ngtcp2_crypto_derive_packet_protection_key()