cryptouser.h 376 B

12345678
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #include <net/netlink.h>
  3. struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
  4. int crypto_dump_reportstat(struct sk_buff *skb, struct netlink_callback *cb);
  5. int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs);
  6. int crypto_dump_reportstat_done(struct netlink_callback *cb);