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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_check.c63 BN_CTX *new_ctx = NULL; local
68 ctx = new_ctx = BN_CTX_new();
118 if (new_ctx != NULL)
119 BN_CTX_free(new_ctx);
H A Dec2_oct.c94 BN_CTX *new_ctx = NULL; local
103 ctx = new_ctx = BN_CTX_new();
155 if (new_ctx != NULL)
156 BN_CTX_free(new_ctx);
169 BN_CTX *new_ctx = NULL; local
213 ctx = new_ctx = BN_CTX_new();
281 if (new_ctx != NULL)
282 BN_CTX_free(new_ctx);
288 if (new_ctx != NULL)
289 BN_CTX_free(new_ctx);
302 BN_CTX *new_ctx = NULL; local
[all...]
H A Decp_oct.c73 BN_CTX *new_ctx = NULL; local
82 ctx = new_ctx = BN_CTX_new();
193 if (new_ctx != NULL)
194 BN_CTX_free(new_ctx);
203 BN_CTX *new_ctx = NULL; local
247 ctx = new_ctx = BN_CTX_new();
312 if (new_ctx != NULL)
313 BN_CTX_free(new_ctx);
319 if (new_ctx != NULL)
320 BN_CTX_free(new_ctx);
330 BN_CTX *new_ctx = NULL; local
[all...]
H A Decp_smpl.c179 BN_CTX *new_ctx = NULL; local
191 ctx = new_ctx = BN_CTX_new();
224 if (new_ctx != NULL)
225 BN_CTX_free(new_ctx);
233 BN_CTX *new_ctx = NULL; local
246 ctx = new_ctx = BN_CTX_new();
275 if (new_ctx)
276 BN_CTX_free(new_ctx);
292 BN_CTX *new_ctx = NULL; local
296 ctx = new_ctx
404 BN_CTX *new_ctx = NULL; local
464 BN_CTX *new_ctx = NULL; local
531 BN_CTX *new_ctx = NULL; local
648 BN_CTX *new_ctx = NULL; local
812 BN_CTX *new_ctx = NULL; local
945 BN_CTX *new_ctx = NULL; local
1041 BN_CTX *new_ctx = NULL; local
1144 BN_CTX *new_ctx = NULL; local
1183 BN_CTX *new_ctx = NULL; local
[all...]
H A Dec2_smpl.c270 BN_CTX *new_ctx = NULL; local
274 ctx = new_ctx = BN_CTX_new();
297 if (new_ctx != NULL)
298 BN_CTX_free(new_ctx);
422 BN_CTX *new_ctx = NULL; local
440 ctx = new_ctx = BN_CTX_new();
513 if (new_ctx != NULL)
514 BN_CTX_free(new_ctx);
553 BN_CTX *new_ctx = NULL; local
569 ctx = new_ctx
608 BN_CTX *new_ctx = NULL; local
652 BN_CTX *new_ctx = NULL; local
[all...]
H A Decp_nist.c133 BN_CTX *new_ctx = NULL; local
137 if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
162 if (new_ctx != NULL)
163 BN_CTX_free(new_ctx);
H A Decp_mont.c206 BN_CTX *new_ctx = NULL; local
224 ctx = new_ctx = BN_CTX_new();
256 if (new_ctx != NULL)
257 BN_CTX_free(new_ctx);
H A Dec_mult.c349 BN_CTX *new_ctx = NULL; local
394 ctx = new_ctx = BN_CTX_new();
714 if (new_ctx != NULL)
715 BN_CTX_free(new_ctx);
769 BN_CTX *new_ctx = NULL; local
791 ctx = new_ctx = BN_CTX_new();
914 if (new_ctx != NULL)
915 BN_CTX_free(new_ctx);
H A Dec2_mult.c325 BN_CTX *new_ctx = NULL; local
333 ctx = new_ctx = BN_CTX_new();
376 if (new_ctx != NULL)
377 BN_CTX_free(new_ctx);
H A Decp_nistp224.c1219 BN_CTX *new_ctx = NULL; local
1223 if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
1242 if (new_ctx != NULL)
1243 BN_CTX_free(new_ctx);
1317 BN_CTX *new_ctx = NULL; local
1335 if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
1506 if (new_ctx != NULL)
1507 BN_CTX_free(new_ctx);
1522 BN_CTX *new_ctx = NULL; local
1531 if ((ctx = new_ctx
[all...]
H A Decp_nistp256.c1737 BN_CTX *new_ctx = NULL; local
1741 if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
1760 if (new_ctx != NULL)
1761 BN_CTX_free(new_ctx);
1836 BN_CTX *new_ctx = NULL; local
1855 if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
2026 if (new_ctx != NULL)
2027 BN_CTX_free(new_ctx);
2042 BN_CTX *new_ctx = NULL; local
2052 if ((ctx = new_ctx
[all...]
H A Decp_nistp521.c1604 BN_CTX *new_ctx = NULL; local
1608 if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
1627 if (new_ctx != NULL)
1628 BN_CTX_free(new_ctx);
1701 BN_CTX *new_ctx = NULL; local
1719 if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
1891 if (new_ctx != NULL)
1892 BN_CTX_free(new_ctx);
1907 BN_CTX *new_ctx = NULL; local
1916 if ((ctx = new_ctx
[all...]

Completed in 68 milliseconds