Searched refs:__sha512_neon_update (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/arm/crypto/
H A Dsha512_neon_glue.c96 static int __sha512_neon_update(struct shash_desc *desc, const u8 *data, __sha512_neon_update() function
147 res = __sha512_neon_update(desc, data, len, partial); sha512_neon_update()
177 /* We need to fill a whole block for __sha512_neon_update() */ sha512_neon_final()
184 __sha512_neon_update(desc, padding, padlen, index); sha512_neon_final()
186 __sha512_neon_update(desc, (const u8 *)&bits, sha512_neon_final()

Completed in 68 milliseconds