Comment 18 for bug 1556562

Revision history for this message
Jeffrey Walton (noloader) wrote :

I wanted to provide some feedback, if interested. Using Kamal's test kernel and asynchronus test vectors from Taruk's GitHub (https://github.com/tstruk/afalg_async_test)...

The SKCIPHER asynchronous test program passed.

However, the the AEAD asynchronous test program failed with:

  $ cd aead
  $ make
  $ ...

  $ ./test
  $ doing copy,
  $ bind error 2

HASH, MAC, etc were not tested.

-----------

I also noticed Torvalds has some tests at:

  linux$ find . -name '*tcrypt*'
  ./crypto/tcrypt.c
  ./crypto/tcrypt.h

I'm going to try and get them running on this kernel tonight or tomorrow.