Searched refs:crypt (Results 1 – 1 of 1) sorted by relevance
73 struct lib80211_crypt_data *crypt = info->crypt[i]; in lib80211_crypt_info_free() local74 if (crypt) { in lib80211_crypt_info_free()75 if (crypt->ops) { in lib80211_crypt_info_free()76 crypt->ops->deinit(crypt->priv); in lib80211_crypt_info_free()77 module_put(crypt->ops->owner); in lib80211_crypt_info_free()79 kfree(crypt); in lib80211_crypt_info_free()80 info->crypt[i] = NULL; in lib80211_crypt_info_free()137 struct lib80211_crypt_data **crypt) in lib80211_crypt_delayed_deinit() argument142 if (*crypt == NULL) in lib80211_crypt_delayed_deinit()145 tmp = *crypt; in lib80211_crypt_delayed_deinit()[all …]