Searched refs:sha256_finup_neon (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | sha256-glue.c | 124 static int sha256_finup_neon(struct shash_desc *desc, const u8 *data, in sha256_finup_neon() function 144 return sha256_finup_neon(desc, NULL, 0, out); in sha256_final_neon() 152 .finup = sha256_finup_neon, 164 .finup = sha256_finup_neon,
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sha256-glue.c | 125 static int sha256_finup_neon(struct shash_desc *desc, const u8 *data, in sha256_finup_neon() function 145 return sha256_finup_neon(desc, NULL, 0, out); in sha256_final_neon() 153 .finup = sha256_finup_neon, 165 .finup = sha256_finup_neon,
|
Completed in 1 milliseconds