Searched refs:crypto_sha512_update (Results 1 – 7 of 7) sorted by relevance
/linux/crypto/ |
A D | sha512_generic.c | 157 int crypto_sha512_update(struct shash_desc *desc, const u8 *data, in crypto_sha512_update() function 162 EXPORT_SYMBOL(crypto_sha512_update); 181 .update = crypto_sha512_update, 195 .update = crypto_sha512_update,
|
/linux/include/crypto/ |
A D | sha2.h | 87 extern int crypto_sha512_update(struct shash_desc *desc, const u8 *data,
|
/linux/arch/x86/crypto/ |
A D | sha512_ssse3_glue.c | 51 return crypto_sha512_update(desc, data, len); in sha512_update()
|
/linux/arch/mips/cavium-octeon/crypto/ |
A D | octeon-sha512.c | 158 return crypto_sha512_update(desc, data, len); in octeon_sha512_update()
|
/linux/ |
A D | vmlinux.symvers | 5941 0x00000000 crypto_sha512_update vmlinux EXPORT_SYMBOL
|
A D | System.map | 15248 ffff80001044e774 T crypto_sha512_update
|
A D | .tmp_System.map | 15248 ffff80001044e774 T crypto_sha512_update
|
Completed in 321 milliseconds