Home
last modified time | relevance | path

Searched refs:sha384_ctx (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/
H A Dsha2.h567 struct sha384_ctx { struct
579 void sha384_init(struct sha384_ctx *ctx); argument
591 static inline void sha384_update(struct sha384_ctx *ctx, in sha384_update()
606 void sha384_final(struct sha384_ctx *ctx, u8 out[at_least SHA384_DIGEST_SIZE]);
/linux/lib/crypto/tests/
H A Dsha384_kunit.c9 #define HASH_CTX sha384_ctx
/linux/lib/crypto/
H A Dsha512.c151 void sha384_init(struct sha384_ctx *ctx) in sha384_init()
219 void sha384_final(struct sha384_ctx *ctx, u8 out[SHA384_DIGEST_SIZE]) in sha384_final()
235 struct sha384_ctx ctx; in sha384()
/linux/crypto/
H A Dsha512.c78 #define SHA384_CTX(desc) ((struct sha384_ctx *)shash_desc_ctx(desc))
340 .descsize = sizeof(struct sha384_ctx),