Lines Matching refs:crypt
73 struct lib80211_crypt_data *crypt = info->crypt[i];
74 if (crypt) {
75 if (crypt->ops) {
76 crypt->ops->deinit(crypt->priv);
77 module_put(crypt->ops->owner);
79 kfree(crypt);
80 info->crypt[i] = NULL;
128 printk(KERN_DEBUG "%s: entries remaining in delayed crypt "
137 struct lib80211_crypt_data **crypt)
142 if (*crypt == NULL)
145 tmp = *crypt;
146 *crypt = NULL;