__crypto_sha256_export_core
return __crypto_sha256_export_core(&SHA224_CTX(desc)->ctx, out);
return __crypto_sha256_export_core(&SHA256_CTX(desc)->ctx, out);
return __crypto_sha256_export_core(&HMAC_SHA224_CTX(desc)->ctx.sha_ctx,
return __crypto_sha256_export_core(&HMAC_SHA256_CTX(desc)->ctx.sha_ctx,