Searched refs:tx_key (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
D | shared.c | 467 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 …]
|
D | shared.h | 258 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/ |
D | eapol_auth_sm.h | 57 void (*tx_key)(void *ctx, void *sta_ctx); member
|
D | eapol_auth_sm.c | 39 #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/ |
D | eapol_auth_sm.h | 81 void (*tx_key)(void *ctx, void *sta_ctx); member
|
D | eapol_auth_sm.c | 39 #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/ |
D | ngtcp2_crypto.h | 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/ |
D | ieee802_1x.c | 2462 cb.tx_key = _ieee802_1x_tx_key; in ieee802_1x_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ieee802_1x.c | 2463 cb.tx_key = _ieee802_1x_tx_key; in ieee802_1x_init()
|