add ltq-deu
authorJohn Crispin <john@openwrt.org>
Sat, 15 Dec 2012 02:00:05 +0000 (02:00 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 15 Dec 2012 02:00:05 +0000 (02:00 +0000)
commitc2e2323e1dfeb0e3f6f5f038f77c24ca415dbb0d
treeaf3281a2a31f503b89a1ca7e2b6e2c2dd8e67009
parent65d9ff50546d8b244357ec7189d98a40fb616ec8
add ltq-deu

SVN-Revision: 34689
25 files changed:
package/platform/lantiq/ltq-deu/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_aes.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_arc4.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_async_aes.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_async_des.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_des.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_deu.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_deu.h [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_deu_ar9.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_deu_ar9.h [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_deu_danube.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_deu_danube.h [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_deu_dma.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_deu_dma.h [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_deu_vr9.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_deu_vr9.h [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_md5.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_md5_hmac.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_sha1.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_sha1_hmac.c [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_tcrypt.h [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ifxmips_testmgr.h [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/internal.h [new file with mode: 0644]
package/platform/lantiq/ltq-deu/src/ltq_deu_testmgr.c [new file with mode: 0644]