openssl/crypto/ec/curve448
Bernd Edlinger a7f58bdc1a Fix the parameter type of gf_serialize
It is better to use array bounds for improved
gcc warning checks.

While "uint8_t*" allows arbitrary pointer arithmetic
using "uint8_t[SER_BYTES]" limits the pointer arithmetic
to the range 0..SER_BYTES.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16376)
2021-09-17 14:44:41 +02:00
..
arch_32 Use <> for #include openssl/xxx 2021-05-27 09:56:41 +10:00
arch_64 Use <> for #include openssl/xxx 2021-05-27 09:56:41 +10:00
curve448_local.h Update copyright year 2021-04-08 13:04:41 +01:00
curve448_tables.c Update copyright year 2021-04-08 13:04:41 +01:00
curve448.c Update copyright year 2021-04-08 13:04:41 +01:00
curve448utils.h Update copyright year 2021-04-08 13:04:41 +01:00
ed448.h Update copyright year 2021-04-08 13:04:41 +01:00
eddsa.c Update copyright year 2021-04-08 13:04:41 +01:00
f_generic.c Fix the parameter type of gf_serialize 2021-09-17 14:44:41 +02:00
field.h Fix the parameter type of gf_serialize 2021-09-17 14:44:41 +02:00
point_448.h Update copyright year 2021-04-08 13:04:41 +01:00
scalar.c Update copyright year 2021-04-08 13:04:41 +01:00
word.h Update copyright year 2021-04-08 13:04:41 +01:00