Searched refs:new_ctx (Results 1 – 11 of 11) sorted by relevance
126 BN_CTX *new_ctx = NULL; in ec_GFp_simple_group_set_curve() local136 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() local201 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() local240 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 …]
81 BN_CTX *new_ctx = NULL; in ec_GFp_simple_point2oct() local110 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() local205 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() local281 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()
253 BN_CTX *new_ctx = NULL; in ecp_nistz256_windowed_mul() local258 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() local416 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()
138 BN_CTX *new_ctx = NULL; in ec_GFp_mont_group_set_curve() local149 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()
229 BN_CTX *new_ctx = NULL; in ec_wNAF_mul() local248 ctx = new_ctx = BN_CTX_new(); in ec_wNAF_mul()427 BN_CTX_free(new_ctx); in ec_wNAF_mul()
1033 BN_CTX *new_ctx = NULL; in ec_GFp_nistp224_group_set_curve() local1038 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() local1153 new_ctx = ctx; in ec_GFp_nistp224_points_mul()1280 BN_CTX_free(new_ctx); in ec_GFp_nistp224_points_mul()
1615 BN_CTX *new_ctx = NULL; in ec_GFp_nistp256_group_set_curve() local1619 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() local1732 ctx = new_ctx = BN_CTX_new(); in ec_GFp_nistp256_points_mul()1855 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);