diff options
-rw-r--r-- | ecp/src/ecp/LICENSE (renamed from ecp/src/LICENSE) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/Makefile (renamed from ecp/src/Makefile) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/TODO (renamed from ecp/src/TODO) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/common.mk (renamed from ecp/src/common.mk) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/core.c (renamed from ecp/src/core.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/core.h (renamed from ecp/src/core.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/cr.h (renamed from ecp/src/cr.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/Makefile (renamed from ecp/src/crypto/Makefile) | 0 | ||||
-rwxr-xr-x | ecp/src/ecp/crypto/arc4random/Makefile (renamed from ecp/src/crypto/arc4random/Makefile) | 0 | ||||
-rwxr-xr-x | ecp/src/ecp/crypto/arc4random/arc4random.c (renamed from ecp/src/crypto/arc4random/arc4random.c) | 0 | ||||
-rwxr-xr-x | ecp/src/ecp/crypto/arc4random/arc4random.h (renamed from ecp/src/crypto/arc4random/arc4random.h) | 0 | ||||
-rwxr-xr-x | ecp/src/ecp/crypto/arc4random/chacha_private.h (renamed from ecp/src/crypto/arc4random/chacha_private.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/chacha/Makefile (renamed from ecp/src/crypto/chacha/Makefile) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/chacha/chacha-merged.c (renamed from ecp/src/crypto/chacha/chacha-merged.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/chacha/chacha.c (renamed from ecp/src/crypto/chacha/chacha.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/compat/Makefile (renamed from ecp/src/crypto/compat/Makefile) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/compat/explicit_bzero.c (renamed from ecp/src/crypto/compat/explicit_bzero.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/compat/timingsafe_bcmp.c (renamed from ecp/src/crypto/compat/timingsafe_bcmp.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/compat/timingsafe_memcmp.c (renamed from ecp/src/crypto/compat/timingsafe_memcmp.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/crypto.c (renamed from ecp/src/crypto/crypto.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/crypto.h (renamed from ecp/src/crypto/crypto.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/curve25519/Makefile (renamed from ecp/src/crypto/curve25519/Makefile) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/curve25519/curve25519-generic.c (renamed from ecp/src/crypto/curve25519/curve25519-generic.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/curve25519/curve25519.c (renamed from ecp/src/crypto/curve25519/curve25519.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/curve25519/curve25519_internal.h (renamed from ecp/src/crypto/curve25519/curve25519_internal.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/e_chacha20poly1305.c (renamed from ecp/src/crypto/e_chacha20poly1305.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/include/chacha.h (renamed from ecp/src/crypto/include/chacha.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/include/compat.h (renamed from ecp/src/crypto/include/compat.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/include/curve25519.h (renamed from ecp/src/crypto/include/curve25519.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/include/machine/endian.h (renamed from ecp/src/crypto/include/machine/endian.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/include/md32_common.h (renamed from ecp/src/crypto/include/md32_common.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/include/poly1305.h (renamed from ecp/src/crypto/include/poly1305.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/include/sha.h (renamed from ecp/src/crypto/include/sha.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/poly1305/Makefile (renamed from ecp/src/crypto/poly1305/Makefile) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/poly1305/poly1305-donna.c (renamed from ecp/src/crypto/poly1305/poly1305-donna.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/poly1305/poly1305.c (renamed from ecp/src/crypto/poly1305/poly1305.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/sha/Makefile (renamed from ecp/src/crypto/sha/Makefile) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/sha/sha1-elf-x86_64.S (renamed from ecp/src/crypto/sha/sha1-elf-x86_64.S) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/sha/sha1-macosx-x86_64.S (renamed from ecp/src/crypto/sha/sha1-macosx-x86_64.S) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/sha/sha1_one.c (renamed from ecp/src/crypto/sha/sha1_one.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/sha/sha1dgst.c (renamed from ecp/src/crypto/sha/sha1dgst.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/sha/sha256-elf-x86_64.S (renamed from ecp/src/crypto/sha/sha256-elf-x86_64.S) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/sha/sha256-macosx-x86_64.S (renamed from ecp/src/crypto/sha/sha256-macosx-x86_64.S) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/sha/sha256.c (renamed from ecp/src/crypto/sha/sha256.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/sha/sha512-elf-x86_64.S (renamed from ecp/src/crypto/sha/sha512-elf-x86_64.S) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/sha/sha512-macosx-x86_64.S (renamed from ecp/src/crypto/sha/sha512-macosx-x86_64.S) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/sha/sha512.c (renamed from ecp/src/crypto/sha/sha512.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/sha/sha_locl.h (renamed from ecp/src/crypto/sha/sha_locl.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/test/Makefile (renamed from ecp/src/crypto/test/Makefile) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/test/aead.c (renamed from ecp/src/crypto/test/aead.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/test/aead_dec.c (renamed from ecp/src/crypto/test/aead_dec.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/test/aead_enc.c (renamed from ecp/src/crypto/test/aead_enc.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/test/ed25519.c (renamed from ecp/src/crypto/test/ed25519.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/test/ed25519_open.c (renamed from ecp/src/crypto/test/ed25519_open.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/crypto/test/ed25519_sign.c (renamed from ecp/src/crypto/test/ed25519_sign.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/dir.c (renamed from ecp/src/dir.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/dir.h (renamed from ecp/src/dir.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/dir_srv.c (renamed from ecp/src/dir_srv.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/dir_srv.h (renamed from ecp/src/dir_srv.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/ht.h (renamed from ecp/src/ht.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/htable/Makefile (renamed from ecp/src/htable/Makefile) | 0 | ||||
-rwxr-xr-x | ecp/src/ecp/htable/hashtable.c (renamed from ecp/src/htable/hashtable.c) | 0 | ||||
-rwxr-xr-x | ecp/src/ecp/htable/hashtable.h (renamed from ecp/src/htable/hashtable.h) | 0 | ||||
-rwxr-xr-x | ecp/src/ecp/htable/hashtable_itr.c (renamed from ecp/src/htable/hashtable_itr.c) | 0 | ||||
-rwxr-xr-x | ecp/src/ecp/htable/hashtable_itr.h (renamed from ecp/src/htable/hashtable_itr.h) | 0 | ||||
-rwxr-xr-x | ecp/src/ecp/htable/hashtable_private.h (renamed from ecp/src/htable/hashtable_private.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/htable/htable.c (renamed from ecp/src/htable/htable.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/msgq.c (renamed from ecp/src/msgq.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/msgq.h (renamed from ecp/src/msgq.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/rbuf.c (renamed from ecp/src/rbuf.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/rbuf.h (renamed from ecp/src/rbuf.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/rbuf_recv.c (renamed from ecp/src/rbuf_recv.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/rbuf_send.c (renamed from ecp/src/rbuf_send.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/timer.c (renamed from ecp/src/timer.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/timer.h (renamed from ecp/src/timer.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/tm.h (renamed from ecp/src/tm.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/tr.h (renamed from ecp/src/tr.h) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/vconn/Makefile (renamed from ecp/src/vconn/Makefile) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/vconn/vconn.c (renamed from ecp/src/vconn/vconn.c) | 0 | ||||
-rw-r--r-- | ecp/src/ecp/vconn/vconn.h (renamed from ecp/src/vconn/vconn.h) | 0 | ||||
-rw-r--r-- | ecp/src/platform/common.mk (renamed from ecp/platform/common.mk) | 0 | ||||
-rw-r--r-- | ecp/src/platform/fe310/Makefile (renamed from ecp/platform/fe310/Makefile) | 0 | ||||
-rw-r--r-- | ecp/src/platform/fe310/platform.mk (renamed from ecp/platform/fe310/platform.mk) | 0 | ||||
-rw-r--r-- | ecp/src/platform/fe310/platform_obj.mk (renamed from ecp/platform/fe310/platform_obj.mk) | 0 | ||||
-rw-r--r-- | ecp/src/platform/fe310/time.c (renamed from ecp/platform/fe310/time.c) | 0 | ||||
-rw-r--r-- | ecp/src/platform/fe310/transport.c (renamed from ecp/platform/fe310/transport.c) | 0 | ||||
-rw-r--r-- | ecp/src/platform/fe310/transport.h (renamed from ecp/platform/fe310/transport.h) | 0 | ||||
-rw-r--r-- | ecp/src/platform/posix/Makefile (renamed from ecp/platform/posix/Makefile) | 0 | ||||
-rw-r--r-- | ecp/src/platform/posix/platform.mk (renamed from ecp/platform/posix/platform.mk) | 0 | ||||
-rw-r--r-- | ecp/src/platform/posix/platform_obj.mk (renamed from ecp/platform/posix/platform_obj.mk) | 0 | ||||
-rw-r--r-- | ecp/src/platform/posix/time.c (renamed from ecp/platform/posix/time.c) | 0 | ||||
-rw-r--r-- | ecp/src/platform/posix/transport.c (renamed from ecp/platform/posix/transport.c) | 0 | ||||
-rw-r--r-- | ecp/src/platform/posix/transport.h (renamed from ecp/platform/posix/transport.h) | 0 |
93 files changed, 0 insertions, 0 deletions
diff --git a/ecp/src/LICENSE b/ecp/src/ecp/LICENSE index d159169..d159169 100644 --- a/ecp/src/LICENSE +++ b/ecp/src/ecp/LICENSE diff --git a/ecp/src/Makefile b/ecp/src/ecp/Makefile index 5fed12a..5fed12a 100644 --- a/ecp/src/Makefile +++ b/ecp/src/ecp/Makefile diff --git a/ecp/src/TODO b/ecp/src/ecp/TODO index 01c2a28..01c2a28 100644 --- a/ecp/src/TODO +++ b/ecp/src/ecp/TODO diff --git a/ecp/src/common.mk b/ecp/src/ecp/common.mk index a2f8663..a2f8663 100644 --- a/ecp/src/common.mk +++ b/ecp/src/ecp/common.mk diff --git a/ecp/src/core.c b/ecp/src/ecp/core.c index 90ee925..90ee925 100644 --- a/ecp/src/core.c +++ b/ecp/src/ecp/core.c diff --git a/ecp/src/core.h b/ecp/src/ecp/core.h index b126430..b126430 100644 --- a/ecp/src/core.h +++ b/ecp/src/ecp/core.h diff --git a/ecp/src/cr.h b/ecp/src/ecp/cr.h index a8d0dea..a8d0dea 100644 --- a/ecp/src/cr.h +++ b/ecp/src/ecp/cr.h diff --git a/ecp/src/crypto/Makefile b/ecp/src/ecp/crypto/Makefile index b1d2996..b1d2996 100644 --- a/ecp/src/crypto/Makefile +++ b/ecp/src/ecp/crypto/Makefile diff --git a/ecp/src/crypto/arc4random/Makefile b/ecp/src/ecp/crypto/arc4random/Makefile index 387bca1..387bca1 100755 --- a/ecp/src/crypto/arc4random/Makefile +++ b/ecp/src/ecp/crypto/arc4random/Makefile diff --git a/ecp/src/crypto/arc4random/arc4random.c b/ecp/src/ecp/crypto/arc4random/arc4random.c index 23ce9b7..23ce9b7 100755 --- a/ecp/src/crypto/arc4random/arc4random.c +++ b/ecp/src/ecp/crypto/arc4random/arc4random.c diff --git a/ecp/src/crypto/arc4random/arc4random.h b/ecp/src/ecp/crypto/arc4random/arc4random.h index e281a89..e281a89 100755 --- a/ecp/src/crypto/arc4random/arc4random.h +++ b/ecp/src/ecp/crypto/arc4random/arc4random.h diff --git a/ecp/src/crypto/arc4random/chacha_private.h b/ecp/src/ecp/crypto/arc4random/chacha_private.h index 05ce200..05ce200 100755 --- a/ecp/src/crypto/arc4random/chacha_private.h +++ b/ecp/src/ecp/crypto/arc4random/chacha_private.h diff --git a/ecp/src/crypto/chacha/Makefile b/ecp/src/ecp/crypto/chacha/Makefile index bd747e5..bd747e5 100644 --- a/ecp/src/crypto/chacha/Makefile +++ b/ecp/src/ecp/crypto/chacha/Makefile diff --git a/ecp/src/crypto/chacha/chacha-merged.c b/ecp/src/ecp/crypto/chacha/chacha-merged.c index 557dfd5..557dfd5 100644 --- a/ecp/src/crypto/chacha/chacha-merged.c +++ b/ecp/src/ecp/crypto/chacha/chacha-merged.c diff --git a/ecp/src/crypto/chacha/chacha.c b/ecp/src/ecp/crypto/chacha/chacha.c index fba03c9..fba03c9 100644 --- a/ecp/src/crypto/chacha/chacha.c +++ b/ecp/src/ecp/crypto/chacha/chacha.c diff --git a/ecp/src/crypto/compat/Makefile b/ecp/src/ecp/crypto/compat/Makefile index 1a8c2ee..1a8c2ee 100644 --- a/ecp/src/crypto/compat/Makefile +++ b/ecp/src/ecp/crypto/compat/Makefile diff --git a/ecp/src/crypto/compat/explicit_bzero.c b/ecp/src/ecp/crypto/compat/explicit_bzero.c index 5dd0103..5dd0103 100644 --- a/ecp/src/crypto/compat/explicit_bzero.c +++ b/ecp/src/ecp/crypto/compat/explicit_bzero.c diff --git a/ecp/src/crypto/compat/timingsafe_bcmp.c b/ecp/src/ecp/crypto/compat/timingsafe_bcmp.c index 552e844..552e844 100644 --- a/ecp/src/crypto/compat/timingsafe_bcmp.c +++ b/ecp/src/ecp/crypto/compat/timingsafe_bcmp.c diff --git a/ecp/src/crypto/compat/timingsafe_memcmp.c b/ecp/src/ecp/crypto/compat/timingsafe_memcmp.c index bb210a3..bb210a3 100644 --- a/ecp/src/crypto/compat/timingsafe_memcmp.c +++ b/ecp/src/ecp/crypto/compat/timingsafe_memcmp.c diff --git a/ecp/src/crypto/crypto.c b/ecp/src/ecp/crypto/crypto.c index e1d06b3..e1d06b3 100644 --- a/ecp/src/crypto/crypto.c +++ b/ecp/src/ecp/crypto/crypto.c diff --git a/ecp/src/crypto/crypto.h b/ecp/src/ecp/crypto/crypto.h index 378500c..378500c 100644 --- a/ecp/src/crypto/crypto.h +++ b/ecp/src/ecp/crypto/crypto.h diff --git a/ecp/src/crypto/curve25519/Makefile b/ecp/src/ecp/crypto/curve25519/Makefile index 85839bb..85839bb 100644 --- a/ecp/src/crypto/curve25519/Makefile +++ b/ecp/src/ecp/crypto/curve25519/Makefile diff --git a/ecp/src/crypto/curve25519/curve25519-generic.c b/ecp/src/ecp/crypto/curve25519/curve25519-generic.c index e7373d2..e7373d2 100644 --- a/ecp/src/crypto/curve25519/curve25519-generic.c +++ b/ecp/src/ecp/crypto/curve25519/curve25519-generic.c diff --git a/ecp/src/crypto/curve25519/curve25519.c b/ecp/src/ecp/crypto/curve25519/curve25519.c index f5f57e6..f5f57e6 100644 --- a/ecp/src/crypto/curve25519/curve25519.c +++ b/ecp/src/ecp/crypto/curve25519/curve25519.c diff --git a/ecp/src/crypto/curve25519/curve25519_internal.h b/ecp/src/ecp/crypto/curve25519/curve25519_internal.h index f80424a..f80424a 100644 --- a/ecp/src/crypto/curve25519/curve25519_internal.h +++ b/ecp/src/ecp/crypto/curve25519/curve25519_internal.h diff --git a/ecp/src/crypto/e_chacha20poly1305.c b/ecp/src/ecp/crypto/e_chacha20poly1305.c index 17fcab8..17fcab8 100644 --- a/ecp/src/crypto/e_chacha20poly1305.c +++ b/ecp/src/ecp/crypto/e_chacha20poly1305.c diff --git a/ecp/src/crypto/include/chacha.h b/ecp/src/ecp/crypto/include/chacha.h index 25a3ef3..25a3ef3 100644 --- a/ecp/src/crypto/include/chacha.h +++ b/ecp/src/ecp/crypto/include/chacha.h diff --git a/ecp/src/crypto/include/compat.h b/ecp/src/ecp/crypto/include/compat.h index 12fb3f4..12fb3f4 100644 --- a/ecp/src/crypto/include/compat.h +++ b/ecp/src/ecp/crypto/include/compat.h diff --git a/ecp/src/crypto/include/curve25519.h b/ecp/src/ecp/crypto/include/curve25519.h index a7092cb..a7092cb 100644 --- a/ecp/src/crypto/include/curve25519.h +++ b/ecp/src/ecp/crypto/include/curve25519.h diff --git a/ecp/src/crypto/include/machine/endian.h b/ecp/src/ecp/crypto/include/machine/endian.h index 5ec39af..5ec39af 100644 --- a/ecp/src/crypto/include/machine/endian.h +++ b/ecp/src/ecp/crypto/include/machine/endian.h diff --git a/ecp/src/crypto/include/md32_common.h b/ecp/src/ecp/crypto/include/md32_common.h index 7a6e893..7a6e893 100644 --- a/ecp/src/crypto/include/md32_common.h +++ b/ecp/src/ecp/crypto/include/md32_common.h diff --git a/ecp/src/crypto/include/poly1305.h b/ecp/src/ecp/crypto/include/poly1305.h index d7af3df..d7af3df 100644 --- a/ecp/src/crypto/include/poly1305.h +++ b/ecp/src/ecp/crypto/include/poly1305.h diff --git a/ecp/src/crypto/include/sha.h b/ecp/src/ecp/crypto/include/sha.h index 93af5d9..93af5d9 100644 --- a/ecp/src/crypto/include/sha.h +++ b/ecp/src/ecp/crypto/include/sha.h diff --git a/ecp/src/crypto/poly1305/Makefile b/ecp/src/ecp/crypto/poly1305/Makefile index 7645ca4..7645ca4 100644 --- a/ecp/src/crypto/poly1305/Makefile +++ b/ecp/src/ecp/crypto/poly1305/Makefile diff --git a/ecp/src/crypto/poly1305/poly1305-donna.c b/ecp/src/ecp/crypto/poly1305/poly1305-donna.c index 773ea4e..773ea4e 100644 --- a/ecp/src/crypto/poly1305/poly1305-donna.c +++ b/ecp/src/ecp/crypto/poly1305/poly1305-donna.c diff --git a/ecp/src/crypto/poly1305/poly1305.c b/ecp/src/ecp/crypto/poly1305/poly1305.c index 5f3f111..5f3f111 100644 --- a/ecp/src/crypto/poly1305/poly1305.c +++ b/ecp/src/ecp/crypto/poly1305/poly1305.c diff --git a/ecp/src/crypto/sha/Makefile b/ecp/src/ecp/crypto/sha/Makefile index 1fc67da..1fc67da 100644 --- a/ecp/src/crypto/sha/Makefile +++ b/ecp/src/ecp/crypto/sha/Makefile diff --git a/ecp/src/crypto/sha/sha1-elf-x86_64.S b/ecp/src/ecp/crypto/sha/sha1-elf-x86_64.S index d7ef2bf..d7ef2bf 100644 --- a/ecp/src/crypto/sha/sha1-elf-x86_64.S +++ b/ecp/src/ecp/crypto/sha/sha1-elf-x86_64.S diff --git a/ecp/src/crypto/sha/sha1-macosx-x86_64.S b/ecp/src/ecp/crypto/sha/sha1-macosx-x86_64.S index f5c2c36..f5c2c36 100644 --- a/ecp/src/crypto/sha/sha1-macosx-x86_64.S +++ b/ecp/src/ecp/crypto/sha/sha1-macosx-x86_64.S diff --git a/ecp/src/crypto/sha/sha1_one.c b/ecp/src/ecp/crypto/sha/sha1_one.c index 080ea4d..080ea4d 100644 --- a/ecp/src/crypto/sha/sha1_one.c +++ b/ecp/src/ecp/crypto/sha/sha1_one.c diff --git a/ecp/src/crypto/sha/sha1dgst.c b/ecp/src/ecp/crypto/sha/sha1dgst.c index acc576c..acc576c 100644 --- a/ecp/src/crypto/sha/sha1dgst.c +++ b/ecp/src/ecp/crypto/sha/sha1dgst.c diff --git a/ecp/src/crypto/sha/sha256-elf-x86_64.S b/ecp/src/ecp/crypto/sha/sha256-elf-x86_64.S index 599a5cb..599a5cb 100644 --- a/ecp/src/crypto/sha/sha256-elf-x86_64.S +++ b/ecp/src/ecp/crypto/sha/sha256-elf-x86_64.S diff --git a/ecp/src/crypto/sha/sha256-macosx-x86_64.S b/ecp/src/ecp/crypto/sha/sha256-macosx-x86_64.S index 3ecafca..3ecafca 100644 --- a/ecp/src/crypto/sha/sha256-macosx-x86_64.S +++ b/ecp/src/ecp/crypto/sha/sha256-macosx-x86_64.S diff --git a/ecp/src/crypto/sha/sha256.c b/ecp/src/ecp/crypto/sha/sha256.c index ee22321..ee22321 100644 --- a/ecp/src/crypto/sha/sha256.c +++ b/ecp/src/ecp/crypto/sha/sha256.c diff --git a/ecp/src/crypto/sha/sha512-elf-x86_64.S b/ecp/src/ecp/crypto/sha/sha512-elf-x86_64.S index d218304..d218304 100644 --- a/ecp/src/crypto/sha/sha512-elf-x86_64.S +++ b/ecp/src/ecp/crypto/sha/sha512-elf-x86_64.S diff --git a/ecp/src/crypto/sha/sha512-macosx-x86_64.S b/ecp/src/ecp/crypto/sha/sha512-macosx-x86_64.S index 4a51d14..4a51d14 100644 --- a/ecp/src/crypto/sha/sha512-macosx-x86_64.S +++ b/ecp/src/ecp/crypto/sha/sha512-macosx-x86_64.S diff --git a/ecp/src/crypto/sha/sha512.c b/ecp/src/ecp/crypto/sha/sha512.c index 364c85c..364c85c 100644 --- a/ecp/src/crypto/sha/sha512.c +++ b/ecp/src/ecp/crypto/sha/sha512.c diff --git a/ecp/src/crypto/sha/sha_locl.h b/ecp/src/ecp/crypto/sha/sha_locl.h index f6d305d..f6d305d 100644 --- a/ecp/src/crypto/sha/sha_locl.h +++ b/ecp/src/ecp/crypto/sha/sha_locl.h diff --git a/ecp/src/crypto/test/Makefile b/ecp/src/ecp/crypto/test/Makefile index 0b5013f..0b5013f 100644 --- a/ecp/src/crypto/test/Makefile +++ b/ecp/src/ecp/crypto/test/Makefile diff --git a/ecp/src/crypto/test/aead.c b/ecp/src/ecp/crypto/test/aead.c index a2e0da7..a2e0da7 100644 --- a/ecp/src/crypto/test/aead.c +++ b/ecp/src/ecp/crypto/test/aead.c diff --git a/ecp/src/crypto/test/aead_dec.c b/ecp/src/ecp/crypto/test/aead_dec.c index 7deb587..7deb587 100644 --- a/ecp/src/crypto/test/aead_dec.c +++ b/ecp/src/ecp/crypto/test/aead_dec.c diff --git a/ecp/src/crypto/test/aead_enc.c b/ecp/src/ecp/crypto/test/aead_enc.c index a103490..a103490 100644 --- a/ecp/src/crypto/test/aead_enc.c +++ b/ecp/src/ecp/crypto/test/aead_enc.c diff --git a/ecp/src/crypto/test/ed25519.c b/ecp/src/ecp/crypto/test/ed25519.c index 21334cb..21334cb 100644 --- a/ecp/src/crypto/test/ed25519.c +++ b/ecp/src/ecp/crypto/test/ed25519.c diff --git a/ecp/src/crypto/test/ed25519_open.c b/ecp/src/ecp/crypto/test/ed25519_open.c index 66f32f5..66f32f5 100644 --- a/ecp/src/crypto/test/ed25519_open.c +++ b/ecp/src/ecp/crypto/test/ed25519_open.c diff --git a/ecp/src/crypto/test/ed25519_sign.c b/ecp/src/ecp/crypto/test/ed25519_sign.c index da098bd..da098bd 100644 --- a/ecp/src/crypto/test/ed25519_sign.c +++ b/ecp/src/ecp/crypto/test/ed25519_sign.c diff --git a/ecp/src/dir.c b/ecp/src/ecp/dir.c index 46d152e..46d152e 100644 --- a/ecp/src/dir.c +++ b/ecp/src/ecp/dir.c diff --git a/ecp/src/dir.h b/ecp/src/ecp/dir.h index 2fcc50f..2fcc50f 100644 --- a/ecp/src/dir.h +++ b/ecp/src/ecp/dir.h diff --git a/ecp/src/dir_srv.c b/ecp/src/ecp/dir_srv.c index 563326d..563326d 100644 --- a/ecp/src/dir_srv.c +++ b/ecp/src/ecp/dir_srv.c diff --git a/ecp/src/dir_srv.h b/ecp/src/ecp/dir_srv.h index 3fc14ee..3fc14ee 100644 --- a/ecp/src/dir_srv.h +++ b/ecp/src/ecp/dir_srv.h diff --git a/ecp/src/ht.h b/ecp/src/ecp/ht.h index 13bf1d7..13bf1d7 100644 --- a/ecp/src/ht.h +++ b/ecp/src/ecp/ht.h diff --git a/ecp/src/htable/Makefile b/ecp/src/ecp/htable/Makefile index 854af5e..854af5e 100644 --- a/ecp/src/htable/Makefile +++ b/ecp/src/ecp/htable/Makefile diff --git a/ecp/src/htable/hashtable.c b/ecp/src/ecp/htable/hashtable.c index 36c8a6d..36c8a6d 100755 --- a/ecp/src/htable/hashtable.c +++ b/ecp/src/ecp/htable/hashtable.c diff --git a/ecp/src/htable/hashtable.h b/ecp/src/ecp/htable/hashtable.h index a0b1949..a0b1949 100755 --- a/ecp/src/htable/hashtable.h +++ b/ecp/src/ecp/htable/hashtable.h diff --git a/ecp/src/htable/hashtable_itr.c b/ecp/src/ecp/htable/hashtable_itr.c index e77bbb0..e77bbb0 100755 --- a/ecp/src/htable/hashtable_itr.c +++ b/ecp/src/ecp/htable/hashtable_itr.c diff --git a/ecp/src/htable/hashtable_itr.h b/ecp/src/ecp/htable/hashtable_itr.h index 47b29cc..47b29cc 100755 --- a/ecp/src/htable/hashtable_itr.h +++ b/ecp/src/ecp/htable/hashtable_itr.h diff --git a/ecp/src/htable/hashtable_private.h b/ecp/src/ecp/htable/hashtable_private.h index bdddfc7..bdddfc7 100755 --- a/ecp/src/htable/hashtable_private.h +++ b/ecp/src/ecp/htable/hashtable_private.h diff --git a/ecp/src/htable/htable.c b/ecp/src/ecp/htable/htable.c index 104d2aa..104d2aa 100644 --- a/ecp/src/htable/htable.c +++ b/ecp/src/ecp/htable/htable.c diff --git a/ecp/src/msgq.c b/ecp/src/ecp/msgq.c index 8f81d8a..8f81d8a 100644 --- a/ecp/src/msgq.c +++ b/ecp/src/ecp/msgq.c diff --git a/ecp/src/msgq.h b/ecp/src/ecp/msgq.h index 394209f..394209f 100644 --- a/ecp/src/msgq.h +++ b/ecp/src/ecp/msgq.h diff --git a/ecp/src/rbuf.c b/ecp/src/ecp/rbuf.c index be8e9f3..be8e9f3 100644 --- a/ecp/src/rbuf.c +++ b/ecp/src/ecp/rbuf.c diff --git a/ecp/src/rbuf.h b/ecp/src/ecp/rbuf.h index 31aeb39..31aeb39 100644 --- a/ecp/src/rbuf.h +++ b/ecp/src/ecp/rbuf.h diff --git a/ecp/src/rbuf_recv.c b/ecp/src/ecp/rbuf_recv.c index a3f2345..a3f2345 100644 --- a/ecp/src/rbuf_recv.c +++ b/ecp/src/ecp/rbuf_recv.c diff --git a/ecp/src/rbuf_send.c b/ecp/src/ecp/rbuf_send.c index 9f29010..9f29010 100644 --- a/ecp/src/rbuf_send.c +++ b/ecp/src/ecp/rbuf_send.c diff --git a/ecp/src/timer.c b/ecp/src/ecp/timer.c index 28d4cb1..28d4cb1 100644 --- a/ecp/src/timer.c +++ b/ecp/src/ecp/timer.c diff --git a/ecp/src/timer.h b/ecp/src/ecp/timer.h index 5bccff1..5bccff1 100644 --- a/ecp/src/timer.h +++ b/ecp/src/ecp/timer.h diff --git a/ecp/src/tm.h b/ecp/src/ecp/tm.h index 00c6fad..00c6fad 100644 --- a/ecp/src/tm.h +++ b/ecp/src/ecp/tm.h diff --git a/ecp/src/tr.h b/ecp/src/ecp/tr.h index 116590b..116590b 100644 --- a/ecp/src/tr.h +++ b/ecp/src/ecp/tr.h diff --git a/ecp/src/vconn/Makefile b/ecp/src/ecp/vconn/Makefile index 17962c4..17962c4 100644 --- a/ecp/src/vconn/Makefile +++ b/ecp/src/ecp/vconn/Makefile diff --git a/ecp/src/vconn/vconn.c b/ecp/src/ecp/vconn/vconn.c index d3eec44..d3eec44 100644 --- a/ecp/src/vconn/vconn.c +++ b/ecp/src/ecp/vconn/vconn.c diff --git a/ecp/src/vconn/vconn.h b/ecp/src/ecp/vconn/vconn.h index 73d9fd6..73d9fd6 100644 --- a/ecp/src/vconn/vconn.h +++ b/ecp/src/ecp/vconn/vconn.h diff --git a/ecp/platform/common.mk b/ecp/src/platform/common.mk index d49792b..d49792b 100644 --- a/ecp/platform/common.mk +++ b/ecp/src/platform/common.mk diff --git a/ecp/platform/fe310/Makefile b/ecp/src/platform/fe310/Makefile index 1a3502a..1a3502a 100644 --- a/ecp/platform/fe310/Makefile +++ b/ecp/src/platform/fe310/Makefile diff --git a/ecp/platform/fe310/platform.mk b/ecp/src/platform/fe310/platform.mk index 0230f29..0230f29 100644 --- a/ecp/platform/fe310/platform.mk +++ b/ecp/src/platform/fe310/platform.mk diff --git a/ecp/platform/fe310/platform_obj.mk b/ecp/src/platform/fe310/platform_obj.mk index 52e4bb1..52e4bb1 100644 --- a/ecp/platform/fe310/platform_obj.mk +++ b/ecp/src/platform/fe310/platform_obj.mk diff --git a/ecp/platform/fe310/time.c b/ecp/src/platform/fe310/time.c index 3c74933..3c74933 100644 --- a/ecp/platform/fe310/time.c +++ b/ecp/src/platform/fe310/time.c diff --git a/ecp/platform/fe310/transport.c b/ecp/src/platform/fe310/transport.c index 777a956..777a956 100644 --- a/ecp/platform/fe310/transport.c +++ b/ecp/src/platform/fe310/transport.c diff --git a/ecp/platform/fe310/transport.h b/ecp/src/platform/fe310/transport.h index 47ad482..47ad482 100644 --- a/ecp/platform/fe310/transport.h +++ b/ecp/src/platform/fe310/transport.h diff --git a/ecp/platform/posix/Makefile b/ecp/src/platform/posix/Makefile index 1a3502a..1a3502a 100644 --- a/ecp/platform/posix/Makefile +++ b/ecp/src/platform/posix/Makefile diff --git a/ecp/platform/posix/platform.mk b/ecp/src/platform/posix/platform.mk index 0370c58..0370c58 100644 --- a/ecp/platform/posix/platform.mk +++ b/ecp/src/platform/posix/platform.mk diff --git a/ecp/platform/posix/platform_obj.mk b/ecp/src/platform/posix/platform_obj.mk index 6ca3b8d..6ca3b8d 100644 --- a/ecp/platform/posix/platform_obj.mk +++ b/ecp/src/platform/posix/platform_obj.mk diff --git a/ecp/platform/posix/time.c b/ecp/src/platform/posix/time.c index 111e598..111e598 100644 --- a/ecp/platform/posix/time.c +++ b/ecp/src/platform/posix/time.c diff --git a/ecp/platform/posix/transport.c b/ecp/src/platform/posix/transport.c index 2032ce2..2032ce2 100644 --- a/ecp/platform/posix/transport.c +++ b/ecp/src/platform/posix/transport.c diff --git a/ecp/platform/posix/transport.h b/ecp/src/platform/posix/transport.h index 155bd9c..155bd9c 100644 --- a/ecp/platform/posix/transport.h +++ b/ecp/src/platform/posix/transport.h |