Lines Matching defs:base
833 EC_POINT *tmp_point = NULL, *base = NULL, **var;
911 || (base = EC_POINT_new(group)) == NULL) {
916 if (!EC_POINT_copy(base, generator))
923 if (!EC_POINT_dbl(group, tmp_point, base, ctx))
926 if (!EC_POINT_copy(*var++, base))
931 * calculate odd multiples of the current base point
939 * get the next base (multiply current one by 2^blocksize)
948 if (!EC_POINT_dbl(group, base, tmp_point, ctx))
951 if (!EC_POINT_dbl(group, base, base, ctx))
987 EC_POINT_free(base);