Re: [PATCH v1 1/6] lib: add crypt subsystem

2021-05-04 Thread Simon Glass
Hi Steffen, On Sat, 1 May 2021 at 03:51, Steffen Jaeckel wrote: > > Hi Simon, > > On 4/29/21 6:10 PM, Simon Glass wrote: > >> diff --git a/include/crypt.h b/include/crypt.h > >> new file mode 100644 > >> index 00..e0be2832ff > >> --- /dev/null > >> +++ b/include/crypt.h > >> @@ -0,0 +1,13

Re: [PATCH v1 1/6] lib: add crypt subsystem

2021-05-01 Thread Steffen Jaeckel
Hi Simon, On 4/29/21 6:10 PM, Simon Glass wrote: >> diff --git a/include/crypt.h b/include/crypt.h >> new file mode 100644 >> index 00..e0be2832ff >> --- /dev/null >> +++ b/include/crypt.h >> @@ -0,0 +1,13 @@ >> +/* SPDX-License-Identifier: GPL-2.0+ */ >> +/* Copyright (C) 2020 Steffen Jae

Re: [PATCH v1 1/6] lib: add crypt subsystem

2021-04-29 Thread Simon Glass
Hi Steffen, On Mon, 26 Apr 2021 at 05:19, Steffen Jaeckel wrote: > > Add the basic functionality required to support the standard crypt > format. > The files crypt-sha256.c and crypt-sha512.c originate from libxcrypt and > their formatting is therefor retained. > The integration is done via a cry

[PATCH v1 1/6] lib: add crypt subsystem

2021-04-26 Thread Steffen Jaeckel
Add the basic functionality required to support the standard crypt format. The files crypt-sha256.c and crypt-sha512.c originate from libxcrypt and their formatting is therefor retained. The integration is done via a crypt_compare() function in crypt.c. ``` libxcrypt $ git describe --long --always