Home
last modified time | relevance | path

Searched refs:tx_key (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/crypto/
H A Dshared.c467 uint8_t *rx_hp_key, uint8_t *tx_key, uint8_t *tx_iv, uint8_t *tx_hp_key, in ngtcp2_crypto_derive_and_install_initial_key()
511 if (!tx_key) { in ngtcp2_crypto_derive_and_install_initial_key()
512 tx_key = tx_keybuf; in ngtcp2_crypto_derive_and_install_initial_key()
537 tx_key, tx_iv, tx_hp_key, version, &ctx.aead, &ctx.md, tx_secret, in ngtcp2_crypto_derive_and_install_initial_key()
552 if (ngtcp2_crypto_aead_ctx_encrypt_init(&tx_aead_ctx, &ctx.aead, tx_key, in ngtcp2_crypto_derive_and_install_initial_key()
611 uint8_t *rx_hp_key, uint8_t *tx_key, uint8_t *tx_iv, uint8_t *tx_hp_key, in ngtcp2_crypto_derive_and_install_vneg_initial_key()
649 if (!tx_key) { in ngtcp2_crypto_derive_and_install_vneg_initial_key()
650 tx_key = tx_keybuf; in ngtcp2_crypto_derive_and_install_vneg_initial_key()
673 tx_key, tx_iv, tx_hp_key, version, &ctx->aead, &ctx->md, tx_secret, in ngtcp2_crypto_derive_and_install_vneg_initial_key()
688 if (ngtcp2_crypto_aead_ctx_encrypt_init(&tx_aead_ctx, &ctx->aead, tx_key, in ngtcp2_crypto_derive_and_install_vneg_initial_key()
464 ngtcp2_crypto_derive_and_install_initial_key( ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, uint8_t *initial_secret, uint8_t *rx_key, uint8_t *rx_iv, uint8_t *rx_hp_key, uint8_t *tx_key, uint8_t *tx_iv, uint8_t *tx_hp_key, uint32_t version, const ngtcp2_cid *client_dcid) ngtcp2_crypto_derive_and_install_initial_key() argument
608 ngtcp2_crypto_derive_and_install_vneg_initial_key( ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, uint8_t *initial_secret, uint8_t *rx_key, uint8_t *rx_iv, uint8_t *rx_hp_key, uint8_t *tx_key, uint8_t *tx_iv, uint8_t *tx_hp_key, uint32_t version, const ngtcp2_cid *client_dcid) ngtcp2_crypto_derive_and_install_vneg_initial_key() argument
716 ngtcp2_crypto_update_key( ngtcp2_conn *conn, uint8_t *rx_secret, uint8_t *tx_secret, ngtcp2_crypto_aead_ctx *rx_aead_ctx, uint8_t *rx_key, uint8_t *rx_iv, ngtcp2_crypto_aead_ctx *tx_aead_ctx, uint8_t *tx_key, uint8_t *tx_iv, const uint8_t *current_rx_secret, const uint8_t *current_tx_secret, size_t secretlen) ngtcp2_crypto_update_key() argument
803 uint8_t tx_key[64]; ngtcp2_crypto_update_key_cb() local
1227 uint8_t tx_key[NGTCP2_CRYPTO_INITIAL_KEYLEN]; ngtcp2_crypto_write_connection_close() local
[all...]
H A Dshared.h238 * If |tx_key| is not NULL, the derived packet protection key for
239 * encryption is written to the buffer pointed by |tx_key|. If
258 uint8_t *tx_key, uint8_t *tx_iv, uint8_t *tx_hp, uint32_t version,
294 * If |tx_key| is not NULL, the derived packet protection key for
295 * encryption is written to the buffer pointed by |tx_key|. If
309 uint8_t *tx_key, uint8_t *tx_iv, uint8_t *tx_hp, uint32_t version,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/
H A Deapol_auth_sm.h57 void (*tx_key)(void *ctx, void *sta_ctx); member
H A Deapol_auth_sm.c39 #define txKey() sm->eapol->cb.tx_key(sm->eapol->conf.ctx, sm->sta)
1250 eapol->cb.tx_key = cb->tx_key; in eapol_auth_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_sm.h81 void (*tx_key)(void *ctx, void *sta_ctx); member
H A Deapol_auth_sm.c39 #define txKey() sm->eapol->cb.tx_key(sm->eapol->conf.ctx, sm->sta)
1308 eapol->cb.tx_key = cb->tx_key; in eapol_auth_init()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/includes/ngtcp2/
H A Dngtcp2_crypto.h446 * buffer pointed by |tx_key|. The derived packet protection IV for
466 ngtcp2_crypto_aead_ctx *tx_aead_ctx, uint8_t *tx_key, uint8_t *tx_iv,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_1x.c2462 cb.tx_key = _ieee802_1x_tx_key; in ieee802_1x_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_1x.c2463 cb.tx_key = _ieee802_1x_tx_key; in ieee802_1x_init()

Completed in 12 milliseconds