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

/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec_mult.c640 if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx)) goto err;
659 if (!EC_POINT_dbl(group, r, r, ctx)) goto err;
860 if (!EC_POINT_dbl(group, tmp_point, base, ctx))
884 if (!EC_POINT_dbl(group, base, tmp_point, ctx))
888 if (!EC_POINT_dbl(group,base,base,ctx))
H A Dectest.c623 if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;
1099 if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;
1382 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.c653 return EC_POINT_dbl(group, r, a, ctx);
735 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
/external/openssl/crypto/ec/
H A Dec_mult.c640 if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx)) goto err;
659 if (!EC_POINT_dbl(group, r, r, ctx)) goto err;
860 if (!EC_POINT_dbl(group, tmp_point, base, ctx))
884 if (!EC_POINT_dbl(group, base, tmp_point, ctx))
888 if (!EC_POINT_dbl(group,base,base,ctx))
H A Dectest.c623 if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;
1099 if (!EC_POINT_dbl(group, P, P, ctx)) ABORT;
1382 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.c653 return EC_POINT_dbl(group, r, a, ctx);
735 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
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dec.h595 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx);
/external/openssl/include/openssl/
H A Dec.h595 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx);

Completed in 71 milliseconds