Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/crypto/
Dshared.c139 static const uint8_t KEY_LABEL_V1[] = "quic key"; in ngtcp2_crypto_derive_packet_protection_key() local
164 key_label = KEY_LABEL_V1; in ngtcp2_crypto_derive_packet_protection_key()
165 key_labellen = sizeof(KEY_LABEL_V1) - 1; in ngtcp2_crypto_derive_packet_protection_key()