Searched refs:EC_POINTs_mul (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/ec/ |
D | ectest.c | 261 if (!EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx)) ABORT; in group_order_tests() 689 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT; in prime_field_tests() 690 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT; in prime_field_tests() 703 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT; in prime_field_tests() 720 if (!EC_POINTs_mul(group, P, NULL, 4, points, scalars, ctx)) ABORT; in prime_field_tests() 1162 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT; in char2_field_tests() 1163 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT; in char2_field_tests() 1176 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT; in char2_field_tests() 1189 if (!EC_POINTs_mul(group, P, NULL, 3, points, scalars, ctx)) ABORT; in char2_field_tests()
|
D | ec_lib.c | 1050 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul() function 1071 …return EC_POINTs_mul(group, r, g_scalar, (point != NULL && p_scalar != NULL), points, scalars, ctx… in EC_POINT_mul()
|
D | ec.h | 642 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *…
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | ec.h | 289 OPENSSL_EXPORT int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r,
|
/external/chromium_org/third_party/boringssl/src/crypto/ec/ |
D | ec.c | 831 return EC_POINTs_mul(group, r, g_scalar, (point != NULL && p_scalar != NULL), in EC_POINT_mul() 835 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, in EC_POINTs_mul() function
|
/external/openssl/include/openssl/ |
D | ec.h | 642 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *…
|