[lantiq] add ltq-deu
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Dec 2012 02:00:05 +0000 (02:00 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Dec 2012 02:00:05 +0000 (02:00 +0000)
commitd03a7228e9a89d177a8dd4b94b356e1dfd613332
treea9a6402a7c37d5508960fed9c9515c004ea494f4
parent1742d601891b28f6460dbfda7c29c1275f1b8453
[lantiq] add ltq-deu

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34689 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]