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/
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() argument
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() argument
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()
[all …]
Dshared.h258 uint8_t *tx_key, uint8_t *tx_iv, uint8_t *tx_hp, uint32_t version,
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/
Deapol_auth_sm.h57 void (*tx_key)(void *ctx, void *sta_ctx); member
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/
Deapol_auth_sm.h81 void (*tx_key)(void *ctx, void *sta_ctx); member
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/
Dngtcp2_crypto.h466 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/
Dieee802_1x.c2462 cb.tx_key = _ieee802_1x_tx_key; in ieee802_1x_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_1x.c2463 cb.tx_key = _ieee802_1x_tx_key; in ieee802_1x_init()