Searched refs:__sha512_neon_update (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/arm/crypto/ |
D | sha512_neon_glue.c | 96 static int __sha512_neon_update(struct shash_desc *desc, const u8 *data, in __sha512_neon_update() function 147 res = __sha512_neon_update(desc, data, len, partial); in sha512_neon_update() 184 __sha512_neon_update(desc, padding, padlen, index); in sha512_neon_final() 186 __sha512_neon_update(desc, (const u8 *)&bits, in sha512_neon_final()
|