From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Mueller Date: Mon, 28 Jan 2019 10:07:28 +0000 Subject: Re: [PATCH v2 0/6] General Key Derivation Function Support Message-Id: <5418064.ltLFQScYi2@tauon.chronox.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-3" Content-Transfer-Encoding: quoted-printable List-Id: References: <20190103143227.9138-1-jlee@suse.com> <9733066.Vrs4h5eWcW@positron.chronox.de> <2082192.jPI8ve1O8G@positron.chronox.de> In-Reply-To: <2082192.jPI8ve1O8G@positron.chronox.de> To: Herbert Xu Cc: Eric Biggers , James Bottomley , Andy Lutomirski , "Lee, Chun-Yi" , "Rafael J . Wysocki" , Pavel Machek , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, keyrings@vger.kernel.org, "Rafael J. Wysocki" , Chen Yu , Oliver Neukum , Ryan Chen , David Howells , Giovanni Gherdovich , Randy Dunlap , Jann Horn , Andy Lutomirski , linux-crypto@vger.kernel.org Am Mittwoch, 16. Januar 2019, 12:06:54 CET schrieb Stephan M=FCller: Hi Herbert, > Changes v2: > * Incorporation of all comments from Eric Biggers >=20 > Stephan Mueller (6): > crypto: add template handling for RNGs > crypto: kdf - SP800-108 Key Derivation Function > crypto: kdf - add known answer tests > crypto: hkdf - HMAC-based Extract-and-Expand KDF > crypto: hkdf - add known answer tests > crypto: tcrypt - add KDF test invocation >=20 > crypto/Kconfig | 13 + > crypto/Makefile | 2 + > crypto/hkdf.c | 272 +++++++++++++++++++ > crypto/kdf_sp800108.c | 491 ++++++++++++++++++++++++++++++++++ > crypto/rng.c | 44 +++ > crypto/tcrypt.c | 8 + > crypto/testmgr.c | 245 +++++++++++++++++ > crypto/testmgr.h | 198 ++++++++++++++ > include/crypto/internal/rng.h | 26 ++ > 9 files changed, 1299 insertions(+) > create mode 100644 crypto/hkdf.c > create mode 100644 crypto/kdf_sp800108.c Do you happen to have any comments on this patch set? Ciao Stephan