net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()
[linux/fpc-iii.git] / include / crypto / internal / simd.h
blob429509968f68d1f8f04fe4c8af8af7c044a4e72c
1 /*
2 * Shared crypto simd helpers
3 */
5 #ifndef _CRYPTO_INTERNAL_SIMD_H
6 #define _CRYPTO_INTERNAL_SIMD_H
8 struct simd_skcipher_alg;
10 struct simd_skcipher_alg *simd_skcipher_create_compat(const char *algname,
11 const char *drvname,
12 const char *basename);
13 struct simd_skcipher_alg *simd_skcipher_create(const char *algname,
14 const char *basename);
15 void simd_skcipher_free(struct simd_skcipher_alg *alg);
17 #endif /* _CRYPTO_INTERNAL_SIMD_H */