Home | History | Annotate | Download | only in ec

Lines Matching refs:new_ctx

270 	BN_CTX *new_ctx = NULL;
274 ctx = new_ctx = BN_CTX_new();
297 if (new_ctx != NULL)
298 BN_CTX_free(new_ctx);
422 BN_CTX *new_ctx = NULL;
440 ctx = new_ctx = BN_CTX_new();
513 if (new_ctx != NULL)
514 BN_CTX_free(new_ctx);
553 BN_CTX *new_ctx = NULL;
569 ctx = new_ctx = BN_CTX_new();
594 if (new_ctx) BN_CTX_free(new_ctx);
608 BN_CTX *new_ctx = NULL;
626 ctx = new_ctx = BN_CTX_new();
644 if (new_ctx) BN_CTX_free(new_ctx);
652 BN_CTX *new_ctx = NULL;
661 ctx = new_ctx = BN_CTX_new();
680 if (new_ctx) BN_CTX_free(new_ctx);