Hello, Stephan, Herbert, Thank you for posting this patch. I would like to confirm that it fixes the issue in the RHEL8, i.e. RHEL8 kernel boots up in the FIPS mode with your patch. Herbert, could you please consider adding this patch to your cryptodev-2.6.git? Best regards, Vladis Dronov | Red Hat, Inc. | The Core Kernel | Senior Software Engineer On Thu, Jun 24, 2021 at 5:44 PM Stephan Müller <smueller@xxxxxxxxxx> wrote: > > Considering that the HMAC(SHA-512) DRBG is the default DRBG now, a self > test is to be provided. > > The test vector is obtained from a successful NIST ACVP test run. > > Signed-off-by: Stephan Mueller <smueller@xxxxxxxxxx> > --- > crypto/testmgr.c | 5 ++++- > crypto/testmgr.h | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 53 insertions(+), 1 deletion(-) > > ...