From 0f3cc3aa55bcc6476d721f9fbb8dfe8559d85ff7 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 27 Jun 2016 16:26:25 -0400 Subject: First cut at consolidated alpha releng. Undoubtedly doesn't work yet, and still needs doc, but perhaps now ready for testing on build machine. --- source/core/cipher/aes | 1 + source/core/cipher/chacha | 1 + source/core/comm/fmc | 1 + source/core/comm/uart | 1 + source/core/hash/sha1 | 1 + source/core/hash/sha256 | 1 + source/core/hash/sha512 | 1 + source/core/math/modexpa7 | 1 + source/core/platform/alpha | 1 + source/core/rng/avalanche_entropy | 1 + source/core/rng/rosc_entropy | 1 + source/core/rng/trng | 1 + source/core/rng/vndecorrelator | 1 + source/core/util/mkmif | 1 + 14 files changed, 14 insertions(+) create mode 160000 source/core/cipher/aes create mode 160000 source/core/cipher/chacha create mode 160000 source/core/comm/fmc create mode 160000 source/core/comm/uart create mode 160000 source/core/hash/sha1 create mode 160000 source/core/hash/sha256 create mode 160000 source/core/hash/sha512 create mode 160000 source/core/math/modexpa7 create mode 160000 source/core/platform/alpha create mode 160000 source/core/rng/avalanche_entropy create mode 160000 source/core/rng/rosc_entropy create mode 160000 source/core/rng/trng create mode 160000 source/core/rng/vndecorrelator create mode 160000 source/core/util/mkmif (limited to 'source/core') diff --git a/source/core/cipher/aes b/source/core/cipher/aes new file mode 160000 index 0000000..9157592 --- /dev/null +++ b/source/core/cipher/aes @@ -0,0 +1 @@ +Subproject commit 915759285c179cf99be3c17ad401c79e4b8be054 diff --git a/source/core/cipher/chacha b/source/core/cipher/chacha new file mode 160000 index 0000000..549b75a --- /dev/null +++ b/source/core/cipher/chacha @@ -0,0 +1 @@ +Subproject commit 549b75a635817ce263c368c9b8b5b0b07f90ec21 diff --git a/source/core/comm/fmc b/source/core/comm/fmc new file mode 160000 index 0000000..61c16de --- /dev/null +++ b/source/core/comm/fmc @@ -0,0 +1 @@ +Subproject commit 61c16de8beb8deaadd2ffedfabfb3ce96e8699f0 diff --git a/source/core/comm/uart b/source/core/comm/uart new file mode 160000 index 0000000..0d3acd1 --- /dev/null +++ b/source/core/comm/uart @@ -0,0 +1 @@ +Subproject commit 0d3acd1815da8fcbd2b30f4fe1ff514f87b25228 diff --git a/source/core/hash/sha1 b/source/core/hash/sha1 new file mode 160000 index 0000000..ae915a1 --- /dev/null +++ b/source/core/hash/sha1 @@ -0,0 +1 @@ +Subproject commit ae915a1ed47a807ec880c2f18053e4f8eda6bd93 diff --git a/source/core/hash/sha256 b/source/core/hash/sha256 new file mode 160000 index 0000000..c894f78 --- /dev/null +++ b/source/core/hash/sha256 @@ -0,0 +1 @@ +Subproject commit c894f78a95a01351f277c3d36bcf6dced08798e2 diff --git a/source/core/hash/sha512 b/source/core/hash/sha512 new file mode 160000 index 0000000..88e0d83 --- /dev/null +++ b/source/core/hash/sha512 @@ -0,0 +1 @@ +Subproject commit 88e0d83768004b6bab2d83edf7eae2841678b51c diff --git a/source/core/math/modexpa7 b/source/core/math/modexpa7 new file mode 160000 index 0000000..4612bc2 --- /dev/null +++ b/source/core/math/modexpa7 @@ -0,0 +1 @@ +Subproject commit 4612bc24a8b43c14580d6be06542b1fa9a6e615a diff --git a/source/core/platform/alpha b/source/core/platform/alpha new file mode 160000 index 0000000..fc8be80 --- /dev/null +++ b/source/core/platform/alpha @@ -0,0 +1 @@ +Subproject commit fc8be8024560bb77221758b0351c3de7b4ea6e93 diff --git a/source/core/rng/avalanche_entropy b/source/core/rng/avalanche_entropy new file mode 160000 index 0000000..5742813 --- /dev/null +++ b/source/core/rng/avalanche_entropy @@ -0,0 +1 @@ +Subproject commit 5742813ab43fec9fa90d970f086f1e266875b8f3 diff --git a/source/core/rng/rosc_entropy b/source/core/rng/rosc_entropy new file mode 160000 index 0000000..48e3c11 --- /dev/null +++ b/source/core/rng/rosc_entropy @@ -0,0 +1 @@ +Subproject commit 48e3c117ae6944775010031b1691446220944b62 diff --git a/source/core/rng/trng b/source/core/rng/trng new file mode 160000 index 0000000..953909d --- /dev/null +++ b/source/core/rng/trng @@ -0,0 +1 @@ +Subproject commit 953909d18796c1caea35263eb902b1dd7021d92d diff --git a/source/core/rng/vndecorrelator b/source/core/rng/vndecorrelator new file mode 160000 index 0000000..49e388c --- /dev/null +++ b/source/core/rng/vndecorrelator @@ -0,0 +1 @@ +Subproject commit 49e388c3dadcaabe1e4e66a37fcd52b2f125c1dc diff --git a/source/core/util/mkmif b/source/core/util/mkmif new file mode 160000 index 0000000..fd1dd73 --- /dev/null +++ b/source/core/util/mkmif @@ -0,0 +1 @@ +Subproject commit fd1dd73410ba6ca3d082ff61e4b39d6e8c2de35e -- cgit v1.2.3