diff options
author | Matt Caswell <matt@openssl.org> | 2017-11-15 16:59:27 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-02-20 13:59:29 +0100 |
commit | abcd22bf621b25e5db724b0ad9bcb4bcc189b1d3 (patch) | |
tree | 856dc7f1bbb48b00d7c51429fe205e65cec497f2 | |
parent | Import Curve 448 support (diff) | |
download | openssl-abcd22bf621b25e5db724b0ad9bcb4bcc189b1d3.tar.xz openssl-abcd22bf621b25e5db724b0ad9bcb4bcc189b1d3.zip |
Flatten the Curve 448 source structure
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)
-rw-r--r-- | crypto/ec/curve448/arch_32/arch_intrinsics.h (renamed from crypto/ec/curve448/include/arch_32/arch_intrinsics.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_32/f_impl.c (renamed from crypto/ec/curve448/p448/arch_32/f_impl.c) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_32/f_impl.h (renamed from crypto/ec/curve448/p448/arch_32/f_impl.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_arm_32/arch_intrinsics.h (renamed from crypto/ec/curve448/include/arch_arm_32/arch_intrinsics.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_arm_32/f_impl.c (renamed from crypto/ec/curve448/p448/arch_arm_32/f_impl.c) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_arm_32/f_impl.h (renamed from crypto/ec/curve448/p448/arch_arm_32/f_impl.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_neon/arch_intrinsics.h (renamed from crypto/ec/curve448/include/arch_neon/arch_intrinsics.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_neon/f_impl.c (renamed from crypto/ec/curve448/p448/arch_neon/f_impl.c) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_neon/f_impl.h (renamed from crypto/ec/curve448/p448/arch_neon/f_impl.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_ref64/arch_intrinsics.h (renamed from crypto/ec/curve448/include/arch_ref64/arch_intrinsics.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_ref64/f_impl.c (renamed from crypto/ec/curve448/p448/arch_ref64/f_impl.c) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_ref64/f_impl.h (renamed from crypto/ec/curve448/p448/arch_ref64/f_impl.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_x86_64/arch_intrinsics.h (renamed from crypto/ec/curve448/include/arch_x86_64/arch_intrinsics.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_x86_64/f_impl.c (renamed from crypto/ec/curve448/p448/arch_x86_64/f_impl.c) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/arch_x86_64/f_impl.h (renamed from crypto/ec/curve448/p448/arch_x86_64/f_impl.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/constant_time.h (renamed from crypto/ec/curve448/include/constant_time.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/decaf.c (renamed from crypto/ec/curve448/GENERATED/c/ed448goldilocks/decaf.c) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/decaf.h (renamed from crypto/ec/curve448/GENERATED/include/decaf.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/decaf/common.h (renamed from crypto/ec/curve448/GENERATED/include/decaf/common.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/decaf/ed448.h (renamed from crypto/ec/curve448/GENERATED/include/decaf/ed448.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/decaf/point_255.h (renamed from crypto/ec/curve448/GENERATED/include/decaf/point_255.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/decaf/point_448.h (renamed from crypto/ec/curve448/GENERATED/include/decaf/point_448.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/decaf/sha512.h (renamed from crypto/ec/curve448/GENERATED/include/decaf/sha512.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/decaf/shake.h (renamed from crypto/ec/curve448/GENERATED/include/decaf/shake.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/decaf_tables.c (renamed from crypto/ec/curve448/GENERATED/c/ed448goldilocks/decaf_tables.c) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/eddsa.c (renamed from crypto/ec/curve448/GENERATED/c/ed448goldilocks/eddsa.c) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/f_arithmetic.c (renamed from crypto/ec/curve448/p448/f_arithmetic.c) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/f_field.h (renamed from crypto/ec/curve448/GENERATED/c/p448/f_field.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/f_generic.c (renamed from crypto/ec/curve448/GENERATED/c/p448/f_generic.c) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/field.h (renamed from crypto/ec/curve448/include/field.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/keccak_internal.h (renamed from crypto/ec/curve448/include/keccak_internal.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/portable_endian.h (renamed from crypto/ec/curve448/include/portable_endian.h) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/scalar.c (renamed from crypto/ec/curve448/GENERATED/c/ed448goldilocks/scalar.c) | 0 | ||||
-rw-r--r-- | crypto/ec/curve448/word.h (renamed from crypto/ec/curve448/include/word.h) | 0 |
34 files changed, 0 insertions, 0 deletions
diff --git a/crypto/ec/curve448/include/arch_32/arch_intrinsics.h b/crypto/ec/curve448/arch_32/arch_intrinsics.h index f3908a2589..f3908a2589 100644 --- a/crypto/ec/curve448/include/arch_32/arch_intrinsics.h +++ b/crypto/ec/curve448/arch_32/arch_intrinsics.h diff --git a/crypto/ec/curve448/p448/arch_32/f_impl.c b/crypto/ec/curve448/arch_32/f_impl.c index 0770bd9962..0770bd9962 100644 --- a/crypto/ec/curve448/p448/arch_32/f_impl.c +++ b/crypto/ec/curve448/arch_32/f_impl.c diff --git a/crypto/ec/curve448/p448/arch_32/f_impl.h b/crypto/ec/curve448/arch_32/f_impl.h index c3687888c0..c3687888c0 100644 --- a/crypto/ec/curve448/p448/arch_32/f_impl.h +++ b/crypto/ec/curve448/arch_32/f_impl.h diff --git a/crypto/ec/curve448/include/arch_arm_32/arch_intrinsics.h b/crypto/ec/curve448/arch_arm_32/arch_intrinsics.h index 7451c6fe7d..7451c6fe7d 100644 --- a/crypto/ec/curve448/include/arch_arm_32/arch_intrinsics.h +++ b/crypto/ec/curve448/arch_arm_32/arch_intrinsics.h diff --git a/crypto/ec/curve448/p448/arch_arm_32/f_impl.c b/crypto/ec/curve448/arch_arm_32/f_impl.c index 0454bd6f29..0454bd6f29 100644 --- a/crypto/ec/curve448/p448/arch_arm_32/f_impl.c +++ b/crypto/ec/curve448/arch_arm_32/f_impl.c diff --git a/crypto/ec/curve448/p448/arch_arm_32/f_impl.h b/crypto/ec/curve448/arch_arm_32/f_impl.h index 09d77aafdd..09d77aafdd 100644 --- a/crypto/ec/curve448/p448/arch_arm_32/f_impl.h +++ b/crypto/ec/curve448/arch_arm_32/f_impl.h diff --git a/crypto/ec/curve448/include/arch_neon/arch_intrinsics.h b/crypto/ec/curve448/arch_neon/arch_intrinsics.h index 1a1e14b36c..1a1e14b36c 100644 --- a/crypto/ec/curve448/include/arch_neon/arch_intrinsics.h +++ b/crypto/ec/curve448/arch_neon/arch_intrinsics.h diff --git a/crypto/ec/curve448/p448/arch_neon/f_impl.c b/crypto/ec/curve448/arch_neon/f_impl.c index 5e998f9f37..5e998f9f37 100644 --- a/crypto/ec/curve448/p448/arch_neon/f_impl.c +++ b/crypto/ec/curve448/arch_neon/f_impl.c diff --git a/crypto/ec/curve448/p448/arch_neon/f_impl.h b/crypto/ec/curve448/arch_neon/f_impl.h index ba48d8cee2..ba48d8cee2 100644 --- a/crypto/ec/curve448/p448/arch_neon/f_impl.h +++ b/crypto/ec/curve448/arch_neon/f_impl.h diff --git a/crypto/ec/curve448/include/arch_ref64/arch_intrinsics.h b/crypto/ec/curve448/arch_ref64/arch_intrinsics.h index 4b34ea5520..4b34ea5520 100644 --- a/crypto/ec/curve448/include/arch_ref64/arch_intrinsics.h +++ b/crypto/ec/curve448/arch_ref64/arch_intrinsics.h diff --git a/crypto/ec/curve448/p448/arch_ref64/f_impl.c b/crypto/ec/curve448/arch_ref64/f_impl.c index 526810012a..526810012a 100644 --- a/crypto/ec/curve448/p448/arch_ref64/f_impl.c +++ b/crypto/ec/curve448/arch_ref64/f_impl.c diff --git a/crypto/ec/curve448/p448/arch_ref64/f_impl.h b/crypto/ec/curve448/arch_ref64/f_impl.h index 05206bf988..05206bf988 100644 --- a/crypto/ec/curve448/p448/arch_ref64/f_impl.h +++ b/crypto/ec/curve448/arch_ref64/f_impl.h diff --git a/crypto/ec/curve448/include/arch_x86_64/arch_intrinsics.h b/crypto/ec/curve448/arch_x86_64/arch_intrinsics.h index 8fcf2c8dd4..8fcf2c8dd4 100644 --- a/crypto/ec/curve448/include/arch_x86_64/arch_intrinsics.h +++ b/crypto/ec/curve448/arch_x86_64/arch_intrinsics.h diff --git a/crypto/ec/curve448/p448/arch_x86_64/f_impl.c b/crypto/ec/curve448/arch_x86_64/f_impl.c index 1e1d76d617..1e1d76d617 100644 --- a/crypto/ec/curve448/p448/arch_x86_64/f_impl.c +++ b/crypto/ec/curve448/arch_x86_64/f_impl.c diff --git a/crypto/ec/curve448/p448/arch_x86_64/f_impl.h b/crypto/ec/curve448/arch_x86_64/f_impl.h index a85044a7f4..a85044a7f4 100644 --- a/crypto/ec/curve448/p448/arch_x86_64/f_impl.h +++ b/crypto/ec/curve448/arch_x86_64/f_impl.h diff --git a/crypto/ec/curve448/include/constant_time.h b/crypto/ec/curve448/constant_time.h index 025ffe1729..025ffe1729 100644 --- a/crypto/ec/curve448/include/constant_time.h +++ b/crypto/ec/curve448/constant_time.h diff --git a/crypto/ec/curve448/GENERATED/c/ed448goldilocks/decaf.c b/crypto/ec/curve448/decaf.c index 3fdc491db6..3fdc491db6 100644 --- a/crypto/ec/curve448/GENERATED/c/ed448goldilocks/decaf.c +++ b/crypto/ec/curve448/decaf.c diff --git a/crypto/ec/curve448/GENERATED/include/decaf.h b/crypto/ec/curve448/decaf.h index d3cb60ce3d..d3cb60ce3d 100644 --- a/crypto/ec/curve448/GENERATED/include/decaf.h +++ b/crypto/ec/curve448/decaf.h diff --git a/crypto/ec/curve448/GENERATED/include/decaf/common.h b/crypto/ec/curve448/decaf/common.h index 64719ad971..64719ad971 100644 --- a/crypto/ec/curve448/GENERATED/include/decaf/common.h +++ b/crypto/ec/curve448/decaf/common.h diff --git a/crypto/ec/curve448/GENERATED/include/decaf/ed448.h b/crypto/ec/curve448/decaf/ed448.h index eeed619adf..eeed619adf 100644 --- a/crypto/ec/curve448/GENERATED/include/decaf/ed448.h +++ b/crypto/ec/curve448/decaf/ed448.h diff --git a/crypto/ec/curve448/GENERATED/include/decaf/point_255.h b/crypto/ec/curve448/decaf/point_255.h index 94e30a5b89..94e30a5b89 100644 --- a/crypto/ec/curve448/GENERATED/include/decaf/point_255.h +++ b/crypto/ec/curve448/decaf/point_255.h diff --git a/crypto/ec/curve448/GENERATED/include/decaf/point_448.h b/crypto/ec/curve448/decaf/point_448.h index bc1cb43a00..bc1cb43a00 100644 --- a/crypto/ec/curve448/GENERATED/include/decaf/point_448.h +++ b/crypto/ec/curve448/decaf/point_448.h diff --git a/crypto/ec/curve448/GENERATED/include/decaf/sha512.h b/crypto/ec/curve448/decaf/sha512.h index 3c8ec70e93..3c8ec70e93 100644 --- a/crypto/ec/curve448/GENERATED/include/decaf/sha512.h +++ b/crypto/ec/curve448/decaf/sha512.h diff --git a/crypto/ec/curve448/GENERATED/include/decaf/shake.h b/crypto/ec/curve448/decaf/shake.h index ae125b923a..ae125b923a 100644 --- a/crypto/ec/curve448/GENERATED/include/decaf/shake.h +++ b/crypto/ec/curve448/decaf/shake.h diff --git a/crypto/ec/curve448/GENERATED/c/ed448goldilocks/decaf_tables.c b/crypto/ec/curve448/decaf_tables.c index ab4e6d79c4..ab4e6d79c4 100644 --- a/crypto/ec/curve448/GENERATED/c/ed448goldilocks/decaf_tables.c +++ b/crypto/ec/curve448/decaf_tables.c diff --git a/crypto/ec/curve448/GENERATED/c/ed448goldilocks/eddsa.c b/crypto/ec/curve448/eddsa.c index f6c1836658..f6c1836658 100644 --- a/crypto/ec/curve448/GENERATED/c/ed448goldilocks/eddsa.c +++ b/crypto/ec/curve448/eddsa.c diff --git a/crypto/ec/curve448/p448/f_arithmetic.c b/crypto/ec/curve448/f_arithmetic.c index cf68519686..cf68519686 100644 --- a/crypto/ec/curve448/p448/f_arithmetic.c +++ b/crypto/ec/curve448/f_arithmetic.c diff --git a/crypto/ec/curve448/GENERATED/c/p448/f_field.h b/crypto/ec/curve448/f_field.h index 4eef7186d3..4eef7186d3 100644 --- a/crypto/ec/curve448/GENERATED/c/p448/f_field.h +++ b/crypto/ec/curve448/f_field.h diff --git a/crypto/ec/curve448/GENERATED/c/p448/f_generic.c b/crypto/ec/curve448/f_generic.c index d09a989f67..d09a989f67 100644 --- a/crypto/ec/curve448/GENERATED/c/p448/f_generic.c +++ b/crypto/ec/curve448/f_generic.c diff --git a/crypto/ec/curve448/include/field.h b/crypto/ec/curve448/field.h index c536a51b66..c536a51b66 100644 --- a/crypto/ec/curve448/include/field.h +++ b/crypto/ec/curve448/field.h diff --git a/crypto/ec/curve448/include/keccak_internal.h b/crypto/ec/curve448/keccak_internal.h index 15d1be4507..15d1be4507 100644 --- a/crypto/ec/curve448/include/keccak_internal.h +++ b/crypto/ec/curve448/keccak_internal.h diff --git a/crypto/ec/curve448/include/portable_endian.h b/crypto/ec/curve448/portable_endian.h index 5cbfca7aac..5cbfca7aac 100644 --- a/crypto/ec/curve448/include/portable_endian.h +++ b/crypto/ec/curve448/portable_endian.h diff --git a/crypto/ec/curve448/GENERATED/c/ed448goldilocks/scalar.c b/crypto/ec/curve448/scalar.c index 1c98ac91d4..1c98ac91d4 100644 --- a/crypto/ec/curve448/GENERATED/c/ed448goldilocks/scalar.c +++ b/crypto/ec/curve448/scalar.c diff --git a/crypto/ec/curve448/include/word.h b/crypto/ec/curve448/word.h index 7c7644ad2c..7c7644ad2c 100644 --- a/crypto/ec/curve448/include/word.h +++ b/crypto/ec/curve448/word.h |