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

/external/boringssl/src/crypto/ec/
H A Dsimple.c170 BN_CTX *new_ctx = NULL; local
180 ctx = new_ctx = BN_CTX_new();
229 BN_CTX_free(new_ctx);
236 BN_CTX *new_ctx = NULL; local
245 ctx = new_ctx = BN_CTX_new();
269 BN_CTX_free(new_ctx);
281 BN_CTX *new_ctx = NULL; local
284 ctx = new_ctx = BN_CTX_new();
344 BN_CTX_free(new_ctx);
391 BN_CTX *new_ctx local
451 BN_CTX *new_ctx = NULL; local
507 BN_CTX *new_ctx = NULL; local
615 BN_CTX *new_ctx = NULL; local
806 BN_CTX *new_ctx = NULL; local
946 BN_CTX *new_ctx = NULL; local
1055 BN_CTX *new_ctx = NULL; local
1159 BN_CTX *new_ctx = NULL; local
1200 BN_CTX *new_ctx = NULL; local
[all...]
H A Doct.c81 BN_CTX *new_ctx = NULL; local
118 ctx = new_ctx = BN_CTX_new();
167 BN_CTX_free(new_ctx);
174 BN_CTX_free(new_ctx);
184 BN_CTX *new_ctx = NULL; local
225 ctx = new_ctx = BN_CTX_new();
274 BN_CTX_free(new_ctx);
320 BN_CTX *new_ctx = NULL; local
327 ctx = new_ctx = BN_CTX_new();
453 BN_CTX_free(new_ctx);
[all...]
H A Dec_montgomery.c181 BN_CTX *new_ctx = NULL; local
192 ctx = new_ctx = BN_CTX_new();
226 BN_CTX_free(new_ctx);
H A Dwnaf.c293 BN_CTX *new_ctx = NULL; local
335 ctx = new_ctx = BN_CTX_new();
635 BN_CTX_free(new_ctx);
685 BN_CTX *new_ctx = NULL; local
708 ctx = new_ctx = BN_CTX_new();
833 BN_CTX_free(new_ctx);
H A Dp256-64.c1621 BN_CTX *new_ctx = NULL; local
1625 if ((ctx = new_ctx = BN_CTX_new()) == NULL) {
1649 BN_CTX_free(new_ctx);
1723 BN_CTX *new_ctx = NULL; local
1741 ctx = new_ctx = BN_CTX_new();
1900 BN_CTX_free(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);
H A Dir.cpp1646 steal_memory(ir_instruction *ir, void *new_ctx) argument
1672 ralloc_steal(new_ctx, ir);
/external/mesa3d/src/glx/
H A Dglxclient.h217 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);

Completed in 485 milliseconds