SHA384_CTX
return __crypto_sha512_export(&SHA384_CTX(desc)->ctx, out);
return __crypto_sha512_import(&SHA384_CTX(desc)->ctx, in);
return __crypto_sha512_export_core(&SHA384_CTX(desc)->ctx, out);
return __crypto_sha512_import_core(&SHA384_CTX(desc)->ctx, in);
sha384_init(SHA384_CTX(desc));
sha384_update(SHA384_CTX(desc), data, len);
sha384_final(SHA384_CTX(desc), out);