Home
last modified time | relevance | path

Searched refs:lib80211_crypt_ccmp (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/wireless/
Dlib80211_crypt_ccmp.c421 static struct lib80211_crypto_ops lib80211_crypt_ccmp = { variable
439 return lib80211_register_crypto_ops(&lib80211_crypt_ccmp); in lib80211_crypto_ccmp_init()
444 lib80211_unregister_crypto_ops(&lib80211_crypt_ccmp); in lib80211_crypto_ccmp_exit()
DMakefile5 obj-$(CONFIG_LIB80211_CRYPT_CCMP) += lib80211_crypt_ccmp.o