sha384_init
sha384_init(SHA384_CTX(desc));
void sha384_init(struct sha384_ctx *ctx);
EXPORT_SYMBOL_GPL(sha384_init);
sha384_init(&ctx);
#define HASH_INIT sha384_init