Run util/openssl-format-source on the Curve448 code
authorMatt Caswell <matt@openssl.org>
Mon, 4 Dec 2017 11:38:58 +0000 (11:38 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 20 Feb 2018 12:59:30 +0000 (12:59 +0000)
commit205fd6388175704bd7597dbfb571c84f868ce6da
tree4a5a69b4f40a22b614bdfae9924679cafe263cb6
parent1308e022e1a62214b9e7f8ec92ca7045e70af3a2
Run util/openssl-format-source on the Curve448 code

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)
29 files changed:
crypto/ec/curve448/arch_32/arch_intrinsics.h
crypto/ec/curve448/arch_32/f_impl.c
crypto/ec/curve448/arch_32/f_impl.h
crypto/ec/curve448/arch_arm_32/arch_intrinsics.h
crypto/ec/curve448/arch_arm_32/f_impl.c
crypto/ec/curve448/arch_arm_32/f_impl.h
crypto/ec/curve448/arch_neon/arch_intrinsics.h
crypto/ec/curve448/arch_neon/f_impl.c
crypto/ec/curve448/arch_neon/f_impl.h
crypto/ec/curve448/arch_ref64/arch_intrinsics.h
crypto/ec/curve448/arch_ref64/f_impl.c
crypto/ec/curve448/arch_ref64/f_impl.h
crypto/ec/curve448/arch_x86_64/arch_intrinsics.h
crypto/ec/curve448/arch_x86_64/f_impl.c
crypto/ec/curve448/arch_x86_64/f_impl.h
crypto/ec/curve448/constant_time.h
crypto/ec/curve448/curve448.c
crypto/ec/curve448/curve448_tables.c
crypto/ec/curve448/curve448_test.c
crypto/ec/curve448/curve448utils.h
crypto/ec/curve448/ed448.h
crypto/ec/curve448/eddsa.c
crypto/ec/curve448/f_arithmetic.c
crypto/ec/curve448/f_field.h
crypto/ec/curve448/f_generic.c
crypto/ec/curve448/field.h
crypto/ec/curve448/point_448.h
crypto/ec/curve448/scalar.c
crypto/ec/curve448/word.h