Searched refs:sha512_ctx (Results 1 – 7 of 7) sorted by relevance
742 struct sha512_ctx { struct754 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]);
9 #define HASH_CTX sha512_ctx
35 struct sha512_ctx sha512;
157 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()
140 #define SHA512_CTX(desc) ((struct sha512_ctx *)shash_desc_ctx(desc))358 .descsize = sizeof(struct sha512_ctx),
899 struct sha512_ctx sha_ctx; in smb311_update_preauth_hash()
720 struct sha512_ctx sha_ctx; in ksmbd_gen_preauth_integrity_hash()