Searched refs:new_ctx (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_check.c63 BN_CTX *new_ctx = NULL; local
67 ctx = new_ctx = BN_CTX_new();
115 if (new_ctx != NULL)
116 BN_CTX_free(new_ctx);
H A Dec2_smpt.c78 BN_CTX *new_ctx = NULL;
86 ctx = new_ctx = BN_CTX_new();
144 if (new_ctx != NULL)
145 BN_CTX_free(new_ctx);
H A Decp_smpl.c173 BN_CTX *new_ctx = NULL; local
183 ctx = new_ctx = BN_CTX_new();
223 if (new_ctx != NULL)
224 BN_CTX_free(new_ctx);
232 BN_CTX *new_ctx = NULL; local
242 ctx = new_ctx = BN_CTX_new();
269 if (new_ctx)
270 BN_CTX_free(new_ctx);
284 BN_CTX *new_ctx = NULL; local
287 ctx = new_ctx
406 BN_CTX *new_ctx = NULL; local
465 BN_CTX *new_ctx = NULL; local
533 BN_CTX *new_ctx = NULL; local
648 BN_CTX *new_ctx = NULL; local
787 BN_CTX *new_ctx = NULL; local
904 BN_CTX *new_ctx = NULL; local
1009 BN_CTX *new_ctx = NULL; local
1196 BN_CTX *new_ctx = NULL; local
1353 BN_CTX *new_ctx = NULL; local
1463 BN_CTX *new_ctx = NULL; local
1563 BN_CTX *new_ctx = NULL; local
1603 BN_CTX *new_ctx = NULL; local
[all...]
H A Dec2_smpl.c282 BN_CTX *new_ctx = NULL; local
285 ctx = new_ctx = BN_CTX_new();
312 if (new_ctx != NULL)
313 BN_CTX_free(new_ctx);
458 BN_CTX *new_ctx = NULL; local
504 ctx = new_ctx = BN_CTX_new();
571 if (new_ctx != NULL)
572 BN_CTX_free(new_ctx);
578 if (new_ctx != NULL)
579 BN_CTX_free(new_ctx);
593 BN_CTX *new_ctx = NULL; local
701 BN_CTX *new_ctx = NULL; local
847 BN_CTX *new_ctx = NULL; local
915 BN_CTX *new_ctx = NULL; local
962 BN_CTX *new_ctx = NULL; local
[all...]
H A Decp_nist.c131 BN_CTX *new_ctx = NULL; local
135 if ((ctx = new_ctx = BN_CTX_new()) == NULL)
180 if (new_ctx != NULL)
181 BN_CTX_free(new_ctx);
H A Decp_mont.c190 BN_CTX *new_ctx = NULL; local
205 ctx = new_ctx = BN_CTX_new();
238 if (new_ctx != NULL)
239 BN_CTX_free(new_ctx);
H A Dec_mult.c334 BN_CTX *new_ctx = NULL; local
376 ctx = new_ctx = BN_CTX_new();
691 if (new_ctx != NULL)
692 BN_CTX_free(new_ctx);
743 BN_CTX *new_ctx = NULL; local
764 ctx = new_ctx = BN_CTX_new();
885 if (new_ctx != NULL)
886 BN_CTX_free(new_ctx);
H A Dec2_mult.c381 BN_CTX *new_ctx = NULL; local
388 ctx = new_ctx = BN_CTX_new();
445 if (new_ctx != NULL)
446 BN_CTX_free(new_ctx);

Completed in 120 milliseconds