Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/crypto/
Dshared.c135 int ngtcp2_crypto_derive_packet_protection_key( in ngtcp2_crypto_derive_packet_protection_key() function
269 if (ngtcp2_crypto_derive_packet_protection_key(key, iv, hp_key, version, aead, in ngtcp2_crypto_derive_and_install_rx_key()
410 if (ngtcp2_crypto_derive_packet_protection_key(key, iv, hp_key, version, aead, in ngtcp2_crypto_derive_and_install_tx_key()
530 if (ngtcp2_crypto_derive_packet_protection_key( in ngtcp2_crypto_derive_and_install_initial_key()
536 if (ngtcp2_crypto_derive_packet_protection_key( in ngtcp2_crypto_derive_and_install_initial_key()
666 if (ngtcp2_crypto_derive_packet_protection_key( in ngtcp2_crypto_derive_and_install_vneg_initial_key()
672 if (ngtcp2_crypto_derive_packet_protection_key( in ngtcp2_crypto_derive_and_install_vneg_initial_key()
733 if (ngtcp2_crypto_derive_packet_protection_key( in ngtcp2_crypto_update_key()
743 if (ngtcp2_crypto_derive_packet_protection_key( in ngtcp2_crypto_update_key()
1243 if (ngtcp2_crypto_derive_packet_protection_key( in ngtcp2_crypto_write_connection_close()
Dshared.h152 int ngtcp2_crypto_derive_packet_protection_key(uint8_t *key, uint8_t *iv,