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

/external/boringssl/src/crypto/ec/
H A Dec_montgomery.c120 BN_CTX *new_ctx = NULL; local
128 ctx = new_ctx = BN_CTX_new();
154 BN_CTX_free(new_ctx);
208 BN_CTX *new_ctx = NULL; local
210 ctx = new_ctx = BN_CTX_new();
288 BN_CTX_free(new_ctx);
H A Doct.c82 BN_CTX *new_ctx = NULL; local
111 ctx = new_ctx = BN_CTX_new();
160 BN_CTX_free(new_ctx);
167 BN_CTX_free(new_ctx);
177 BN_CTX *new_ctx = NULL; local
206 ctx = new_ctx = BN_CTX_new();
249 BN_CTX_free(new_ctx);
291 BN_CTX *new_ctx = NULL; local
298 ctx = new_ctx = BN_CTX_new();
404 BN_CTX_free(new_ctx);
[all...]
H A Dwnaf.c242 BN_CTX *new_ctx = NULL; local
261 ctx = new_ctx = BN_CTX_new();
438 BN_CTX_free(new_ctx);
H A Dp256-x86_64.c234 BN_CTX *new_ctx = NULL; local
239 new_ctx = BN_CTX_new();
240 if (new_ctx == NULL) {
244 ctx = new_ctx;
362 BN_CTX_free(new_ctx);
380 BN_CTX *new_ctx = NULL; local
386 new_ctx = BN_CTX_new();
387 if (new_ctx == NULL) {
390 ctx = new_ctx;
493 BN_CTX_free(new_ctx);
[all...]
H A Dsimple.c123 BN_CTX *new_ctx = NULL; local
133 ctx = new_ctx = BN_CTX_new();
190 BN_CTX_free(new_ctx);
197 BN_CTX *new_ctx = NULL; local
206 ctx = new_ctx = BN_CTX_new();
230 BN_CTX_free(new_ctx);
293 BN_CTX *new_ctx = NULL; local
297 ctx = new_ctx = BN_CTX_new();
312 BN_CTX_free(new_ctx);
320 BN_CTX *new_ctx local
378 BN_CTX *new_ctx = NULL; local
571 BN_CTX *new_ctx = NULL; local
709 BN_CTX *new_ctx = NULL; local
816 BN_CTX *new_ctx = NULL; local
923 BN_CTX *new_ctx = NULL; local
965 BN_CTX *new_ctx = NULL; local
[all...]
H A Dp224-64.c1023 BN_CTX *new_ctx = NULL; local
1032 new_ctx = ctx;
1126 BN_CTX_free(new_ctx);
H A Dp256-64.c1582 BN_CTX *new_ctx = NULL; local
1591 ctx = new_ctx = BN_CTX_new();
1684 BN_CTX_free(new_ctx);
/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);

Completed in 203 milliseconds