Searched refs:ctx_new (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/ec/
H A Decp_nist.c191 BN_CTX *ctx_new=NULL; local
199 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
207 if (ctx_new)
208 BN_CTX_free(ctx_new);
217 BN_CTX *ctx_new=NULL; local
225 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
233 if (ctx_new)
234 BN_CTX_free(ctx_new);
H A Dec_lib.c477 BN_CTX *ctx_new = NULL; local
489 ctx_new = ctx = BN_CTX_new();
503 if (ctx_new)
532 if (ctx_new)
541 if (ctx_new)

Completed in 171 milliseconds