HomeSort by relevance Sort by last modified time
    Searched refs:new_ctx (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/ec/
ec_check.c 63 BN_CTX *new_ctx = NULL; local
68 ctx = new_ctx = BN_CTX_new();
118 if (new_ctx != NULL)
119 BN_CTX_free(new_ctx);
ec2_smpt.c 76 BN_CTX *new_ctx = NULL;
85 ctx = new_ctx = BN_CTX_new();
137 if (new_ctx != NULL)
138 BN_CTX_free(new_ctx);
ecp_smpl.c 172 BN_CTX *new_ctx = NULL; local
184 ctx = new_ctx = BN_CTX_new();
217 if (new_ctx != NULL)
218 BN_CTX_free(new_ctx);
226 BN_CTX *new_ctx = NULL; local
239 ctx = new_ctx = BN_CTX_new();
268 if (new_ctx)
269 BN_CTX_free(new_ctx);
285 BN_CTX *new_ctx = NULL; local
289 ctx = new_ctx = BN_CTX_new()
397 BN_CTX *new_ctx = NULL; local
457 BN_CTX *new_ctx = NULL; local
524 BN_CTX *new_ctx = NULL; local
640 BN_CTX *new_ctx = NULL; local
770 BN_CTX *new_ctx = NULL; local
897 BN_CTX *new_ctx = NULL; local
1007 BN_CTX *new_ctx = NULL; local
1171 BN_CTX *new_ctx = NULL; local
1304 BN_CTX *new_ctx = NULL; local
1400 BN_CTX *new_ctx = NULL; local
1500 BN_CTX *new_ctx = NULL; local
1539 BN_CTX *new_ctx = NULL; local
    [all...]
ec2_smpl.c 261 BN_CTX *new_ctx = NULL; local
265 ctx = new_ctx = BN_CTX_new();
288 if (new_ctx != NULL)
289 BN_CTX_free(new_ctx);
426 BN_CTX *new_ctx = NULL; local
478 ctx = new_ctx = BN_CTX_new();
548 if (new_ctx != NULL)
549 BN_CTX_free(new_ctx);
555 if (new_ctx != NULL)
556 BN_CTX_free(new_ctx);
569 BN_CTX *new_ctx = NULL; local
681 BN_CTX *new_ctx = NULL; local
812 BN_CTX *new_ctx = NULL; local
867 BN_CTX *new_ctx = NULL; local
908 BN_CTX *new_ctx = NULL; local
    [all...]
ecp_nist.c 130 BN_CTX *new_ctx = NULL; local
134 if ((ctx = new_ctx = BN_CTX_new()) == NULL) return 0;
181 if (new_ctx != NULL)
182 BN_CTX_free(new_ctx);
ecp_mont.c 199 BN_CTX *new_ctx = NULL; local
217 ctx = new_ctx = BN_CTX_new();
249 if (new_ctx != NULL)
250 BN_CTX_free(new_ctx);
ec_mult.c 347 BN_CTX *new_ctx = NULL; local
392 ctx = new_ctx = BN_CTX_new();
712 if (new_ctx != NULL)
713 BN_CTX_free(new_ctx);
767 BN_CTX *new_ctx = NULL; local
789 ctx = new_ctx = BN_CTX_new();
912 if (new_ctx != NULL)
913 BN_CTX_free(new_ctx);
ec2_mult.c 317 BN_CTX *new_ctx = NULL; local
324 ctx = new_ctx = BN_CTX_new();
363 if (new_ctx != NULL)
364 BN_CTX_free(new_ctx);

Completed in 506 milliseconds