Searched refs:tfm_mmic (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | peer.h | 32 struct crypto_shash *tfm_mmic; member
|
A D | dp.c | 39 crypto_free_shash(peer->tfm_mmic); in ath11k_dp_peer_cleanup()
|
A D | dp_rx.c | 3140 peer->tfm_mmic = tfm; in ath11k_peer_rx_frag_setup() 3221 ret = ath11k_dp_rx_h_michael_mic(peer->tfm_mmic, key, hdr, data, data_len, mic); in ath11k_dp_rx_h_verify_tkip_mic()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/ |
A D | peer.h | 39 struct crypto_shash *tfm_mmic; member
|
A D | dp.c | 40 crypto_free_shash(peer->tfm_mmic); in ath12k_dp_peer_cleanup()
|
A D | dp_rx.c | 2741 peer->tfm_mmic = tfm; in ath12k_dp_rx_peer_frag_setup() 2822 ret = ath12k_dp_rx_h_michael_mic(peer->tfm_mmic, key, hdr, data, data_len, mic); in ath12k_dp_rx_h_verify_tkip_mic()
|
Completed in 26 milliseconds