Searched refs:__sha256_neon_update (Results 1 – 1 of 1) sorted by relevance
/arch/arm/crypto/ |
D | sha256_neon_glue.c | 31 static int __sha256_neon_update(struct shash_desc *desc, const u8 *data, in __sha256_neon_update() function 76 res = __sha256_neon_update(desc, data, len, partial); in sha256_neon_update() 109 __sha256_neon_update(desc, padding, padlen, index); in sha256_neon_final() 111 __sha256_neon_update(desc, (const u8 *)&bits, in sha256_neon_final()
|