From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8014FC61DA3 for ; Fri, 3 Mar 2023 23:46:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 94F4985E02; Sat, 4 Mar 2023 00:42:23 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="qjfWH5um"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8117D85E02; Sat, 4 Mar 2023 00:42:21 +0100 (CET) Received: from mail-qt1-x82e.google.com (mail-qt1-x82e.google.com [IPv6:2607:f8b0:4864:20::82e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id F227285DE0 for ; Sat, 4 Mar 2023 00:42:18 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82e.google.com with SMTP id l13so4808030qtv.3 for ; Fri, 03 Mar 2023 15:42:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1677886938; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=IyFFxPOfzXl48g7I+7VN8vCqmzLgKt5OpRf1AsTrV/E=; b=qjfWH5umfNXgHMbGUhrEr86k/Jg6IP5uJmAFlit7ISIqutveOZOno+eRvPY/LNNilA I3X0D13tKBtk8AYZs2yc5jGmm0k1kbsnne8ATJ+Y3WT2xKMlQ34SUKRlDKZ3gD3VtcEF Srns0Nmgm9qm6WM2IAYSKh169ViI+yAAgNZJ0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677886938; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=IyFFxPOfzXl48g7I+7VN8vCqmzLgKt5OpRf1AsTrV/E=; b=ZL4tyBBrW0rfx5Jo4Yi4oSBnSXYx3I3aW7GNL8YII476+u+ZdpIe68voKS/cqxovzD zZMC+dPgGAdZ7uvxMzE4HjQiETFZLRKuSAlP5HECYGOWlI0kk0TH7QgmoDSoNMdn34md cks1fnkfv6tDq4SkHIAdQz3KzwHQjMb+rTuHHPVBqYll3aZcjgYGluFbHuZZny2jXwuA a/XKOxnAEKCu7B3XVN9YG7vas/SrqK3vIaxNwTDVbbFXxA29T7AKU0E2pxpNonogr6AR wNkr4DhVuM1SbghhimKGD/nqkvM5lxR+NKUat8JVjhFpFZ5qMLOs96mijweXO5X5VTxG 5SUg== X-Gm-Message-State: AO0yUKXl2K5hlf7R/6dv8oESyZ8mvpti7wya8fXrDFsATJo5nbZtNJt6 IpEALGyOPXhdYtaWxqc3CP5ufA== X-Google-Smtp-Source: AK7set9gZmEH77lSimhmOzoT/1uccbV2OC7L6Ic20URLP/JqrCxjHZlruQVeKc6D8hwGm3dPGcaf/A== X-Received: by 2002:ac8:57c4:0:b0:3bf:c7ac:37e4 with SMTP id w4-20020ac857c4000000b003bfc7ac37e4mr7006208qta.53.1677886938565; Fri, 03 Mar 2023 15:42:18 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-0000-0000-0000-036b.res6.spectrum.com. [2603:6081:7b00:6400::36b]) by smtp.gmail.com with ESMTPSA id 2-20020a05620a048200b0074281812276sm2646735qkr.97.2023.03.03.15.42.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Mar 2023 15:42:18 -0800 (PST) Date: Fri, 3 Mar 2023 18:42:16 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Brandon Maier , Heinrich Schuchardt , Ilias Apalodimas , Kautuk Consul , Philippe Reynes , Rasmus Villemoes , Sughosh Ganu Subject: Re: [PATCH v5 20/44] lib: Add VPL options for SHA1 and SHA256 Message-ID: <20230303234216.GE968799@bill-the-cat> References: <20230222163425.2043934-1-sjg@chromium.org> <20230222163425.2043934-21-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="h8kqEb77Qwc3IuT2" Content-Disposition: inline In-Reply-To: <20230222163425.2043934-21-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean --h8kqEb77Qwc3IuT2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 22, 2023 at 09:34:01AM -0700, Simon Glass wrote: > Add these options so these algorithms can be used in VPL. >=20 > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! --=20 Tom --h8kqEb77Qwc3IuT2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmQChdgACgkQFHw5/5Y0 tyw1Xwv/UXxN01wL9jtd/HD4cE9BQAlFu+G/Qmn9bYWbFRx/3iW7IwzpLUzV7jNB vse+wlzevvm+zQZAGJaT3poKRE5ad0o+c+f1myKTSmaL8Xy+fL2Uz9ojHHBvcRIe COXoXEl2yDdTebXpJ4LpyIoSeQuNSn9DiVBb7DXHq4VLKhLEWIIeQW7so0aXI9nI ezsnZ2DLAu0oHyx/a3ytxv4/3zYSbZD/MKlpm1jAEDLJN8UiJhVg4Lce8zVYt9tj QDMxLwn+lXx8e4J5dWTcJDmR4P/V6IiQHn4Z742IzgsqBIvTsxx+2RoTIssxZauO GY2pjOAGUnTl+8CMj3IOYTPHPZc7bGW6o0r4l1FPXhHFSpN+oDJgoBIiWqdW/CIk odFhaohXKoJ5MxweJlVW33HR4YcVcUhRThswy/0pT4TbpqVmCveRcPi8Ey+erHYy Mx1FcbLrnCTVaT5TOmeIPPSrZ11OwlXCYQSh5+EszUzPQEsrOZ/SaEQXxtYOmtfU AaYSLAax =RokR -----END PGP SIGNATURE----- --h8kqEb77Qwc3IuT2--