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

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dwnaf.c558 if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx))
576 if (!EC_POINT_dbl(group, r, r, ctx))
769 if (!EC_POINT_dbl(group, tmp_point, base, ctx))
790 if (!EC_POINT_dbl(group, base, tmp_point, ctx))
793 if (!EC_POINT_dbl(group, base, base, ctx))
H A Dec.c795 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, function
798 OPENSSL_PUT_ERROR(EC, EC_POINT_dbl, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
802 OPENSSL_PUT_ERROR(EC, EC_POINT_dbl, EC_R_INCOMPATIBLE_OBJECTS);
H A Dsimple.c621 return EC_POINT_dbl(group, r, a, ctx);
709 ret = EC_POINT_dbl(group, r, a, ctx);
/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.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
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dec.h271 /* EC_POINT_dbl sets |r| equal to |a| plus |a|. It returns one on success and
273 OPENSSL_EXPORT int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r,
276 /* EC_POINT_dbl sets |a| equal to minus |a|. It returns one on success and zero
/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 893 milliseconds