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

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec_mult.c641 if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx)) goto err;
660 if (!EC_POINT_dbl(group, r, r, ctx)) goto err;
861 if (!EC_POINT_dbl(group, tmp_point, base, ctx))
885 if (!EC_POINT_dbl(group, base, tmp_point, ctx))
889 if (!EC_POINT_dbl(group,base,base,ctx))
H A Dectest.c659 if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;
1135 if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;
1418 if (!EC_POINT_dbl(NISTP, P, G, ctx)) ABORT;
H A Dec.h595 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx);
H A Decp_smpl.c654 return EC_POINT_dbl(group, r, a, ctx);
736 ret = EC_POINT_dbl(group, r, a, ctx);
H A Dec_lib.c927 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) function

Completed in 81 milliseconds