/external/openssl/crypto/ec/ |
ec_mult.c | 640 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))
|
ec.h | 575 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx); [all...] |
ecp_smpl.c | 1012 return EC_POINT_dbl(group, r, a, ctx); 1094 ret = EC_POINT_dbl(group, r, a, ctx); [all...] |
ectest.c | 643 if (!EC_POINT_dbl(group, P, P, ctx)) ABORT; [all...] |
ec_lib.c | 995 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx)
|
/external/openssl/include/openssl/ |
ec.h | 575 int EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx); [all...] |