Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h708 struct libipw_crypto_ops { struct
1062 const struct libipw_crypto_ops *ops;
1070 int libipw_register_crypto_ops(const struct libipw_crypto_ops *ops);
1071 int libipw_unregister_crypto_ops(const struct libipw_crypto_ops *ops);
1072 const struct libipw_crypto_ops *libipw_get_crypto_ops(const char *name);
H A Dlibipw_wx.c509 const struct libipw_crypto_ops *ops; in libipw_wx_set_encodeext()