From: Matt Caswell Date: Wed, 15 Nov 2017 15:59:27 +0000 (+0000) Subject: Flatten the Curve 448 source structure X-Git-Tag: OpenSSL_1_1_1-pre2~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abcd22bf621b25e5db724b0ad9bcb4bcc189b1d3;p=openssl Flatten the Curve 448 source structure Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5105) --- diff --git a/crypto/ec/curve448/include/arch_32/arch_intrinsics.h b/crypto/ec/curve448/arch_32/arch_intrinsics.h similarity index 100% rename from crypto/ec/curve448/include/arch_32/arch_intrinsics.h rename to 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 similarity index 100% rename from crypto/ec/curve448/p448/arch_32/f_impl.c rename to 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 similarity index 100% rename from crypto/ec/curve448/p448/arch_32/f_impl.h rename to 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 similarity index 100% rename from crypto/ec/curve448/include/arch_arm_32/arch_intrinsics.h rename to 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 similarity index 100% rename from crypto/ec/curve448/p448/arch_arm_32/f_impl.c rename to 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 similarity index 100% rename from crypto/ec/curve448/p448/arch_arm_32/f_impl.h rename to 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 similarity index 100% rename from crypto/ec/curve448/include/arch_neon/arch_intrinsics.h rename to 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 similarity index 100% rename from crypto/ec/curve448/p448/arch_neon/f_impl.c rename to 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 similarity index 100% rename from crypto/ec/curve448/p448/arch_neon/f_impl.h rename to 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 similarity index 100% rename from crypto/ec/curve448/include/arch_ref64/arch_intrinsics.h rename to 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 similarity index 100% rename from crypto/ec/curve448/p448/arch_ref64/f_impl.c rename to 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 similarity index 100% rename from crypto/ec/curve448/p448/arch_ref64/f_impl.h rename to 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 similarity index 100% rename from crypto/ec/curve448/include/arch_x86_64/arch_intrinsics.h rename to 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 similarity index 100% rename from crypto/ec/curve448/p448/arch_x86_64/f_impl.c rename to 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 similarity index 100% rename from crypto/ec/curve448/p448/arch_x86_64/f_impl.h rename to 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 similarity index 100% rename from crypto/ec/curve448/include/constant_time.h rename to crypto/ec/curve448/constant_time.h diff --git a/crypto/ec/curve448/GENERATED/c/ed448goldilocks/decaf.c b/crypto/ec/curve448/decaf.c similarity index 100% rename from crypto/ec/curve448/GENERATED/c/ed448goldilocks/decaf.c rename to crypto/ec/curve448/decaf.c diff --git a/crypto/ec/curve448/GENERATED/include/decaf.h b/crypto/ec/curve448/decaf.h similarity index 100% rename from crypto/ec/curve448/GENERATED/include/decaf.h rename to crypto/ec/curve448/decaf.h diff --git a/crypto/ec/curve448/GENERATED/include/decaf/common.h b/crypto/ec/curve448/decaf/common.h similarity index 100% rename from crypto/ec/curve448/GENERATED/include/decaf/common.h rename to crypto/ec/curve448/decaf/common.h diff --git a/crypto/ec/curve448/GENERATED/include/decaf/ed448.h b/crypto/ec/curve448/decaf/ed448.h similarity index 100% rename from crypto/ec/curve448/GENERATED/include/decaf/ed448.h rename to 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 similarity index 100% rename from crypto/ec/curve448/GENERATED/include/decaf/point_255.h rename to 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 similarity index 100% rename from crypto/ec/curve448/GENERATED/include/decaf/point_448.h rename to 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 similarity index 100% rename from crypto/ec/curve448/GENERATED/include/decaf/sha512.h rename to crypto/ec/curve448/decaf/sha512.h diff --git a/crypto/ec/curve448/GENERATED/include/decaf/shake.h b/crypto/ec/curve448/decaf/shake.h similarity index 100% rename from crypto/ec/curve448/GENERATED/include/decaf/shake.h rename to 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 similarity index 100% rename from crypto/ec/curve448/GENERATED/c/ed448goldilocks/decaf_tables.c rename to crypto/ec/curve448/decaf_tables.c diff --git a/crypto/ec/curve448/GENERATED/c/ed448goldilocks/eddsa.c b/crypto/ec/curve448/eddsa.c similarity index 100% rename from crypto/ec/curve448/GENERATED/c/ed448goldilocks/eddsa.c rename to crypto/ec/curve448/eddsa.c diff --git a/crypto/ec/curve448/p448/f_arithmetic.c b/crypto/ec/curve448/f_arithmetic.c similarity index 100% rename from crypto/ec/curve448/p448/f_arithmetic.c rename to 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 similarity index 100% rename from crypto/ec/curve448/GENERATED/c/p448/f_field.h rename to 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 similarity index 100% rename from crypto/ec/curve448/GENERATED/c/p448/f_generic.c rename to crypto/ec/curve448/f_generic.c diff --git a/crypto/ec/curve448/include/field.h b/crypto/ec/curve448/field.h similarity index 100% rename from crypto/ec/curve448/include/field.h rename to crypto/ec/curve448/field.h diff --git a/crypto/ec/curve448/include/keccak_internal.h b/crypto/ec/curve448/keccak_internal.h similarity index 100% rename from crypto/ec/curve448/include/keccak_internal.h rename to crypto/ec/curve448/keccak_internal.h diff --git a/crypto/ec/curve448/include/portable_endian.h b/crypto/ec/curve448/portable_endian.h similarity index 100% rename from crypto/ec/curve448/include/portable_endian.h rename to crypto/ec/curve448/portable_endian.h diff --git a/crypto/ec/curve448/GENERATED/c/ed448goldilocks/scalar.c b/crypto/ec/curve448/scalar.c similarity index 100% rename from crypto/ec/curve448/GENERATED/c/ed448goldilocks/scalar.c rename to crypto/ec/curve448/scalar.c diff --git a/crypto/ec/curve448/include/word.h b/crypto/ec/curve448/word.h similarity index 100% rename from crypto/ec/curve448/include/word.h rename to crypto/ec/curve448/word.h