Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dsimple.c170 BN_CTX *new_ctx = NULL; in ec_GFp_simple_group_set_curve() local
180 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_group_set_curve()
229 BN_CTX_free(new_ctx); in ec_GFp_simple_group_set_curve()
236 BN_CTX *new_ctx = NULL; in ec_GFp_simple_group_get_curve() local
245 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_group_get_curve()
269 BN_CTX_free(new_ctx); in ec_GFp_simple_group_get_curve()
281 BN_CTX *new_ctx = NULL; in ec_GFp_simple_group_check_discriminant() local
284 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_group_check_discriminant()
344 BN_CTX_free(new_ctx); in ec_GFp_simple_group_check_discriminant()
391 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
118 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_point2oct()
167 BN_CTX_free(new_ctx); in ec_GFp_simple_point2oct()
174 BN_CTX_free(new_ctx); in ec_GFp_simple_point2oct()
184 BN_CTX *new_ctx = NULL; in ec_GFp_simple_oct2point() local
225 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_oct2point()
274 BN_CTX_free(new_ctx); in ec_GFp_simple_oct2point()
320 BN_CTX *new_ctx = NULL; in ec_GFp_simple_set_compressed_coordinates() local
327 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_set_compressed_coordinates()
453 BN_CTX_free(new_ctx); in ec_GFp_simple_set_compressed_coordinates()
Dec_montgomery.c181 BN_CTX *new_ctx = NULL; in ec_GFp_mont_group_set_curve() local
192 ctx = new_ctx = BN_CTX_new(); in ec_GFp_mont_group_set_curve()
226 BN_CTX_free(new_ctx); in ec_GFp_mont_group_set_curve()
Dwnaf.c293 BN_CTX *new_ctx = NULL; in ec_wNAF_mul() local
335 ctx = new_ctx = BN_CTX_new(); in ec_wNAF_mul()
635 BN_CTX_free(new_ctx); in ec_wNAF_mul()
685 BN_CTX *new_ctx = NULL; in ec_wNAF_precompute_mult() local
708 ctx = new_ctx = BN_CTX_new(); in ec_wNAF_precompute_mult()
833 BN_CTX_free(new_ctx); in ec_wNAF_precompute_mult()
Dp256-64.c1621 BN_CTX *new_ctx = NULL; in ec_GFp_nistp256_group_set_curve() local
1625 if ((ctx = new_ctx = BN_CTX_new()) == NULL) { in ec_GFp_nistp256_group_set_curve()
1649 BN_CTX_free(new_ctx); in ec_GFp_nistp256_group_set_curve()
1723 BN_CTX *new_ctx = NULL; in ec_GFp_nistp256_points_mul() local
1741 ctx = new_ctx = BN_CTX_new(); in ec_GFp_nistp256_points_mul()
1900 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);