Home
last modified time | relevance | path

Searched refs:EC_POINT_add (Results 1 - 20 of 20) sorted by relevance

/third_party/openssl/test/
H A Dectest.c110 || !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 Dec_mult.c134 * 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 Dec2_smpl.c914 || !EC_POINT_add(group, r, t, r, ctx)) in ec_GF2m_simple_points_mul()
H A Dec_local.h97 /* 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 Decp_nistz256.c913 if (!EC_POINT_add(group, T, T, generator, ctx)) in ecp_nistz256_mult_precompute()
H A Dec_lib.c937 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 Dec_mult.c134 * 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 Dec2_smpl.c914 || !EC_POINT_add(group, r, t, r, ctx)) in ec_GF2m_simple_points_mul()
H A Dec_local.h97 /* 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 Dec_lib.c937 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_add() function
H A Decp_nistz256.c913 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 Dec.rs169 pub fn EC_POINT_add( in EC_POINT_add() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dec.rs335 #[corresponds(EC_POINT_add)]
344 cvt(ffi::EC_POINT_add( in add()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h796 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
/third_party/openssl/include/openssl/
H A Dec.h796 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
/third_party/openssl/ohos_lite/crypto/ec/
H A Dec_local.h101 /* 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 Dec.h680 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 Ddpp.c2795 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 Dcrypto_openssl.c1870 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 Dcrypto_openssl.c1950 return EC_POINT_add(e->group, (EC_POINT *) c, (const EC_POINT *) a, in crypto_ec_point_add()

Completed in 44 milliseconds