Searched refs:EC_POINT_dbl (Results 1 – 11 of 11) sorted by relevance
/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… 13 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx); 31 …the two points B<a> and B<b> and places the result in B<r>. Similarly EC_POINT_dbl doubles the poi… 60 The following functions return 1 on success or 0 on error: EC_POINT_add, EC_POINT_dbl, EC_POINT_inv…
|
/third_party/openssl/crypto/ec/ |
D | ec_mult.c | 698 if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx)) in ec_wNAF_mul() 715 if (!EC_POINT_dbl(group, r, r, ctx)) in ec_wNAF_mul() 909 if (!EC_POINT_dbl(group, tmp_point, base, ctx)) in ec_wNAF_precompute_mult() 934 if (!EC_POINT_dbl(group, base, tmp_point, ctx)) in ec_wNAF_precompute_mult() 937 if (!EC_POINT_dbl(group, base, base, ctx)) in ec_wNAF_precompute_mult()
|
D | ec_local.h | 712 || !EC_POINT_dbl(group, r, s, ctx)) in ec_point_ladder_pre() 726 || !EC_POINT_dbl(group, r, r, ctx)) in ec_point_ladder_step()
|
D | ecp_smpl.c | 621 return EC_POINT_dbl(group, r, a, ctx); in ec_GFp_simple_add() 710 ret = EC_POINT_dbl(group, r, a, ctx); in ec_GFp_simple_add()
|
D | ec_lib.c | 890 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_dbl() function
|
D | ecp_nistz256.c | 904 if (!EC_POINT_dbl(group, P, P, ctx)) in ecp_nistz256_mult_precompute()
|
/third_party/openssl/test/ |
D | ectest.c | 108 || !TEST_true(EC_POINT_dbl(group, S, points[0], ctx)) in group_order_tests() 551 || !TEST_true(EC_POINT_dbl(group, P, P, ctx)) in prime_field_tests() 890 || !TEST_true(EC_POINT_dbl(group, P, P, ctx)) in char2_curve_test() 1381 || !TEST_true(EC_POINT_dbl(NISTP, P, G, ctx)) in nistp_single_test() 1504 || !TEST_true(EC_POINT_dbl(grp, R, P, ctx)) in underflow_test() 2197 || !TEST_true(EC_POINT_dbl(group, G2, EC_GROUP_get0_generator(group), in custom_generator_test()
|
/third_party/openssl/include/openssl/ |
D | ec.h | 690 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 1353 #define EC_POINT_dbl BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EC_POINT_dbl) macro
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 622 EC_F_EC_POINT_DBL:115:EC_POINT_dbl
|
/third_party/openssl/util/ |
D | libcrypto.num | 2448 EC_POINT_dbl 2419 1_1_0 EXIST::FUNCTION:EC
|