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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dectest.c203 EC_GROUP *P_160 = NULL, *P_192 = NULL, *P_224 = NULL, *P_256 = NULL, *P_384 = NULL, *P_521 = NULL; local
396 if (!(P_160 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
397 if (!EC_GROUP_copy(P_160, group)) ABORT;
713 timings(P_160, TIMING_BASE_PT, ctx);
714 timings(P_160, TIMING_RAND_PT, ctx);
715 timings(P_160, TIMING_SIMUL, ctx);
743 if (P_160) EC_GROUP_free(P_160);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dectest.c203 EC_GROUP *P_160 = NULL, *P_192 = NULL, *P_224 = NULL, *P_256 = NULL, *P_384 = NULL, *P_521 = NULL; local
396 if (!(P_160 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
397 if (!EC_GROUP_copy(P_160, group)) ABORT;
713 timings(P_160, TIMING_BASE_PT, ctx);
714 timings(P_160, TIMING_RAND_PT, ctx);
715 timings(P_160, TIMING_SIMUL, ctx);
743 if (P_160) EC_GROUP_free(P_160);

Completed in 478 milliseconds