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

  /external/boringssl/src/crypto/fipsmodule/ec/
oct.c 81 BN_CTX *new_ctx = NULL; local
110 ctx = new_ctx = BN_CTX_new();
159 BN_CTX_free(new_ctx);
166 BN_CTX_free(new_ctx);
176 BN_CTX *new_ctx = NULL; local
205 ctx = new_ctx = BN_CTX_new();
248 BN_CTX_free(new_ctx);
279 BN_CTX *new_ctx = NULL; local
286 ctx = new_ctx = BN_CTX_new();
392 BN_CTX_free(new_ctx);
    [all...]
simple.c 123 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 = NULL 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...]
ec_montgomery.c 121 BN_CTX *new_ctx = NULL; local
129 ctx = new_ctx = BN_CTX_new();
155 BN_CTX_free(new_ctx);
209 BN_CTX *new_ctx = NULL; local
211 ctx = new_ctx = BN_CTX_new();
289 BN_CTX_free(new_ctx);
p256-x86_64.c 235 BN_CTX *new_ctx = NULL; local
240 new_ctx = BN_CTX_new();
241 if (new_ctx == NULL) {
245 ctx = new_ctx;
363 BN_CTX_free(new_ctx);
381 BN_CTX *new_ctx = NULL; local
387 new_ctx = BN_CTX_new();
388 if (new_ctx == NULL) {
391 ctx = new_ctx;
494 BN_CTX_free(new_ctx);
    [all...]
wnaf.c 243 BN_CTX *new_ctx = NULL; local
262 ctx = new_ctx = BN_CTX_new();
439 BN_CTX_free(new_ctx);
p224-64.c 1044 BN_CTX *new_ctx = NULL; local
    [all...]
p256-64.c 1591 BN_CTX *new_ctx = NULL; local
    [all...]
  /external/mesa3d/src/util/
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);
240 * This effectively calls ralloc_steal(new_ctx, child) for all children of \p old_ctx.
242 void ralloc_adopt(const void *new_ctx, void *old_ctx);
ralloc.c 285 ralloc_steal(const void *new_ctx, void *ptr)
293 parent = get_header(new_ctx);
301 ralloc_adopt(const void *new_ctx, void *old_ctx)
309 new_info = get_header(new_ctx);
315 /* Set all the children's parent to new_ctx; get a pointer to the last child. */
320 /* Connect the two lists together; parent them to new_ctx; make old_ctx empty. */
  /external/mesa3d/src/glx/
glxclient.h 233 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);
  /external/mesa3d/src/compiler/glsl/
ir.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py     [all...]
  /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...]
  /external/python/cpython2/Lib/test/
test_decimal.py     [all...]

Completed in 497 milliseconds