/third_party/openssl/test/ |
H A D | ectest.c | 110 || !TEST_true(EC_POINT_add(group, Q, Q, P, ctx)) in group_order_tests() 198 || !TEST_true(EC_POINT_add(group, P, P, Q, ctx)) in prime_field_tests() 235 || !TEST_true(EC_POINT_add(group, P, P, Q, ctx))) in prime_field_tests() 240 if (!TEST_true(EC_POINT_add(group, P, Q, R, ctx)) in prime_field_tests() 535 || !TEST_true(EC_POINT_add(group, R, P, Q, ctx)) in prime_field_tests() 536 || !TEST_true(EC_POINT_add(group, R, R, Q, ctx)) in prime_field_tests() 865 || !TEST_true(EC_POINT_add(group, R, P, Q, ctx)) in char2_curve_test() 866 || !TEST_true(EC_POINT_add(group, R, R, Q, ctx)) in char2_curve_test() 973 || !TEST_true(EC_POINT_add(group, P, P, Q, ctx)) in char2_field_tests() 1020 || !TEST_true(EC_POINT_add(grou in char2_field_tests() [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_mult.c | 134 * implementation (i.e., the default implementation is based on EC_POINT_add and 709 if (!EC_POINT_add in ossl_ec_wNAF_mul() 768 if (!EC_POINT_add in ossl_ec_wNAF_mul() 933 if (!EC_POINT_add(group, *var, tmp_point, *(var - 1), ctx)) in ossl_ec_wNAF_precompute_mult()
|
H A D | ec2_smpl.c | 914 || !EC_POINT_add(group, r, t, r, ctx)) in ec_GF2m_simple_points_mul()
|
H A D | ec_local.h | 97 /* used by EC_POINT_add, EC_POINT_dbl, ECP_POINT_invert: */ 718 * implementation (i.e., the default implementation is based on EC_POINT_add and 757 if (!EC_POINT_add(group, s, r, s, ctx) in ec_point_ladder_step()
|
H A D | ecp_nistz256.c | 913 if (!EC_POINT_add(group, T, T, generator, ctx)) in ecp_nistz256_mult_precompute()
|
H A D | ec_lib.c | 937 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_add() function
|
/third_party/openssl/crypto/ec/ |
H A D | ec_mult.c | 134 * implementation (i.e., the default implementation is based on EC_POINT_add and 709 if (!EC_POINT_add in ossl_ec_wNAF_mul() 768 if (!EC_POINT_add in ossl_ec_wNAF_mul() 933 if (!EC_POINT_add(group, *var, tmp_point, *(var - 1), ctx)) in ossl_ec_wNAF_precompute_mult()
|
H A D | ec2_smpl.c | 914 || !EC_POINT_add(group, r, t, r, ctx)) in ec_GF2m_simple_points_mul()
|
H A D | ec_local.h | 97 /* used by EC_POINT_add, EC_POINT_dbl, ECP_POINT_invert: */ 718 * implementation (i.e., the default implementation is based on EC_POINT_add and 757 if (!EC_POINT_add(group, s, r, s, ctx) in ec_point_ladder_step()
|
H A D | ec_lib.c | 937 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_add() function
|
H A D | ecp_nistz256.c | 913 if (!EC_POINT_add(group, T, T, generator, ctx)) in ecp_nistz256_mult_precompute()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | ec.rs | 169 pub fn EC_POINT_add( in EC_POINT_add() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ec.rs | 335 #[corresponds(EC_POINT_add)] 344 cvt(ffi::EC_POINT_add( in add()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 796 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 796 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
|
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | ec_local.h | 101 /* used by EC_POINT_add, EC_POINT_dbl, ECP_POINT_invert: */ 687 * implementation (i.e., the default implementation is based on EC_POINT_add and 725 if (!EC_POINT_add(group, s, r, s, ctx) in ec_point_ladder_step()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 680 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 2795 EC_POINT_add(group, sum, BR_point, PR_point, bnctx) != 1 || in dpp_auth_derive_l_initiator() 6950 EC_POINT_add(group, M, X_point, Qi, bnctx) != 1 || in dpp_pkex_build_exchange_req() 7354 EC_POINT_add(group, X, M, Qi, bnctx) != 1 || in dpp_pkex_rx_exchange_req() 7430 EC_POINT_add(group, N, Y_point, Qr, bnctx) != 1 || in dpp_pkex_rx_exchange_req() 7696 EC_POINT_add(group, Y, N, Qr, bnctx) != 1 || in dpp_pkex_rx_exchange_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 1870 return EC_POINT_add(e->group, (EC_POINT *) c, (const EC_POINT *) a, in crypto_ec_point_add()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_openssl.c | 1950 return EC_POINT_add(e->group, (EC_POINT *) c, (const EC_POINT *) a, in crypto_ec_point_add()
|