]> Git Repo - linux.git/blob - include/crypto/internal/cryptouser.h
KVM: x86: Add CPUID support for new instruction WBNOINVD
[linux.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 int crypto_dump_reportstat(struct sk_buff *skb, struct netlink_callback *cb);
7 int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs);
8 int crypto_dump_reportstat_done(struct netlink_callback *cb);
This page took 0.029363 seconds and 4 git commands to generate.