Searched refs:sha256_update_neon (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | sha256-glue.c | 93 static int sha256_update_neon(struct shash_desc *desc, const u8 *data, in sha256_update_neon() function 134 sha256_update_neon(desc, data, len); in sha256_finup_neon() 150 .update = sha256_update_neon, 162 .update = sha256_update_neon,
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sha256-glue.c | 94 static int sha256_update_neon(struct shash_desc *desc, const u8 *data, in sha256_update_neon() function 135 sha256_update_neon(desc, data, len); in sha256_finup_neon() 151 .update = sha256_update_neon, 163 .update = sha256_update_neon,
|
Completed in 2 milliseconds