/third_party/openssl/doc/man3/ |
D | EC_POINT_add.pod | 5 EC_POINT_add, EC_POINT_dbl, EC_POINT_invert, EC_POINT_is_at_infinity, EC_POINT_is_on_curve, EC_POIN… 11 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, 35 EC_POINT_add adds the two points B<a> and B<b> and places the result in B<r>. Similarly EC_POINT_db… 58 Modern versions should instead use EC_POINT_mul(), combined (if needed) with EC_POINT_add() in such… 68 The following functions return 1 on success or 0 on error: EC_POINT_add, EC_POINT_dbl, EC_POINT_inv…
|
D | ECPKParameters_print.pod | 39 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
|
D | EC_KEY_get_enc_flags.pod | 45 L<EC_POINT_add(3)>,
|
D | EC_GFp_simple_method.pod | 62 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
|
D | EC_KEY_new.pod | 164 for faster point multiplication. See also L<EC_POINT_add(3)>. 225 L<EC_POINT_add(3)>,
|
D | EC_GROUP_new.pod | 196 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
|
D | EC_POINT_new.pod | 251 L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
|
D | EC_GROUP_copy.pod | 244 L<EC_POINT_new(3)>, L<EC_POINT_add(3)>, L<EC_KEY_new(3)>,
|
/third_party/openssl/test/ |
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(group, P, P, Q, ctx))) in char2_field_tests() [all …]
|
/third_party/openssl/crypto/ec/ |
D | ec_mult.c | 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()
|
D | ec_local.h | 757 if (!EC_POINT_add(group, s, r, s, ctx) in ec_point_ladder_step()
|
D | ec2_smpl.c | 914 || !EC_POINT_add(group, r, t, r, ctx)) in ec_GF2m_simple_points_mul()
|
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
|
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/ |
D | ec.rs | 153 pub fn EC_POINT_add( in EC_POINT_add() function
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | ec.rs | 321 #[corresponds(EC_POINT_add)] 330 cvt(ffi::EC_POINT_add( in add()
|
/third_party/openssl/include/openssl/ |
D | ec.h | 796 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ec.h | 680 int EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
|
/third_party/openssl/ohos_lite/crypto/ec/ |
D | ec_local.h | 725 if (!EC_POINT_add(group, s, r, s, ctx) in ec_point_ladder_step()
|
/third_party/openssl/doc/ |
D | build.info | 1018 DEPEND[html/man3/EC_POINT_add.html]=man3/EC_POINT_add.pod 1019 GENERATE[html/man3/EC_POINT_add.html]=man3/EC_POINT_add.pod 1020 DEPEND[man/man3/EC_POINT_add.3]=man3/EC_POINT_add.pod 1021 GENERATE[man/man3/EC_POINT_add.3]=man3/EC_POINT_add.pod 2992 html/man3/EC_POINT_add.html \ 3588 man/man3/EC_POINT_add.3 \
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
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/ |
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/ |
D | crypto_openssl.c | 1950 return EC_POINT_add(e->group, (EC_POINT *) c, (const EC_POINT *) a, in crypto_ec_point_add()
|
/third_party/openssl/util/ |
D | libcrypto.num | 2901 EC_POINT_add 2966 3_0_0 EXIST::FUNCTION:EC
|