Searched refs:tmp_point (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decs_ossl.c94 EC_POINT *tmp_point=NULL; local
124 if ((tmp_point = EC_POINT_new(group)) == NULL)
148 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx))
156 tmp_point, X, NULL, ctx))
165 tmp_point, X, NULL, ctx))
204 if (tmp_point != NULL)
205 EC_POINT_free(tmp_point);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_mult.c738 EC_POINT *tmp_point = NULL, *base = NULL, **var; local
816 if (!(tmp_point = EC_POINT_new(group)) || !(base = EC_POINT_new(group)))
830 if (!EC_POINT_dbl(group, tmp_point, base, ctx))
839 if (!EC_POINT_add(group, *var, tmp_point, *(var - 1), ctx))
854 if (!EC_POINT_dbl(group, base, tmp_point, ctx))
896 if (tmp_point)
897 EC_POINT_free(tmp_point);

Completed in 101 milliseconds