Searched defs:tx_secret (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
| D | shared.c | 70 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/ |
| D | wolfssl.c | 441 const uint8_t *tx_secret, size_t secretlen) { in set_encryption_secrets()
|
| /third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
| D | openssl.c | 730 const uint8_t *tx_secret, size_t secretlen) { 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()
|