Home
last modified time | relevance | path

Searched refs:EC_POINTs_mul (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/ec/
Dectest.c672 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT; in prime_field_tests()
673 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT; in prime_field_tests()
686 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT; in prime_field_tests()
703 if (!EC_POINTs_mul(group, P, NULL, 4, points, scalars, ctx)) ABORT; in prime_field_tests()
1153 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT; in char2_field_tests()
1154 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT; in char2_field_tests()
1167 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT; in char2_field_tests()
1180 if (!EC_POINTs_mul(group, P, NULL, 3, points, scalars, ctx)) ABORT; in char2_field_tests()
Dec_lib.c1118 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul() function
1139 …return EC_POINTs_mul(group, r, g_scalar, (point != NULL && p_scalar != NULL), points, scalars, ctx… in EC_POINT_mul()
Dec.h622 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *…
/external/openssl/include/openssl/
Dec.h622 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *…