Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/crypto/
Dshared.c152 size_t hp_key_labellen; in ngtcp2_crypto_derive_packet_protection_key() local
161 hp_key_labellen = sizeof(HP_KEY_LABEL_V2_DRAFT) - 1; in ngtcp2_crypto_derive_packet_protection_key()
169 hp_key_labellen = sizeof(HP_KEY_LABEL_V1) - 1; in ngtcp2_crypto_derive_packet_protection_key()
184 hp_key_label, hp_key_labellen) != 0) { in ngtcp2_crypto_derive_packet_protection_key()