Lines Matching refs:new_ctx
94 BN_CTX *new_ctx = NULL; in ec_GF2m_simple_set_compressed_coordinates() local
103 ctx = new_ctx = BN_CTX_new(); in ec_GF2m_simple_set_compressed_coordinates()
155 if (new_ctx != NULL) in ec_GF2m_simple_set_compressed_coordinates()
156 BN_CTX_free(new_ctx); in ec_GF2m_simple_set_compressed_coordinates()
169 BN_CTX *new_ctx = NULL; in ec_GF2m_simple_point2oct() local
213 ctx = new_ctx = BN_CTX_new(); in ec_GF2m_simple_point2oct()
281 if (new_ctx != NULL) in ec_GF2m_simple_point2oct()
282 BN_CTX_free(new_ctx); in ec_GF2m_simple_point2oct()
288 if (new_ctx != NULL) in ec_GF2m_simple_point2oct()
289 BN_CTX_free(new_ctx); in ec_GF2m_simple_point2oct()
302 BN_CTX *new_ctx = NULL; in ec_GF2m_simple_oct2point() local
350 ctx = new_ctx = BN_CTX_new(); in ec_GF2m_simple_oct2point()
403 if (new_ctx != NULL) in ec_GF2m_simple_oct2point()
404 BN_CTX_free(new_ctx); in ec_GF2m_simple_oct2point()