Searched defs:P_224 (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
530 if (!(P_224 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
531 if (!EC_GROUP_copy(P_224, group)) ABORT;
736 timings(P_224, TIMING_BASE_PT, ctx);
737 timings(P_224, TIMING_RAND_PT, ctx);
738 timings(P_224, TIMING_SIMUL, ctx);
762 if (P_224) EC_GROUP_free(P_224);

Completed in 417 milliseconds