Home | History | Annotate | Download | only in ec

Lines Matching full:new_ctx

1615   BN_CTX *new_ctx = NULL;
1619 if ((ctx = new_ctx = BN_CTX_new()) == NULL) {
1642 BN_CTX_free(new_ctx);
1717 BN_CTX *new_ctx = NULL;
1732 ctx = new_ctx = BN_CTX_new();
1855 BN_CTX_free(new_ctx);