Searched refs:EC_POINTs_mul (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dectest.c290 /* Exercise EC_POINTs_mul, including corner cases. */
305 if (!EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx))
906 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
908 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx))
926 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
947 if (!EC_POINTs_mul(group, P, NULL, 4, points, scalars, ctx))
1416 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
1418 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx))
1436 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
1453 if (!EC_POINTs_mul(grou
[all...]
H A Dec_lib.c1045 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function
1059 /* just a convenient interface to EC_POINTs_mul() */
1067 return EC_POINTs_mul(group, r, g_scalar,
H A Dec.h672 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dectest.c290 /* Exercise EC_POINTs_mul, including corner cases. */
305 if (!EC_POINTs_mul(group, P, NULL, 6, points, scalars, ctx))
906 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
908 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx))
926 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
947 if (!EC_POINTs_mul(group, P, NULL, 4, points, scalars, ctx))
1416 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
1418 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx))
1436 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx))
1453 if (!EC_POINTs_mul(grou
[all...]
H A Dec_lib.c1045 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function
1059 /* just a convenient interface to EC_POINTs_mul() */
1067 return EC_POINTs_mul(group, r, g_scalar,
H A Dec.h672 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dectest.c680 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
681 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT;
694 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
707 if (!EC_POINTs_mul(group, P, NULL, 3, points, scalars, ctx)) ABORT;
1155 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
1156 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT;
1169 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
1182 if (!EC_POINTs_mul(group, P, NULL, 3, points, scalars, ctx)) ABORT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dectest.c680 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
681 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT;
694 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
707 if (!EC_POINTs_mul(group, P, NULL, 3, points, scalars, ctx)) ABORT;
1155 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
1156 if (!EC_POINTs_mul(group, R, z, 2, points, scalars, ctx)) ABORT;
1169 if (!EC_POINTs_mul(group, P, NULL, 2, points, scalars, ctx)) ABORT;
1182 if (!EC_POINTs_mul(group, P, NULL, 3, points, scalars, ctx)) ABORT;
H A Dec.h256 int EC_POINTs_mul(const EC_GROUP *, EC_POINT *r, const BIGNUM *, size_t num, const EC_POINT *[], const BIGNUM *[], BN_CTX *);
H A Dec_lib.c1118 int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, function
1131 /* just a convenient interface to EC_POINTs_mul() */
1139 return EC_POINTs_mul(group, r, g_scalar, (point != NULL && p_scalar != NULL), points, scalars, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dec.h256 int EC_POINTs_mul(const EC_GROUP *, EC_POINT *r, const BIGNUM *, size_t num, const EC_POINT *[], const BIGNUM *[], BN_CTX *);

Completed in 118 milliseconds