Home
last modified time | relevance | path

Searched refs:sha512_init (Results 1 – 6 of 6) sorted by relevance

/linux/lib/crypto/tests/
H A Dsha512_kunit.c11 #define HASH_INIT sha512_init
/linux/lib/crypto/
H A Dsha512.c157 void sha512_init(struct sha512_ctx *ctx) in sha512_init() function
161 EXPORT_SYMBOL_GPL(sha512_init);
247 sha512_init(&ctx); in sha512()
/linux/fs/verity/
H A Dhash_algs.c83 sha512_init(&ctx.sha512); in fsverity_prepare_hash_state()
/linux/crypto/
H A Dsha512.c144 sha512_init(SHA512_CTX(desc)); in crypto_sha512_init()
/linux/include/crypto/
H A Dsha2.h754 void sha512_init(struct sha512_ctx *ctx);
/linux/fs/smb/client/
H A Dsmb2misc.c925 sha512_init(&sha_ctx); in smb311_update_preauth_hash()