Searched refs:ctx_new (Results 1 - 2 of 2) sorted by last modified time

/external/openssl/crypto/ec/
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)
H A Decp_nist.c173 BN_CTX *ctx_new=NULL; local
181 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
189 if (ctx_new)
190 BN_CTX_free(ctx_new);
199 BN_CTX *ctx_new=NULL; local
207 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
215 if (ctx_new)
216 BN_CTX_free(ctx_new);

Completed in 100 milliseconds