Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[linux-2.6-microblaze.git] / include / crypto / internal / cryptouser.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <net/netlink.h>
3
4 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
5
6 #ifdef CONFIG_CRYPTO_STATS
7 int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs);
8 #else
9 static int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs)
10 {
11         return -ENOTSUPP;
12 }
13 #endif