Home
last modified time | relevance | path

Searched refs:new_ctx (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/crypto/ec/
Dsimple.c126 BN_CTX *new_ctx = NULL; in ec_GFp_simple_group_set_curve() local
136 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_group_set_curve()
185 BN_CTX_free(new_ctx); in ec_GFp_simple_group_set_curve()
192 BN_CTX *new_ctx = NULL; in ec_GFp_simple_group_get_curve() local
201 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_group_get_curve()
225 BN_CTX_free(new_ctx); in ec_GFp_simple_group_get_curve()
237 BN_CTX *new_ctx = NULL; in ec_GFp_simple_group_check_discriminant() local
240 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_group_check_discriminant()
299 BN_CTX_free(new_ctx); in ec_GFp_simple_group_check_discriminant()
346 BN_CTX *new_ctx = NULL; in ec_GFp_simple_set_Jprojective_coordinates_GFp() local
[all …]
Doct.c81 BN_CTX *new_ctx = NULL; in ec_GFp_simple_point2oct() local
110 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_point2oct()
159 BN_CTX_free(new_ctx); in ec_GFp_simple_point2oct()
166 BN_CTX_free(new_ctx); in ec_GFp_simple_point2oct()
176 BN_CTX *new_ctx = NULL; in ec_GFp_simple_oct2point() local
205 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_oct2point()
248 BN_CTX_free(new_ctx); in ec_GFp_simple_oct2point()
274 BN_CTX *new_ctx = NULL; in ec_GFp_simple_set_compressed_coordinates() local
281 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_set_compressed_coordinates()
404 BN_CTX_free(new_ctx); in ec_GFp_simple_set_compressed_coordinates()
Dp256-x86_64.c253 BN_CTX *new_ctx = NULL; in ecp_nistz256_windowed_mul() local
258 new_ctx = BN_CTX_new(); in ecp_nistz256_windowed_mul()
259 if (new_ctx == NULL) { in ecp_nistz256_windowed_mul()
263 ctx = new_ctx; in ecp_nistz256_windowed_mul()
381 BN_CTX_free(new_ctx); in ecp_nistz256_windowed_mul()
399 BN_CTX *new_ctx = NULL; in ecp_nistz256_points_mul() local
416 new_ctx = BN_CTX_new(); in ecp_nistz256_points_mul()
417 if (new_ctx == NULL) { in ecp_nistz256_points_mul()
420 ctx = new_ctx; in ecp_nistz256_points_mul()
522 BN_CTX_free(new_ctx); in ecp_nistz256_points_mul()
Dec_montgomery.c138 BN_CTX *new_ctx = NULL; in ec_GFp_mont_group_set_curve() local
149 ctx = new_ctx = BN_CTX_new(); in ec_GFp_mont_group_set_curve()
183 BN_CTX_free(new_ctx); in ec_GFp_mont_group_set_curve()
Dwnaf.c229 BN_CTX *new_ctx = NULL; in ec_wNAF_mul() local
248 ctx = new_ctx = BN_CTX_new(); in ec_wNAF_mul()
427 BN_CTX_free(new_ctx); in ec_wNAF_mul()
Dp224-64.c1033 BN_CTX *new_ctx = NULL; in ec_GFp_nistp224_group_set_curve() local
1038 new_ctx = ctx; in ec_GFp_nistp224_group_set_curve()
1062 BN_CTX_free(new_ctx); in ec_GFp_nistp224_group_set_curve()
1138 BN_CTX *new_ctx = NULL; in ec_GFp_nistp224_points_mul() local
1153 new_ctx = ctx; in ec_GFp_nistp224_points_mul()
1280 BN_CTX_free(new_ctx); in ec_GFp_nistp224_points_mul()
Dp256-64.c1615 BN_CTX *new_ctx = NULL; in ec_GFp_nistp256_group_set_curve() local
1619 if ((ctx = new_ctx = BN_CTX_new()) == NULL) { in ec_GFp_nistp256_group_set_curve()
1642 BN_CTX_free(new_ctx); in ec_GFp_nistp256_group_set_curve()
1717 BN_CTX *new_ctx = NULL; in ec_GFp_nistp256_points_mul() local
1732 ctx = new_ctx = BN_CTX_new(); in ec_GFp_nistp256_points_mul()
1855 BN_CTX_free(new_ctx); in ec_GFp_nistp256_points_mul()
/external/mesa3d/src/glsl/
Dralloc.h235 void ralloc_steal(const void *new_ctx, void *ptr);
Dralloc.c249 ralloc_steal(const void *new_ctx, void *ptr) in ralloc_steal() argument
257 parent = get_header(new_ctx); in ralloc_steal()
Dir.cpp1646 steal_memory(ir_instruction *ir, void *new_ctx) in steal_memory() argument
1672 ralloc_steal(new_ctx, ir); in steal_memory()
/external/mesa3d/src/glx/
Dglxclient.h217 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);