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

12

/external/chromium_org/third_party/openssl/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 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_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 Decp_smpl.c179 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
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...]
H A Dec2_smpl.c270 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
608 BN_CTX *new_ctx = NULL; local
652 BN_CTX *new_ctx = NULL; local
[all...]
H A Decp_nist.c133 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);
H A Decp_mont.c206 BN_CTX *new_ctx = NULL; local
224 ctx = new_ctx = BN_CTX_new();
256 if (new_ctx != NULL)
257 BN_CTX_free(new_ctx);
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 Dec2_mult.c320 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/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 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_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 Decp_smpl.c179 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
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...]
H A Dec2_smpl.c270 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
608 BN_CTX *new_ctx = NULL; local
652 BN_CTX *new_ctx = NULL; local
[all...]
H A Decp_nist.c133 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);
H A Decp_mont.c206 BN_CTX *new_ctx = NULL; local
224 ctx = new_ctx = BN_CTX_new();
256 if (new_ctx != NULL)
257 BN_CTX_free(new_ctx);
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 Dec2_mult.c320 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/chromium_org/third_party/mesa/src/src/glsl/
H A Dralloc.h232 * 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);
H A Dralloc.c249 ralloc_steal(const void *new_ctx, void *ptr) argument
257 parent = get_header(new_ctx);
/external/mesa3d/src/glsl/
H A Dralloc.h232 * 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);
H A Dralloc.c249 ralloc_steal(const void *new_ctx, void *ptr) argument
257 parent = get_header(new_ctx);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dnssstreamadapter.cc942 NSSContext *new_ctx = new NSSContext(); local
944 if (!(new_ctx->slot_ = PK11_GetInternalSlot())) {
945 delete new_ctx;
949 global_nss_context = new_ctx;
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxclient.h217 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);
/external/mesa3d/src/glx/
H A Dglxclient.h217 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);

Completed in 367 milliseconds

12