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

/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decs_ossl.c95 EC_POINT *tmp_point = NULL; local
120 if ((tmp_point = EC_POINT_new(group)) == NULL) {
151 if (!EC_POINT_mul(group, tmp_point, k, NULL, NULL, ctx)) {
158 (group, tmp_point, X, NULL, ctx)) {
165 tmp_point, X, NULL,
203 if (tmp_point != NULL)
204 EC_POINT_free(tmp_point);
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_mult.c742 EC_POINT *tmp_point = NULL, *base = NULL, **var; local
818 if (!(tmp_point = EC_POINT_new(group)) || !(base = EC_POINT_new(group))) {
830 if (!EC_POINT_dbl(group, tmp_point, base, ctx))
840 if (!EC_POINT_add(group, *var, tmp_point, *(var - 1), ctx))
855 if (!EC_POINT_dbl(group, base, tmp_point, ctx))
896 if (tmp_point)
897 EC_POINT_free(tmp_point);
/freebsd-9.3-release/contrib/ee/
H A Dee.c2508 char *tmp_point; local
2520 tmp_point = get_string(file_exists_prompt, TRUE);
2521 if (toupper((unsigned char)*tmp_point) == toupper((unsigned char)*yes_char))
2526 free(tmp_point);
2554 tmp_point= out_line->line;
2557 putc(*tmp_point, temp_fp);
2558 tmp_point++;

Completed in 117 milliseconds