__crypto_sha256_import
return __crypto_sha256_import(&SHA224_CTX(desc)->ctx, in);
return __crypto_sha256_import(&SHA256_CTX(desc)->ctx, in);
return __crypto_sha256_import(&ctx->ctx.sha_ctx, in);
return __crypto_sha256_import(&ctx->ctx.sha_ctx, in);