__crypto_sha512_import
return __crypto_sha512_import(&SHA384_CTX(desc)->ctx, in);
return __crypto_sha512_import(&SHA512_CTX(desc)->ctx, in);
return __crypto_sha512_import(&ctx->ctx.sha_ctx, in);
return __crypto_sha512_import(&ctx->ctx.sha_ctx, in);