Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: testmgr: test IV value after a cipher operation
@ 2015-06-16  9:46 Boris Brezillon
  2015-06-16  9:46 ` [PATCH 1/2] " Boris Brezillon
  2015-06-16  9:46 ` [PATCH 2/2] crypto: testmgr: add iv_out information for all CBC testvec Boris Brezillon
  0 siblings, 2 replies; 6+ messages in thread
From: Boris Brezillon @ 2015-06-16  9:46 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller, linux-crypto; +Cc: linux-kernel, Boris Brezillon

Hello,

Crypto drivers are supposed to update the IV passed to a cipher request
but it appears that some of them are not updating it.
The first patch of this series adds a new test for cipher algo (test the IV
value after a cipher operation) and the second one adds the expected IV value
to all the CBC test vectors.

Other cipher modes (LRW, CTR, ...) should be updated too.

Best Regards,

Boris

Boris Brezillon (2):
  crypto: testmgr: test IV value after a cipher operation
  crypto: testmgr: add iv_out information for all CBC testvec

 crypto/testmgr.c | 12 ++++++++-
 crypto/testmgr.h | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 93 insertions(+), 1 deletion(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-15 13:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-16  9:46 [PATCH 0/2] crypto: testmgr: test IV value after a cipher operation Boris Brezillon
2015-06-16  9:46 ` [PATCH 1/2] " Boris Brezillon
2015-09-08  3:23   ` Stephan Mueller
2015-09-08  5:32     ` Herbert Xu
2015-10-15 13:18   ` Herbert Xu
2015-06-16  9:46 ` [PATCH 2/2] crypto: testmgr: add iv_out information for all CBC testvec Boris Brezillon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox