Searched refs:libipw_crypto_ops (Results 1 – 3 of 3) sorted by relevance
30 const struct libipw_crypto_ops *ops;157 int libipw_register_crypto_ops(const struct libipw_crypto_ops *ops) in libipw_register_crypto_ops()179 int libipw_unregister_crypto_ops(const struct libipw_crypto_ops *ops) in libipw_unregister_crypto_ops()202 const struct libipw_crypto_ops *libipw_get_crypto_ops(const char *name) in libipw_get_crypto_ops()230 static const struct libipw_crypto_ops libipw_crypt_null = {
708 struct libipw_crypto_ops { struct1060 const struct libipw_crypto_ops *ops;1068 int libipw_register_crypto_ops(const struct libipw_crypto_ops *ops);1069 int libipw_unregister_crypto_ops(const struct libipw_crypto_ops *ops);1070 const struct libipw_crypto_ops *libipw_get_crypto_ops(const char *name);
509 const struct libipw_crypto_ops *ops; in libipw_wx_set_encodeext()