Home | History | Annotate | Download | only in ec

Lines Matching full:new_ctx

94 	BN_CTX *new_ctx = NULL;
103 ctx = new_ctx = BN_CTX_new();
155 if (new_ctx != NULL)
156 BN_CTX_free(new_ctx);
169 BN_CTX *new_ctx = NULL;
213 ctx = new_ctx = BN_CTX_new();
281 if (new_ctx != NULL)
282 BN_CTX_free(new_ctx);
288 if (new_ctx != NULL)
289 BN_CTX_free(new_ctx);
302 BN_CTX *new_ctx = NULL;
350 ctx = new_ctx = BN_CTX_new();
403 if (new_ctx != NULL)
404 BN_CTX_free(new_ctx);