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

/external/openssl/crypto/ec/
H A Dectest.c279 EC_GROUP *P_160 = NULL, *P_192 = NULL, *P_224 = NULL, *P_256 = NULL, *P_384 = NULL, *P_521 = NULL; local
651 if (!(P_521 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
652 if (!EC_GROUP_copy(P_521, group)) ABORT;
745 timings(P_521, TIMING_BASE_PT, ctx);
746 timings(P_521, TIMING_RAND_PT, ctx);
747 timings(P_521, TIMING_SIMUL, ctx);
765 if (P_521) EC_GROUP_free(P_521);

Completed in 65 milliseconds