HomeSort by relevance Sort by last modified time
    Searched refs:new_ctx (Results 1 - 25 of 25) sorted by null

  /external/openssl/crypto/ec/
ec_check.c 63 BN_CTX *new_ctx = NULL; local
68 ctx = new_ctx = BN_CTX_new();
118 if (new_ctx != NULL)
119 BN_CTX_free(new_ctx);
ec2_oct.c 94 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...]
ecp_oct.c 73 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...]
ecp_smpl.c 180 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 = BN_CTX_new()
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...]
ec2_smpl.c 271 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 = BN_CTX_new()
609 BN_CTX *new_ctx = NULL; local
653 BN_CTX *new_ctx = NULL; local
    [all...]
ecp_nist.c 134 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);
ecp_mont.c 207 BN_CTX *new_ctx = NULL; local
225 ctx = new_ctx = BN_CTX_new();
257 if (new_ctx != NULL)
258 BN_CTX_free(new_ctx);
ec_mult.c 349 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);
ec2_mult.c 325 BN_CTX *new_ctx = NULL; local
333 ctx = new_ctx = BN_CTX_new();
376 if (new_ctx != NULL)
377 BN_CTX_free(new_ctx);
  /external/chromium_org/third_party/boringssl/src/crypto/ec/
simple.c 168 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 = BN_CTX_new()
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...]
oct.c 81 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...]
ec_montgomery.c 191 BN_CTX *new_ctx = NULL; local
206 ctx = new_ctx = BN_CTX_new();
239 if (new_ctx != NULL)
240 BN_CTX_free(new_ctx);
wnaf.c 299 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);
  /external/chromium_org/third_party/mesa/src/src/glsl/
ralloc.h 232 * This changes \p ptr's context to \p new_ctx. This is quite useful if
235 void ralloc_steal(const void *new_ctx, void *ptr);
ralloc.c 249 ralloc_steal(const void *new_ctx, void *ptr)
257 parent = get_header(new_ctx);
ir.cpp     [all...]
  /external/mesa3d/src/glsl/
ralloc.h 232 * This changes \p ptr's context to \p new_ctx. This is quite useful if
235 void ralloc_steal(const void *new_ctx, void *ptr);
ralloc.c 249 ralloc_steal(const void *new_ctx, void *ptr)
257 parent = get_header(new_ctx);
ir.cpp     [all...]
  /external/jemalloc/src/
prof.c 499 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)
  /external/chromium_org/third_party/webrtc/base/
nssstreamadapter.cc 957 scoped_ptr<NSSContext> new_ctx(new NSSContext());
958 new_ctx->slot_ = PK11_GetInternalSlot();
959 if (new_ctx->slot_)
960 global_nss_context = new_ctx.release();
  /external/chromium_org/third_party/mesa/src/src/glx/
glxclient.h 217 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);
  /external/mesa3d/src/glx/
glxclient.h 217 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py     [all...]

Completed in 423 milliseconds