/usr/src/linux-headers-5.15.0-190/include/crypto/internal
NameSizeModeActions
acompress.h18430644editdlrm
aead.h42270644editdlrm
akcipher.h33850644editdlrm
blake2b.h31380644editdlrm
blake2s.h5860644editdlrm
chacha.h9690644editdlrm
cipher.h68570644editdlrm
cryptouser.h4530644editdlrm
des.h33290644editdlrm
geniv.h7020644editdlrm
hash.h61470644editdlrm
kpp.h14960644editdlrm
poly1305.h11200644editdlrm
rng.h10210644editdlrm
rsa.h16430644editdlrm
scompress.h34180644editdlrm
simd.h22930644editdlrm
skcipher.h54220644editdlrm
Edit: /usr/src/linux-headers-5.15.0-190/include/crypto/internal/cryptouser.h (453B)
/* SPDX-License-Identifier: GPL-2.0 */ #include #include struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact); #ifdef CONFIG_CRYPTO_STATS int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs); #else static inline int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs) { return -ENOTSUPP; } #endif