HomeSort by relevance Sort by last modified time
    Searched refs:new_ctx (Results 1 - 12 of 12) 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 179 BN_CTX *new_ctx = NULL; local
191 ctx = new_ctx = BN_CTX_new();
224 if (new_ctx != NULL)
225 BN_CTX_free(new_ctx);
233 BN_CTX *new_ctx = NULL; local
246 ctx = new_ctx = BN_CTX_new();
275 if (new_ctx)
276 BN_CTX_free(new_ctx);
292 BN_CTX *new_ctx = NULL; local
296 ctx = new_ctx = BN_CTX_new()
404 BN_CTX *new_ctx = NULL; local
464 BN_CTX *new_ctx = NULL; local
531 BN_CTX *new_ctx = NULL; local
648 BN_CTX *new_ctx = NULL; local
812 BN_CTX *new_ctx = NULL; local
945 BN_CTX *new_ctx = NULL; local
1041 BN_CTX *new_ctx = NULL; local
1144 BN_CTX *new_ctx = NULL; local
1183 BN_CTX *new_ctx = NULL; local
    [all...]
ec2_smpl.c 270 BN_CTX *new_ctx = NULL; local
274 ctx = new_ctx = BN_CTX_new();
297 if (new_ctx != NULL)
298 BN_CTX_free(new_ctx);
422 BN_CTX *new_ctx = NULL; local
440 ctx = new_ctx = BN_CTX_new();
513 if (new_ctx != NULL)
514 BN_CTX_free(new_ctx);
553 BN_CTX *new_ctx = NULL; local
569 ctx = new_ctx = BN_CTX_new()
608 BN_CTX *new_ctx = NULL; local
652 BN_CTX *new_ctx = NULL; local
    [all...]
ecp_nist.c 133 BN_CTX *new_ctx = NULL; local
137 if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
162 if (new_ctx != NULL)
163 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 320 BN_CTX *new_ctx = NULL; local
328 ctx = new_ctx = BN_CTX_new();
371 if (new_ctx != NULL)
372 BN_CTX_free(new_ctx);
  /external/mesa3d/src/talloc/
hieralloc.h 54 void * hieralloc_steal(const void * new_ctx, const void * ptr);
hieralloc.c 294 void * hieralloc_steal(const void * new_ctx, const void * ptr)
298 add_to_parent(get_header(new_ctx), header);
  /external/mesa3d/src/glsl/
ir.cpp     [all...]

Completed in 237 milliseconds