Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/crypto/
Dshared.c147 const uint8_t *key_label; in ngtcp2_crypto_derive_packet_protection_key() local
156 key_label = KEY_LABEL_V2_DRAFT; in ngtcp2_crypto_derive_packet_protection_key()
164 key_label = KEY_LABEL_V1; in ngtcp2_crypto_derive_packet_protection_key()
173 key_label, key_labellen) != 0) { in ngtcp2_crypto_derive_packet_protection_key()