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

/external/openssl/crypto/ec/
H A Decp_nist.c172 BN_CTX *ctx_new=NULL; local
180 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
188 if (ctx_new)
189 BN_CTX_free(ctx_new);
198 BN_CTX *ctx_new=NULL; local
206 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
214 if (ctx_new)
215 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 101 milliseconds