Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha256_neon_glue.c44 static int crypto_sha256_neon_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_neon_finup() function
63 return crypto_sha256_neon_finup(desc, NULL, 0, out); in crypto_sha256_neon_final()
71 .finup = crypto_sha256_neon_finup,
85 .finup = crypto_sha256_neon_finup,
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dsha256_neon_glue.c43 static int crypto_sha256_neon_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_neon_finup() function
61 return crypto_sha256_neon_finup(desc, NULL, 0, out); in crypto_sha256_neon_final()
69 .finup = crypto_sha256_neon_finup,
83 .finup = crypto_sha256_neon_finup,

Completed in 1 milliseconds