Searched refs:sha384_ctx (Results 1 – 4 of 4) sorted by relevance
567 struct sha384_ctx { struct579 void sha384_init(struct sha384_ctx *ctx); argument591 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]);
9 #define HASH_CTX sha384_ctx
151 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()
78 #define SHA384_CTX(desc) ((struct sha384_ctx *)shash_desc_ctx(desc))340 .descsize = sizeof(struct sha384_ctx),