From abcd22bf621b25e5db724b0ad9bcb4bcc189b1d3 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 15 Nov 2017 15:59:27 +0000 Subject: [PATCH] Flatten the Curve 448 source structure Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5105) --- crypto/ec/curve448/{include => }/arch_32/arch_intrinsics.h | 0 crypto/ec/curve448/{p448 => }/arch_32/f_impl.c | 0 crypto/ec/curve448/{p448 => }/arch_32/f_impl.h | 0 crypto/ec/curve448/{include => }/arch_arm_32/arch_intrinsics.h | 0 crypto/ec/curve448/{p448 => }/arch_arm_32/f_impl.c | 0 crypto/ec/curve448/{p448 => }/arch_arm_32/f_impl.h | 0 crypto/ec/curve448/{include => }/arch_neon/arch_intrinsics.h | 0 crypto/ec/curve448/{p448 => }/arch_neon/f_impl.c | 0 crypto/ec/curve448/{p448 => }/arch_neon/f_impl.h | 0 crypto/ec/curve448/{include => }/arch_ref64/arch_intrinsics.h | 0 crypto/ec/curve448/{p448 => }/arch_ref64/f_impl.c | 0 crypto/ec/curve448/{p448 => }/arch_ref64/f_impl.h | 0 crypto/ec/curve448/{include => }/arch_x86_64/arch_intrinsics.h | 0 crypto/ec/curve448/{p448 => }/arch_x86_64/f_impl.c | 0 crypto/ec/curve448/{p448 => }/arch_x86_64/f_impl.h | 0 crypto/ec/curve448/{include => }/constant_time.h | 0 crypto/ec/curve448/{GENERATED/c/ed448goldilocks => }/decaf.c | 0 crypto/ec/curve448/{GENERATED/include => }/decaf.h | 0 crypto/ec/curve448/{GENERATED/include => }/decaf/common.h | 0 crypto/ec/curve448/{GENERATED/include => }/decaf/ed448.h | 0 crypto/ec/curve448/{GENERATED/include => }/decaf/point_255.h | 0 crypto/ec/curve448/{GENERATED/include => }/decaf/point_448.h | 0 crypto/ec/curve448/{GENERATED/include => }/decaf/sha512.h | 0 crypto/ec/curve448/{GENERATED/include => }/decaf/shake.h | 0 .../ec/curve448/{GENERATED/c/ed448goldilocks => }/decaf_tables.c | 0 crypto/ec/curve448/{GENERATED/c/ed448goldilocks => }/eddsa.c | 0 crypto/ec/curve448/{p448 => }/f_arithmetic.c | 0 crypto/ec/curve448/{GENERATED/c/p448 => }/f_field.h | 0 crypto/ec/curve448/{GENERATED/c/p448 => }/f_generic.c | 0 crypto/ec/curve448/{include => }/field.h | 0 crypto/ec/curve448/{include => }/keccak_internal.h | 0 crypto/ec/curve448/{include => }/portable_endian.h | 0 crypto/ec/curve448/{GENERATED/c/ed448goldilocks => }/scalar.c | 0 crypto/ec/curve448/{include => }/word.h | 0 34 files changed, 0 insertions(+), 0 deletions(-) rename crypto/ec/curve448/{include => }/arch_32/arch_intrinsics.h (100%) rename crypto/ec/curve448/{p448 => }/arch_32/f_impl.c (100%) rename crypto/ec/curve448/{p448 => }/arch_32/f_impl.h (100%) rename crypto/ec/curve448/{include => }/arch_arm_32/arch_intrinsics.h (100%) rename crypto/ec/curve448/{p448 => }/arch_arm_32/f_impl.c (100%) rename crypto/ec/curve448/{p448 => }/arch_arm_32/f_impl.h (100%) rename crypto/ec/curve448/{include => }/arch_neon/arch_intrinsics.h (100%) rename crypto/ec/curve448/{p448 => }/arch_neon/f_impl.c (100%) rename crypto/ec/curve448/{p448 => }/arch_neon/f_impl.h (100%) rename crypto/ec/curve448/{include => }/arch_ref64/arch_intrinsics.h (100%) rename crypto/ec/curve448/{p448 => }/arch_ref64/f_impl.c (100%) rename crypto/ec/curve448/{p448 => }/arch_ref64/f_impl.h (100%) rename crypto/ec/curve448/{include => }/arch_x86_64/arch_intrinsics.h (100%) rename crypto/ec/curve448/{p448 => }/arch_x86_64/f_impl.c (100%) rename crypto/ec/curve448/{p448 => }/arch_x86_64/f_impl.h (100%) rename crypto/ec/curve448/{include => }/constant_time.h (100%) rename crypto/ec/curve448/{GENERATED/c/ed448goldilocks => }/decaf.c (100%) rename crypto/ec/curve448/{GENERATED/include => }/decaf.h (100%) rename crypto/ec/curve448/{GENERATED/include => }/decaf/common.h (100%) rename crypto/ec/curve448/{GENERATED/include => }/decaf/ed448.h (100%) rename crypto/ec/curve448/{GENERATED/include => }/decaf/point_255.h (100%) rename crypto/ec/curve448/{GENERATED/include => }/decaf/point_448.h (100%) rename crypto/ec/curve448/{GENERATED/include => }/decaf/sha512.h (100%) rename crypto/ec/curve448/{GENERATED/include => }/decaf/shake.h (100%) rename crypto/ec/curve448/{GENERATED/c/ed448goldilocks => }/decaf_tables.c (100%) rename crypto/ec/curve448/{GENERATED/c/ed448goldilocks => }/eddsa.c (100%) rename crypto/ec/curve448/{p448 => }/f_arithmetic.c (100%) rename crypto/ec/curve448/{GENERATED/c/p448 => }/f_field.h (100%) rename crypto/ec/curve448/{GENERATED/c/p448 => }/f_generic.c (100%) rename crypto/ec/curve448/{include => }/field.h (100%) rename crypto/ec/curve448/{include => }/keccak_internal.h (100%) rename crypto/ec/curve448/{include => }/portable_endian.h (100%) rename crypto/ec/curve448/{GENERATED/c/ed448goldilocks => }/scalar.c (100%) rename crypto/ec/curve448/{include => }/word.h (100%) 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 -- 2.25.1