of: MSI: Simplify irqdomain lookup
[linux/fpc-iii.git] / arch / arm / crypto / sha256_glue.h
blob7cf0bf786ada13d49497eeb0af01cbc7bf75b78d
1 #ifndef _CRYPTO_SHA256_GLUE_H
2 #define _CRYPTO_SHA256_GLUE_H
4 #include <linux/crypto.h>
6 extern struct shash_alg sha256_neon_algs[2];
8 int crypto_sha256_arm_update(struct shash_desc *desc, const u8 *data,
9 unsigned int len);
11 int crypto_sha256_arm_finup(struct shash_desc *desc, const u8 *data,
12 unsigned int len, u8 *hash);
14 #endif /* _CRYPTO_SHA256_GLUE_H */