__crypto_sha512_export
return __crypto_sha512_export(&SHA384_CTX(desc)->ctx, out);
return __crypto_sha512_export(&SHA512_CTX(desc)->ctx, out);
return __crypto_sha512_export(&HMAC_SHA384_CTX(desc)->ctx.sha_ctx, out);
return __crypto_sha512_export(&HMAC_SHA512_CTX(desc)->ctx.sha_ctx, out);