usagi/kernel/linux26/crypto Kconfig Makefile cipher.c internal.h tcrypt.c tcrypt.h xcbc.c
[email protected] Tue, 5 Jul 2005 18:19:51 +0900
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
miyazawa 2005/07/05 18:17:51 JST
Modified files:
kernel/linux26/crypto Kconfig Makefile cipher.c internal.h
tcrypt.c tcrypt.h
Added files:
kernel/linux26/crypto xcbc.c
Log:
add xcbc implementation
Revision Changes Path
1.24 +9 -0 usagi/kernel/linux26/crypto/Kconfig
1.2 +23 -5 usagi/kernel/linux26/crypto/Makefile
1.2 +229 -159 usagi/kernel/linux26/crypto/cipher.c
1.2 +66 -17 usagi/kernel/linux26/crypto/internal.h
1.2 +730 -1094 usagi/kernel/linux26/crypto/tcrypt.c
1.2 +2746 -670 usagi/kernel/linux26/crypto/tcrypt.h