Searched defs:new_ctx (Results 1 - 18 of 18) sorted by relevance

/external/openssl/crypto/ec/
H A Dec_check.c63 BN_CTX *new_ctx = NULL; local
68 ctx = new_ctx = BN_CTX_new();
118 if (new_ctx != NULL)
119 BN_CTX_free(new_ctx);
H A Decp_nist.c134 BN_CTX *new_ctx = NULL; local
138 if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
163 if (new_ctx != NULL)
164 BN_CTX_free(new_ctx);
H A Dec2_oct.c94 BN_CTX *new_ctx = NULL; local
103 ctx = new_ctx = BN_CTX_new();
155 if (new_ctx != NULL)
156 BN_CTX_free(new_ctx);
169 BN_CTX *new_ctx = NULL; local
213 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);
302 BN_CTX *new_ctx = NULL; local
[all...]
H A Decp_mont.c207 BN_CTX *new_ctx = NULL; local
225 ctx = new_ctx = BN_CTX_new();
257 if (new_ctx != NULL)
258 BN_CTX_free(new_ctx);
H A Decp_oct.c73 BN_CTX *new_ctx = NULL; local
82 ctx = new_ctx = BN_CTX_new();
193 if (new_ctx != NULL)
194 BN_CTX_free(new_ctx);
203 BN_CTX *new_ctx = NULL; local
247 ctx = new_ctx = BN_CTX_new();
312 if (new_ctx != NULL)
313 BN_CTX_free(new_ctx);
319 if (new_ctx != NULL)
320 BN_CTX_free(new_ctx);
330 BN_CTX *new_ctx = NULL; local
[all...]
H A Dec2_mult.c325 BN_CTX *new_ctx = NULL; local
333 ctx = new_ctx = BN_CTX_new();
376 if (new_ctx != NULL)
377 BN_CTX_free(new_ctx);
H A Dec2_smpl.c271 BN_CTX *new_ctx = NULL; local
275 ctx = new_ctx = BN_CTX_new();
298 if (new_ctx != NULL)
299 BN_CTX_free(new_ctx);
423 BN_CTX *new_ctx = NULL; local
441 ctx = new_ctx = BN_CTX_new();
514 if (new_ctx != NULL)
515 BN_CTX_free(new_ctx);
554 BN_CTX *new_ctx = NULL; local
570 ctx = new_ctx
609 BN_CTX *new_ctx = NULL; local
653 BN_CTX *new_ctx = NULL; local
[all...]
H A Dec_mult.c349 BN_CTX *new_ctx = NULL; local
394 ctx = new_ctx = BN_CTX_new();
714 if (new_ctx != NULL)
715 BN_CTX_free(new_ctx);
769 BN_CTX *new_ctx = NULL; local
791 ctx = new_ctx = BN_CTX_new();
914 if (new_ctx != NULL)
915 BN_CTX_free(new_ctx);
H A Decp_smpl.c180 BN_CTX *new_ctx = NULL; local
192 ctx = new_ctx = BN_CTX_new();
225 if (new_ctx != NULL)
226 BN_CTX_free(new_ctx);
234 BN_CTX *new_ctx = NULL; local
247 ctx = new_ctx = BN_CTX_new();
276 if (new_ctx)
277 BN_CTX_free(new_ctx);
293 BN_CTX *new_ctx = NULL; local
297 ctx = new_ctx
405 BN_CTX *new_ctx = NULL; local
465 BN_CTX *new_ctx = NULL; local
532 BN_CTX *new_ctx = NULL; local
649 BN_CTX *new_ctx = NULL; local
813 BN_CTX *new_ctx = NULL; local
946 BN_CTX *new_ctx = NULL; local
1042 BN_CTX *new_ctx = NULL; local
1145 BN_CTX *new_ctx = NULL; local
1184 BN_CTX *new_ctx = NULL; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dec_montgomery.c191 BN_CTX *new_ctx = NULL; local
206 ctx = new_ctx = BN_CTX_new();
239 if (new_ctx != NULL)
240 BN_CTX_free(new_ctx);
H A Doct.c81 BN_CTX *new_ctx = NULL; local
119 ctx = new_ctx = BN_CTX_new();
182 if (new_ctx != NULL)
183 BN_CTX_free(new_ctx);
189 if (new_ctx != NULL)
190 BN_CTX_free(new_ctx);
200 BN_CTX *new_ctx = NULL; local
242 ctx = new_ctx = BN_CTX_new();
291 if (new_ctx != NULL)
292 BN_CTX_free(new_ctx);
338 BN_CTX *new_ctx = NULL; local
[all...]
H A Dwnaf.c299 BN_CTX *new_ctx = NULL; local
341 ctx = new_ctx = BN_CTX_new();
626 if (new_ctx != NULL)
627 BN_CTX_free(new_ctx);
680 BN_CTX *new_ctx = NULL; local
703 ctx = new_ctx = BN_CTX_new();
818 if (new_ctx != NULL)
819 BN_CTX_free(new_ctx);
H A Dsimple.c168 BN_CTX *new_ctx = NULL; local
178 ctx = new_ctx = BN_CTX_new();
218 if (new_ctx != NULL)
219 BN_CTX_free(new_ctx);
226 BN_CTX *new_ctx = NULL; local
236 ctx = new_ctx = BN_CTX_new();
263 if (new_ctx)
264 BN_CTX_free(new_ctx);
276 BN_CTX *new_ctx = NULL; local
279 ctx = new_ctx
387 BN_CTX *new_ctx = NULL; local
444 BN_CTX *new_ctx = NULL; local
506 BN_CTX *new_ctx = NULL; local
616 BN_CTX *new_ctx = NULL; local
801 BN_CTX *new_ctx = NULL; local
952 BN_CTX *new_ctx = NULL; local
1060 BN_CTX *new_ctx = NULL; local
1158 BN_CTX *new_ctx = NULL; local
1197 BN_CTX *new_ctx = NULL; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dralloc.c249 ralloc_steal(const void *new_ctx, void *ptr) argument
257 parent = get_header(new_ctx);
H A Dir.cpp1646 steal_memory(ir_instruction *ir, void *new_ctx) argument
1672 ralloc_steal(new_ctx, ir);
/external/mesa3d/src/glsl/
H A Dralloc.c249 ralloc_steal(const void *new_ctx, void *ptr) argument
257 parent = get_header(new_ctx);
H A Dir.cpp1646 steal_memory(ir_instruction *ir, void *new_ctx) argument
1672 ralloc_steal(new_ctx, ir);
/external/jemalloc/src/
H A Dprof.c499 bool new_ctx; local
523 new_ctx = true;
532 new_ctx = false;
538 *p_new_ctx = new_ctx;
560 bool new_ctx; local
566 if (prof_lookup_global(bt, prof_tdata, &btkey, &ctx, &new_ctx))
589 if (new_ctx)
601 if (new_ctx)

Completed in 185 milliseconds