Searched refs:new_ctx (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Dec_check.c63 BN_CTX *new_ctx = NULL; local
67 ctx = new_ctx = BN_CTX_new();
115 if (new_ctx != NULL)
116 BN_CTX_free(new_ctx);
H A Dec2_oct.c97 BN_CTX *new_ctx = NULL; local
105 ctx = new_ctx = BN_CTX_new();
163 if (new_ctx != NULL)
164 BN_CTX_free(new_ctx);
178 BN_CTX *new_ctx = NULL; local
216 ctx = new_ctx = BN_CTX_new();
281 if (new_ctx != NULL)
282 BN_CTX_free(new_ctx);
288 if (new_ctx != NULL)
289 BN_CTX_free(new_ctx);
303 BN_CTX *new_ctx = NULL; local
[all...]
H A Decp_oct.c76 BN_CTX *new_ctx = NULL; local
84 ctx = new_ctx = BN_CTX_new();
205 if (new_ctx != NULL)
206 BN_CTX_free(new_ctx);
215 BN_CTX *new_ctx = NULL; local
253 ctx = new_ctx = BN_CTX_new();
315 if (new_ctx != NULL)
316 BN_CTX_free(new_ctx);
322 if (new_ctx != NULL)
323 BN_CTX_free(new_ctx);
332 BN_CTX *new_ctx = NULL; local
[all...]
H A Decp_smpl.c181 BN_CTX *new_ctx = NULL; local
191 ctx = new_ctx = BN_CTX_new();
231 if (new_ctx != NULL)
232 BN_CTX_free(new_ctx);
240 BN_CTX *new_ctx = NULL; local
250 ctx = new_ctx = BN_CTX_new();
277 if (new_ctx)
278 BN_CTX_free(new_ctx);
292 BN_CTX *new_ctx = NULL; local
295 ctx = new_ctx
414 BN_CTX *new_ctx = NULL; local
473 BN_CTX *new_ctx = NULL; local
541 BN_CTX *new_ctx = NULL; local
658 BN_CTX *new_ctx = NULL; local
845 BN_CTX *new_ctx = NULL; local
1002 BN_CTX *new_ctx = NULL; local
1112 BN_CTX *new_ctx = NULL; local
1212 BN_CTX *new_ctx = NULL; local
1252 BN_CTX *new_ctx = NULL; local
[all...]
H A Dec2_smpl.c294 BN_CTX *new_ctx = NULL; local
297 ctx = new_ctx = BN_CTX_new();
324 if (new_ctx != NULL)
325 BN_CTX_free(new_ctx);
461 BN_CTX *new_ctx = NULL; local
478 ctx = new_ctx = BN_CTX_new();
565 if (new_ctx != NULL)
566 BN_CTX_free(new_ctx);
607 BN_CTX *new_ctx = NULL; local
624 ctx = new_ctx
675 BN_CTX *new_ctx = NULL; local
722 BN_CTX *new_ctx = NULL; local
[all...]
H A Decp_nist.c135 BN_CTX *new_ctx = NULL; local
139 if ((ctx = new_ctx = BN_CTX_new()) == NULL)
165 if (new_ctx != NULL)
166 BN_CTX_free(new_ctx);
H A Decp_mont.c198 BN_CTX *new_ctx = NULL; local
213 ctx = new_ctx = BN_CTX_new();
246 if (new_ctx != NULL)
247 BN_CTX_free(new_ctx);
H A Dec_mult.c334 BN_CTX *new_ctx = NULL; local
376 ctx = new_ctx = BN_CTX_new();
693 if (new_ctx != NULL)
694 BN_CTX_free(new_ctx);
745 BN_CTX *new_ctx = NULL; local
766 ctx = new_ctx = BN_CTX_new();
887 if (new_ctx != NULL)
888 BN_CTX_free(new_ctx);
H A Dec2_mult.c379 BN_CTX *new_ctx = NULL; local
386 ctx = new_ctx = BN_CTX_new();
443 if (new_ctx != NULL)
444 BN_CTX_free(new_ctx);
H A Decp_nistp224.c1306 BN_CTX *new_ctx = NULL; local
1310 if ((ctx = new_ctx = BN_CTX_new()) == NULL)
1329 if (new_ctx != NULL)
1330 BN_CTX_free(new_ctx);
1425 BN_CTX *new_ctx = NULL; local
1443 if ((ctx = new_ctx = BN_CTX_new()) == NULL)
1612 if (new_ctx != NULL)
1613 BN_CTX_free(new_ctx);
1628 BN_CTX *new_ctx = NULL; local
1638 if ((ctx = new_ctx
[all...]
H A Decp_nistp256.c1892 BN_CTX *new_ctx = NULL; local
1896 if ((ctx = new_ctx = BN_CTX_new()) == NULL)
1915 if (new_ctx != NULL)
1916 BN_CTX_free(new_ctx);
2011 BN_CTX *new_ctx = NULL; local
2030 if ((ctx = new_ctx = BN_CTX_new()) == NULL)
2203 if (new_ctx != NULL)
2204 BN_CTX_free(new_ctx);
2219 BN_CTX *new_ctx = NULL; local
2230 if ((ctx = new_ctx
[all...]
H A Decp_nistp521.c1701 BN_CTX *new_ctx = NULL; local
1705 if ((ctx = new_ctx = BN_CTX_new()) == NULL)
1724 if (new_ctx != NULL)
1725 BN_CTX_free(new_ctx);
1820 BN_CTX *new_ctx = NULL; local
1838 if ((ctx = new_ctx = BN_CTX_new()) == NULL)
2011 if (new_ctx != NULL)
2012 BN_CTX_free(new_ctx);
2027 BN_CTX *new_ctx = NULL; local
2037 if ((ctx = new_ctx
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Doptions.c397 options_context_t *new_ctx;
401 new_ctx = apr_pcalloc(pool, sizeof(*new_ctx));
402 new_ctx->pool = pool;
403 new_ctx->session = session;
405 new_ctx->youngest_rev = SVN_INVALID_REVNUM;
409 new_ctx,
418 new_ctx->handler = handler;
420 new_ctx->inner_handler = handler->response_handler;
421 new_ctx
395 options_context_t *new_ctx; local
[all...]
/freebsd-10-stable/contrib/jemalloc/src/
H A Dprof.c454 bool new_ctx; local
490 new_ctx = true;
499 new_ctx = false;
523 if (new_ctx)
535 if (new_ctx)

Completed in 98 milliseconds