]> git.cryptolib.org Git - avr-crypto-lib.git/commit
backporting uart_i and cli
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 29 Jul 2009 09:49:57 +0000 (09:49 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 29 Jul 2009 09:49:57 +0000 (09:49 +0000)
commit52ec168ece9d61bd9cb652235dfe8faee6232a11
treeaee199441929d9249070698a76fb086b8f58095f
parent7f4bda01ca923c4a9aca6da3370a7c4793426a5c
backporting uart_i and cli
126 files changed:
AVR-Crypto-Lib-logo+text.svg [new file with mode: 0644]
AVR-Crypto-Lib-logo.svg [new file with mode: 0644]
Makefile
avr-makefile.inc
camellia128-stub.c
camellia_C.c
cast5.c
cast6.c
config.h
des.c
md5.c
mkfiles/001_cli_std.mk
mkfiles/a5_1.mk
mkfiles/aes.mk
mkfiles/aes_asm_faster.mk
mkfiles/aes_c.mk
mkfiles/arcfour.mk
mkfiles/arcfour_c.mk
mkfiles/base64.mk
mkfiles/camellia.mk
mkfiles/cast5.mk
mkfiles/cast6.mk
mkfiles/des.mk
mkfiles/entropium.mk
mkfiles/grain.mk
mkfiles/hmac-md5.mk
mkfiles/hmac-sha1.mk
mkfiles/hmac-sha256.mk
mkfiles/mickey128.mk
mkfiles/mugi.mk
mkfiles/noekeon.mk
mkfiles/noekeon_c.mk
mkfiles/omac_noekeon.mk
mkfiles/omac_noekeon_c.mk
mkfiles/present.mk
mkfiles/rc5.mk
mkfiles/rc6.mk
mkfiles/seed.mk
mkfiles/seed_C.mk
mkfiles/serpent-bitslice.mk
mkfiles/serpent_asm_bitslice.mk
mkfiles/serpent_asm_fast.mk
mkfiles/serpent_asm_small.mk
mkfiles/serpent_c.mk
mkfiles/sha1.mk
mkfiles/sha1_c.mk
mkfiles/sha256.mk
mkfiles/sha256_c.mk
mkfiles/shabea.mk
mkfiles/shacal1enc.mk
mkfiles/shacal2enc.mk
mkfiles/skipjack.mk
mkfiles/tdes.mk
mkfiles/threefish.mk
mkfiles/trivium.mk
mkfiles/ubi.mk
mkfiles/xtea.mk
mkfiles/xtea_c.mk
noekeon.c
seed_C.c
sha1.c
test_src/circularbytebuffer-asm.S [new file with mode: 0644]
test_src/circularbytebuffer.h [new file with mode: 0644]
test_src/cli-basics.S [new file with mode: 0644]
test_src/cli-core.S [new file with mode: 0644]
test_src/cli-hexdump.S [new file with mode: 0644]
test_src/cli-stub.c [new file with mode: 0644]
test_src/cli.c [deleted file]
test_src/debug.c
test_src/dump-asm.S [new file with mode: 0644]
test_src/dump-decl.c [new file with mode: 0644]
test_src/dump.c [deleted file]
test_src/main-a5_1-test.c
test_src/main-aes-test.c
test_src/main-aes128-test.c
test_src/main-aes192-test.c
test_src/main-aes256-test.c
test_src/main-arcfour-test.c
test_src/main-base64-test.c
test_src/main-blake-test.c
test_src/main-bmw-test.c
test_src/main-camellia-test.c
test_src/main-cast5-test.c
test_src/main-cast6-test.c
test_src/main-des-test.c
test_src/main-entropium-test.c
test_src/main-grain-test.c
test_src/main-groestl-test.c
test_src/main-hmac-md5-test.c
test_src/main-hmac-sha1-test.c
test_src/main-hmac-sha256-test.c
test_src/main-md5-test.c
test_src/main-mickey128-test.c
test_src/main-mugi-test.c
test_src/main-noekeon-test.c
test_src/main-omac-noekeon-test.c
test_src/main-present-test.c
test_src/main-rc5-test.c
test_src/main-rc6-test.c
test_src/main-seed-test.c
test_src/main-serpent-test.c
test_src/main-sha1-test.c
test_src/main-sha256-test.c
test_src/main-shabal-test.c
test_src/main-shabea-test.c
test_src/main-shacal1_enc-test.c
test_src/main-shacal2_enc-test.c
test_src/main-skein-test.c
test_src/main-skipjack-test.c
test_src/main-tdes-test.c
test_src/main-threefish-test.c
test_src/main-trivium-test.c
test_src/main-twister-test.c
test_src/main-ubi-test.c
test_src/main-xtea-test.c
test_src/nessie_bc_test.c
test_src/nessie_mac_test.c
test_src/nessie_stream_test.c
test_src/performance_test.c
test_src/serial-tools.c
test_src/string-extras-asm.S [new file with mode: 0644]
test_src/string-extras.h [new file with mode: 0644]
test_src/uart.c [deleted file]
test_src/uart_defs.h [new file with mode: 0644]
test_src/uart_i-asm.S [new file with mode: 0644]
test_src/uart_i.h [new file with mode: 0644]