/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_mult.c | 135 * EC_POINT_dbl, which of course are not constant time themselves) or the 706 if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx)) in ossl_ec_wNAF_mul() 724 if (!EC_POINT_dbl(group, r, r, ctx)) in ossl_ec_wNAF_mul() 923 if (!EC_POINT_dbl(group, tmp_point, base, ctx)) in ossl_ec_wNAF_precompute_mult() 948 if (!EC_POINT_dbl(group, base, tmp_point, ctx)) in ossl_ec_wNAF_precompute_mult() 951 if (!EC_POINT_dbl(group, base, base, ctx)) in ossl_ec_wNAF_precompute_mult()
|
H A D | ec_local.h | 97 /* used by EC_POINT_add, EC_POINT_dbl, ECP_POINT_invert: */ 719 * EC_POINT_dbl, which of course are not constant time themselves) or the 744 || !EC_POINT_dbl(group, r, s, ctx)) in ec_point_ladder_pre() 758 || !EC_POINT_dbl(group, r, r, ctx)) in ec_point_ladder_step()
|
H A D | ecp_smpl.c | 625 return EC_POINT_dbl(group, r, a, ctx); in ossl_ec_GFp_simple_add() 714 ret = EC_POINT_dbl(group, r, a, ctx); in ossl_ec_GFp_simple_add()
|
H A D | ecp_nistz256.c | 909 if (!EC_POINT_dbl(group, P, P, ctx)) in ecp_nistz256_mult_precompute()
|
H A D | ec_lib.c | 952 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_dbl() function
|
/third_party/openssl/crypto/ec/ |
H A D | ec_mult.c | 135 * EC_POINT_dbl, which of course are not constant time themselves) or the 706 if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx)) in ossl_ec_wNAF_mul() 724 if (!EC_POINT_dbl(group, r, r, ctx)) in ossl_ec_wNAF_mul() 923 if (!EC_POINT_dbl(group, tmp_point, base, ctx)) in ossl_ec_wNAF_precompute_mult() 948 if (!EC_POINT_dbl(group, base, tmp_point, ctx)) in ossl_ec_wNAF_precompute_mult() 951 if (!EC_POINT_dbl(group, base, base, ctx)) in ossl_ec_wNAF_precompute_mult()
|
H A D | ec_local.h | 97 /* used by EC_POINT_add, EC_POINT_dbl, ECP_POINT_invert: */ 719 * EC_POINT_dbl, which of course are not constant time themselves) or the 744 || !EC_POINT_dbl(group, r, s, ctx)) in ec_point_ladder_pre() 758 || !EC_POINT_dbl(group, r, r, ctx)) in ec_point_ladder_step()
|
H A D | ecp_smpl.c | 625 return EC_POINT_dbl(group, r, a, ctx); in ossl_ec_GFp_simple_add() 714 ret = EC_POINT_dbl(group, r, a, ctx); in ossl_ec_GFp_simple_add()
|
H A D | ec_lib.c | 952 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_dbl() function
|
H A D | ecp_nistz256.c | 909 if (!EC_POINT_dbl(group, P, P, ctx)) in ecp_nistz256_mult_precompute()
|
/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: */ 688 * EC_POINT_dbl, which of course are not constant time themselves) or the 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()
|
/third_party/openssl/test/ |
H A D | ectest.c | 121 || !TEST_true(EC_POINT_dbl(group, S, points[0], ctx)) in group_order_tests() 532 || !TEST_true(EC_POINT_dbl(group, P, P, ctx)) in prime_field_tests() 862 || !TEST_true(EC_POINT_dbl(group, P, P, ctx)) in char2_curve_test() 1376 || !TEST_true(EC_POINT_dbl(NISTP, P, G, ctx)) in nistp_single_test() 2654 || !TEST_true(EC_POINT_dbl(group, G2, EC_GROUP_get0_generator(group), in custom_generator_test() 2753 || !TEST_true(EC_POINT_dbl(group, G2, in custom_params_test()
|
H A D | ec_internal_test.c | 290 || !TEST_true(EC_POINT_dbl(grp, R, P, ctx)) in underflow_test()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 806 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 806 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 690 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
|