Home
last modified time | relevance | path

Searched refs:crypto_sha512_finup (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/crypto/
Dsha512_generic.c178 int crypto_sha512_finup(struct shash_desc *desc, const u8 *data, in crypto_sha512_finup() function
184 EXPORT_SYMBOL(crypto_sha512_finup);
191 .finup = crypto_sha512_finup,
205 .finup = crypto_sha512_finup,
/linux-4.19.296/include/crypto/
Dsha.h113 extern int crypto_sha512_finup(struct shash_desc *desc, const u8 *data,