]> Git Repo - linux.git/blob - arch/arm/crypto/sha512.h
Revert "drm/amd/display: Fix overlay validation by considering cursors"
[linux.git] / arch / arm / crypto / sha512.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 int sha512_arm_update(struct shash_desc *desc, const u8 *data,
4                       unsigned int len);
5
6 int sha512_arm_finup(struct shash_desc *desc, const u8 *data,
7                      unsigned int len, u8 *out);
8
9 extern struct shash_alg sha512_neon_algs[2];
This page took 0.032253 seconds and 4 git commands to generate.