Home
last modified time | relevance | path

Searched defs:tx_secret (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/crypto/
Dshared.c70 uint8_t *tx_secret, in ngtcp2_crypto_derive_initial_secrets()
465 ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, in ngtcp2_crypto_derive_and_install_initial_key()
609 ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, in ngtcp2_crypto_derive_and_install_vneg_initial_key()
717 ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, in ngtcp2_crypto_update_key()
797 ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, in ngtcp2_crypto_update_key_cb()
1225 uint8_t tx_secret[NGTCP2_CRYPTO_INITIAL_SECRETLEN]; in ngtcp2_crypto_write_connection_close() local
/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/
Dwolfssl.c441 const uint8_t *tx_secret, size_t secretlen) { in set_encryption_secrets()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
Dopenssl.c730 const uint8_t *tx_secret, size_t secretlen) { in set_encryption_secrets()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_conn.c574 conn_call_update_key(ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, in conn_call_update_key()