openssl/crypto/ec
Nicola Tuveri 5a2124620c Add inter-module private header for EC functions
Internal submodules of libcrypto may require non-public functions from
the EC submodule.

In preparation to use `ec_group_do_inverse_ord()` (from #6116) inside
the SM2 submodule to apply a SCA mitigation on the modular inversion,
this commit moves the `ec_group_do_inverse_ord()` prototype declaration
from the EC-local `crypto/ec/ec_lcl.h` header to the
`crypto/include/internal/ec_int.h` inter-module private header.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6521)
2018-06-25 16:40:00 +02:00
..
asm Update copyright year 2018-06-20 15:29:23 +01:00
curve448 Remove some logically dead code 2018-05-31 10:38:51 +01:00
build.info ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.c 2018-05-09 13:30:38 +02:00
curve25519.c Add -Wstrict-prototypes option to --strict-warnings 2018-06-21 19:04:19 +02:00
ec2_oct.c
ec2_smpl.c Implement coordinate blinding for EC_POINT 2018-06-19 11:43:59 +01:00
ec_ameth.c Update copyright year 2018-06-20 15:29:23 +01:00
ec_asn1.c ECDSA_SIG: add simple getters for commonly used struct members 2018-05-28 19:11:23 +02:00
ec_check.c
ec_curve.c Improve compatibility of point and curve checks 2018-05-24 17:17:44 +01:00
ec_cvt.c
ec_err.c Implement coordinate blinding for EC_POINT 2018-06-19 11:43:59 +01:00
ec_key.c Update copyright year 2018-04-17 15:18:40 +02:00
ec_kmeth.c
ec_lcl.h Add inter-module private header for EC functions 2018-06-25 16:40:00 +02:00
ec_lib.c [crypto/ec] default to FLT or error 2018-06-21 18:08:56 +01:00
ec_mult.c [crypto/ec] don't assume points are of order group->order 2018-06-21 13:33:42 +02:00
ec_oct.c Improve compatibility of point and curve checks 2018-05-24 17:17:44 +01:00
ec_pmeth.c Move SM2 algos to SM2 specific PKEY method 2018-06-19 11:29:44 +01:00
ec_print.c Update copyright year 2018-04-17 15:18:40 +02:00
ecdh_kdf.c
ecdh_ossl.c Update copyright year 2018-04-03 13:57:12 +01:00
ecdsa_ossl.c ecdsa_ossl: address coverity nit 2018-06-22 11:54:30 -05:00
ecdsa_sign.c
ecdsa_vrf.c
eck_prn.c
ecp_mont.c Update copyright year 2018-06-20 15:29:23 +01:00
ecp_nist.c Update copyright year 2018-06-20 15:29:23 +01:00
ecp_nistp224.c enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes] 2018-06-22 08:08:01 +02:00
ecp_nistp256.c enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes] 2018-06-22 08:08:01 +02:00
ecp_nistp521.c enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes] 2018-06-22 08:08:01 +02:00
ecp_nistputil.c
ecp_nistz256_table.c
ecp_nistz256.c [crypto/ec] default to FLT or error 2018-06-21 18:08:56 +01:00
ecp_oct.c
ecp_smpl.c Implement coordinate blinding for EC_POINT 2018-06-19 11:43:59 +01:00
ecx_meth.c Add support getting raw private/public keys 2018-06-08 10:04:09 +01:00