commit | 333b0d7eeacbd47159daf23757aa81368470c409 | [log] [tgz] |
---|---|---|
author | Kazunori MIYAZAWA <miyazawa@linux-ipv6.org> | Sat Oct 28 13:15:24 2006 +1000 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Dec 06 18:38:49 2006 -0800 |
tree | e05f1a3bed92833ab4d5f7c5dcc75ab8d8fcf245 | |
parent | 45789328e5aa2de96d4467e4445418364e5378d7 [diff] |
[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>