Home
last modified time | relevance | path

Searched refs:sha512_ctx (Results 1 – 7 of 7) sorted by relevance

/linux/include/crypto/
H A Dsha2.h742 struct sha512_ctx { struct
754 void sha512_init(struct sha512_ctx *ctx);
766 static inline void sha512_update(struct sha512_ctx *ctx, in sha512_update()
781 void sha512_final(struct sha512_ctx *ctx, u8 out[at_least SHA512_DIGEST_SIZE]);
/linux/lib/crypto/tests/
H A Dsha512_kunit.c9 #define HASH_CTX sha512_ctx
/linux/fs/verity/
H A Dfsverity_private.h35 struct sha512_ctx sha512;
/linux/lib/crypto/
H A Dsha512.c157 void sha512_init(struct sha512_ctx *ctx) in sha512_init()
226 void sha512_final(struct sha512_ctx *ctx, u8 out[SHA512_DIGEST_SIZE]) in sha512_final()
245 struct sha512_ctx ctx; in sha512()
/linux/crypto/
H A Dsha512.c140 #define SHA512_CTX(desc) ((struct sha512_ctx *)shash_desc_ctx(desc))
358 .descsize = sizeof(struct sha512_ctx),
/linux/fs/smb/client/
H A Dsmb2misc.c899 struct sha512_ctx sha_ctx; in smb311_update_preauth_hash()
/linux/fs/smb/server/
H A Dauth.c720 struct sha512_ctx sha_ctx; in ksmbd_gen_preauth_integrity_hash()