Searched defs:rx_secret (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
D | shared.c | 69 int ngtcp2_crypto_derive_initial_secrets(uint32_t version, uint8_t *rx_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() 1224 uint8_t rx_secret[NGTCP2_CRYPTO_INITIAL_SECRETLEN]; in ngtcp2_crypto_write_connection_close() local
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/ |
D | wolfssl.c | 440 const uint8_t *rx_secret, in set_encryption_secrets()
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
D | openssl.c | 729 const uint8_t *rx_secret, in set_encryption_secrets()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_conn.c | 574 conn_call_update_key(ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, in conn_call_update_key()
|