Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dsha256_generic.c56 static int crypto_sha256_final(struct shash_desc *desc, u8 *out) in crypto_sha256_final() function
69 return crypto_sha256_final(desc, hash); in crypto_sha256_finup()
77 .final = crypto_sha256_final,
91 .final = crypto_sha256_final,
/kernel/linux/linux-6.6/crypto/
H A Dsha256_generic.c44 static int crypto_sha256_final(struct shash_desc *desc, u8 *out) in crypto_sha256_final() function
57 return crypto_sha256_final(desc, hash); in crypto_sha256_finup()
65 .final = crypto_sha256_final,
79 .final = crypto_sha256_final,

Completed in 2 milliseconds