summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_local.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop useless ossl_ prefixestb2023-07-051-5/+5
* Provide internal-only EC_GROUP_get0_order()tb2023-07-031-1/+4
* Remove the now unused poly[] from EC_GROUPtb2023-06-271-15/+2
* Remove prototypes for EC_KEY_{get,insert}_key_method_data()tb2023-06-251-8/+1
* Move ecdh_KDF_X9_63() to ec_local.htb2023-06-251-1/+7
* Remove EC_EXTRA_DATAtb2023-06-251-26/+1
* ec_local.h: move ec_group_simple_order_bits down a bittb2023-06-251-3/+2
* Remove precompute_mult/have_precompute_mult from EC_METHOD.jsing2023-06-241-3/+1
* Mop up EC_GROUP precomp machinery.jsing2023-06-241-3/+1
* Mop up ec_wNAF_{,have_}precompute_mult().jsing2023-06-241-4/+1
* Remove prototypes for various ec_GF2m_* functions that no longer exist.jsing2023-06-121-13/+1
* Move EC_POINT_{get,set}_Jprojective_coordinates to ec_local.htb2023-04-271-3/+10
* Move EC_KEY_{insert,set}_key_method_data() to internal-onlytb2023-04-251-1/+6
* Always clear EC groups and points on free.jsing2023-03-081-5/+1
* Remove EC_FLAGS_DEFAULT_OCT.jsing2023-03-081-11/+1
* Use static functions for EC_GF2m_simple_method() implementation.jsing2023-03-071-32/+2
* Use static functions for EC_GFp_nist_method() implementation.jsing2023-03-071-8/+1
* Use static functions for EC_GFp_mont_method() implementation.jsing2023-03-071-14/+1
* Remove #ifndef OPENSSL_EC_NISTP_64_GCC_128.jsing2023-03-051-5/+1
* Remove ec_GFp_nistp.* prototypes.jsing2023-03-051-40/+1
* Remove duplicate function prototypes.jsing2023-03-051-8/+1
* Mop up ECP_NISTZ256_ASM and OPENSSL_NO_EC_NISTP_64_GCC_128 leftovers.jsing2023-03-041-4/+1
* Rename field_data1 and field_data2.jsing2023-03-041-3/+5
* Make internal header file names consistenttb2022-11-261-0/+525