[lantiq] 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)
commitd202ea6583f3ca2b8700e0a3c8dd7531d3d3d2f5
treea9a6402a7c37d5508960fed9c9515c004ea494f4
parentbee4d8291a6902a6c0c96b857467a8c694e679ff
[lantiq] 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]