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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Decp_nist.c189 BN_CTX *ctx_new = NULL; local
196 if ((ctx_new = ctx = BN_CTX_new()) == NULL)
206 if (ctx_new)
207 BN_CTX_free(ctx_new);
215 BN_CTX *ctx_new = NULL; local
222 if ((ctx_new = ctx = BN_CTX_new()) == NULL)
232 if (ctx_new)
233 BN_CTX_free(ctx_new);
H A Dec_lib.c449 BN_CTX *ctx_new = NULL; local
461 ctx_new = ctx = BN_CTX_new();
474 if (ctx_new)
502 if (ctx_new)
511 if (ctx_new)

Completed in 91 milliseconds