> Le 1 juin 2020 à 09:13, Eric Biggers <ebigg...@kernel.org> a écrit :
> 
> On Thu, May 28, 2020 at 07:00:51PM +0200, sbuisson....@gmail.com wrote:
>> From: Sebastien Buisson <sbuis...@whamcloud.com>
>> 
>> Add adler32 to CryptoAPI so that it can be used with the normal kernel
>> API, and potentially accelerated if architecture-specific
>> optimizations are available.
>> 
>> Signed-off-by: Sebastien Buisson <sbuis...@whamcloud.com>
>> ---
>> crypto/Kconfig        |   7 +
>> crypto/Makefile       |   1 +
>> crypto/adler32_zlib.c | 117 ++++++++++++++++
>> crypto/testmgr.c      |   7 +
>> crypto/testmgr.h      | 362 
>> ++++++++++++++++++++++++++++++++++++++++++++++++++
>> 5 files changed, 494 insertions(+)
>> create mode 100644 crypto/adler32_zlib.c
> 
> Did you actually run the self-tests for this?  They fail for me.

I was wondering how to run testmgr tests alone?

Reply via email to