Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/crypto/
Dshared.c130 size_t ngtcp2_crypto_packet_protection_ivlen(const ngtcp2_crypto_aead *aead) { in ngtcp2_crypto_packet_protection_ivlen() function
146 size_t ivlen = ngtcp2_crypto_packet_protection_ivlen(aead); in ngtcp2_crypto_derive_packet_protection_key()
267 ivlen = ngtcp2_crypto_packet_protection_ivlen(aead); in ngtcp2_crypto_derive_and_install_rx_key()
408 ivlen = ngtcp2_crypto_packet_protection_ivlen(aead); in ngtcp2_crypto_derive_and_install_tx_key()
725 size_t ivlen = ngtcp2_crypto_packet_protection_ivlen(aead); in ngtcp2_crypto_update_key()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/includes/ngtcp2/
Dngtcp2_crypto.h221 ngtcp2_crypto_packet_protection_ivlen(const ngtcp2_crypto_aead *aead);