Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
DMakefile4 obj-$(CONFIG_LIB80211_CRYPT_CCMP) += lib80211_crypt_ccmp.o
Dlib80211_crypt_ccmp.c452 static struct lib80211_crypto_ops lib80211_crypt_ccmp = { variable
470 return lib80211_register_crypto_ops(&lib80211_crypt_ccmp); in lib80211_crypto_ccmp_init()
475 lib80211_unregister_crypto_ops(&lib80211_crypt_ccmp); in lib80211_crypto_ccmp_exit()