[CRYPTO] xcbc: New algorithm
authorKazunori MIYAZAWA <miyazawa@linux-ipv6.org>
Sat, 28 Oct 2006 03:15:24 +0000 (13:15 +1000)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 7 Dec 2006 02:38:49 +0000 (18:38 -0800)
commit333b0d7eeacbd47159daf23757aa81368470c409
treee05f1a3bed92833ab4d5f7c5dcc75ab8d8fcf245
parent45789328e5aa2de96d4467e4445418364e5378d7
[CRYPTO] xcbc: New algorithm

This is core code of XCBC.

XCBC is an algorithm that forms a MAC algorithm out of a cipher algorithm.
For example, AES-XCBC-MAC is a MAC algorithm based on the AES cipher
algorithm.

Signed-off-by: Kazunori MIYAZAWA <miyazawa@linux-ipv6.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/Makefile
crypto/xcbc.c [new file with mode: 0644]