Hi, Please note that this patch will conflict with the DRBG patch for additional seeding sent earlier today. Both add test vectors in testmgr.c between the existing hmac() and lrw() due to the ordering requirements of testmgr.c. Changes v2: * Turn kw() into a blkcipher as suggested by Herbert Xu. * Drop the support for user provided IV to initialize encrypt or for performing the verify step during decrypt. Stephan Mueller (1): crypto: add key wrapping block chaining mode crypto/Kconfig | 7 + crypto/Makefile | 1 + crypto/keywrap.c | 502 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ crypto/testmgr.c | 25 +++ crypto/testmgr.h | 41 +++++ 5 files changed, 576 insertions(+) create mode 100644 crypto/keywrap.c -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html