Searched refs:new_ctx (Results 1 – 9 of 9) sorted by relevance
170 BN_CTX *new_ctx = NULL; in ec_GFp_simple_group_set_curve() local180 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() local245 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() local284 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 …]
81 BN_CTX *new_ctx = NULL; in ec_GFp_simple_point2oct() local118 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() local225 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() local327 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()
181 BN_CTX *new_ctx = NULL; in ec_GFp_mont_group_set_curve() local192 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()
293 BN_CTX *new_ctx = NULL; in ec_wNAF_mul() local335 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() local708 ctx = new_ctx = BN_CTX_new(); in ec_wNAF_precompute_mult()833 BN_CTX_free(new_ctx); in ec_wNAF_precompute_mult()
1621 BN_CTX *new_ctx = NULL; in ec_GFp_nistp256_group_set_curve() local1625 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() local1741 ctx = new_ctx = BN_CTX_new(); in ec_GFp_nistp256_points_mul()1900 BN_CTX_free(new_ctx); in ec_GFp_nistp256_points_mul()
235 void ralloc_steal(const void *new_ctx, void *ptr);
249 ralloc_steal(const void *new_ctx, void *ptr) in ralloc_steal() argument257 parent = get_header(new_ctx); in ralloc_steal()
1646 steal_memory(ir_instruction *ir, void *new_ctx) in steal_memory() argument1672 ralloc_steal(new_ctx, ir); in steal_memory()
217 void (*unbind)(struct glx_context *context, struct glx_context *new_ctx);