Searched refs:tx_hp_ctx (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
D | shared.c | 483 ngtcp2_crypto_cipher_ctx tx_hp_ctx = {0}; in ngtcp2_crypto_derive_and_install_initial_key() local 557 if (ngtcp2_crypto_cipher_ctx_encrypt_init(&tx_hp_ctx, &ctx.hp, tx_hp_key) != in ngtcp2_crypto_derive_and_install_initial_key() 586 &tx_aead_ctx, tx_iv, &tx_hp_ctx, in ngtcp2_crypto_derive_and_install_initial_key() 600 ngtcp2_crypto_cipher_ctx_free(&tx_hp_ctx); in ngtcp2_crypto_derive_and_install_initial_key() 626 ngtcp2_crypto_cipher_ctx tx_hp_ctx = {0}; in ngtcp2_crypto_derive_and_install_vneg_initial_key() local 693 if (ngtcp2_crypto_cipher_ctx_encrypt_init(&tx_hp_ctx, &ctx->hp, tx_hp_key) != in ngtcp2_crypto_derive_and_install_vneg_initial_key() 700 &tx_hp_ctx, NGTCP2_CRYPTO_INITIAL_IVLEN); in ngtcp2_crypto_derive_and_install_vneg_initial_key() 708 ngtcp2_crypto_cipher_ctx_free(&tx_hp_ctx); in ngtcp2_crypto_derive_and_install_vneg_initial_key()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/ |
D | ngtcp2.h | 3832 const ngtcp2_crypto_cipher_ctx *tx_hp_ctx, size_t ivlen); 3868 const ngtcp2_crypto_cipher_ctx *tx_hp_ctx, size_t ivlen);
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_conn.c | 10412 const ngtcp2_crypto_cipher_ctx *tx_hp_ctx, size_t ivlen) { in ngtcp2_conn_install_initial_key() argument 10454 pktns->crypto.tx.hp_ctx = *tx_hp_ctx; in ngtcp2_conn_install_initial_key() 10464 const ngtcp2_crypto_cipher_ctx *tx_hp_ctx, size_t ivlen) { in ngtcp2_conn_install_vneg_initial_key() argument 10504 conn->vneg.tx.hp_ctx = *tx_hp_ctx; in ngtcp2_conn_install_vneg_initial_key()
|