Home
last modified time | relevance | path

Searched refs:EC_POINT_dbl (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_mult.c135 * 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 Dec_local.h97 /* 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 Decp_smpl.c625 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 Decp_nistz256.c909 if (!EC_POINT_dbl(group, P, P, ctx)) in ecp_nistz256_mult_precompute()
H A Dec_lib.c952 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 Dec_mult.c135 * 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 Dec_local.h97 /* 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 Decp_smpl.c625 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 Dec_lib.c952 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, in EC_POINT_dbl() function
H A Decp_nistz256.c909 if (!EC_POINT_dbl(group, P, P, ctx)) in ecp_nistz256_mult_precompute()
/third_party/openssl/ohos_lite/crypto/ec/
H A Dec_local.h101 /* 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 Dectest.c121 || !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 Dec_internal_test.c290 || !TEST_true(EC_POINT_dbl(grp, R, P, ctx)) in underflow_test()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dec.h806 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
/third_party/openssl/include/openssl/
H A Dec.h806 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,
/third_party/openssl/ohos_lite/include/openssl/
H A Dec.h690 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a,

Completed in 28 milliseconds