]> Git Repo - linux.git/commit - crypto/tcrypt.c
crypto: add CMAC support to CryptoAPI
authorJussi Kivilinna <[email protected]>
Mon, 8 Apr 2013 07:48:44 +0000 (10:48 +0300)
committerHerbert Xu <[email protected]>
Thu, 25 Apr 2013 13:01:47 +0000 (21:01 +0800)
commit93b5e86a6d13c5dec18c6611933fb38d7d80f0d2
treed30e88d098a44877a8701320f2a17073da37ff71
parente448370d7377f064c2fef55f72e9b45184bf0926
crypto: add CMAC support to CryptoAPI

Patch adds support for NIST recommended block cipher mode CMAC to CryptoAPI.

This work is based on Tom St Denis' earlier patch,
 http://marc.info/?l=linux-crypto-vger&m=135877306305466&w=2

Cc: Tom St Denis <[email protected]>
Signed-off-by: Jussi Kivilinna <[email protected]>
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
crypto/Kconfig
crypto/Makefile
crypto/cmac.c [new file with mode: 0644]
crypto/tcrypt.c
crypto/testmgr.c
crypto/testmgr.h
This page took 0.06571 seconds and 4 git commands to generate.