Lines Matching refs:new_ctx
73 BN_CTX *new_ctx = NULL; in ec_GFp_simple_set_compressed_coordinates() local
82 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_set_compressed_coordinates()
193 if (new_ctx != NULL) in ec_GFp_simple_set_compressed_coordinates()
194 BN_CTX_free(new_ctx); in ec_GFp_simple_set_compressed_coordinates()
203 BN_CTX *new_ctx = NULL; in ec_GFp_simple_point2oct() local
247 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_point2oct()
312 if (new_ctx != NULL) in ec_GFp_simple_point2oct()
313 BN_CTX_free(new_ctx); in ec_GFp_simple_point2oct()
319 if (new_ctx != NULL) in ec_GFp_simple_point2oct()
320 BN_CTX_free(new_ctx); in ec_GFp_simple_point2oct()
330 BN_CTX *new_ctx = NULL; in ec_GFp_simple_oct2point() local
378 ctx = new_ctx = BN_CTX_new(); in ec_GFp_simple_oct2point()
429 if (new_ctx != NULL) in ec_GFp_simple_oct2point()
430 BN_CTX_free(new_ctx); in ec_GFp_simple_oct2point()