Searched refs:EC_POINTs_mul (Results 1 - 6 of 6) sorted by relevance
/third_party/openssl/test/ |
H A D | ectest.c | 116 /* Exercise EC_POINTs_mul, including corner cases. */ in group_order_tests() 120 if (!TEST_true(EC_POINTs_mul(group, R, NULL, 2, points, scalars, ctx)) in group_order_tests() 137 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx)) in group_order_tests() 558 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in prime_field_tests() 559 || !TEST_true(EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) in prime_field_tests() 569 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in prime_field_tests() 584 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 4, points, scalars, ctx)) in prime_field_tests() 885 if (!TEST_true(EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) in char2_curve_test() 886 || !TEST_true(EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) in char2_curve_test() 898 if (!TEST_true(EC_POINTs_mul(grou in char2_curve_test() [all...] |
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ec.h | 859 OSSL_DEPRECATEDIN_3_0 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r,
|
/third_party/openssl/include/openssl/ |
H A D | ec.h | 859 OSSL_DEPRECATEDIN_3_0 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r,
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ec.h | 741 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_lib.c | 1067 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul() function
|
/third_party/openssl/crypto/ec/ |
H A D | ec_lib.c | 1067 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul() function
|
Completed in 20 milliseconds