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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ec/
H A Dectest.c155 EC_GROUP *P_192 = NULL, *P_224 = NULL, *P_256 = NULL, *P_384 = NULL, *P_521 = NULL; local
483 if (!(P_384 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
484 if (!EC_GROUP_copy(P_384, group)) ABORT;
611 timings(P_384, 0, ctx);
612 timings(P_384, 1, ctx);
630 if (P_384) EC_GROUP_free(P_384);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dectest.c155 EC_GROUP *P_192 = NULL, *P_224 = NULL, *P_256 = NULL, *P_384 = NULL, *P_521 = NULL; local
483 if (!(P_384 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
484 if (!EC_GROUP_copy(P_384, group)) ABORT;
611 timings(P_384, 0, ctx);
612 timings(P_384, 1, ctx);
630 if (P_384) EC_GROUP_free(P_384);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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
587 if (!(P_384 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
588 if (!EC_GROUP_copy(P_384, group)) ABORT;
727 timings(P_384, TIMING_BASE_PT, ctx);
728 timings(P_384, TIMING_RAND_PT, ctx);
729 timings(P_384, TIMING_SIMUL, ctx);
749 if (P_384) EC_GROUP_free(P_384);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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
587 if (!(P_384 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
588 if (!EC_GROUP_copy(P_384, group)) ABORT;
727 timings(P_384, TIMING_BASE_PT, ctx);
728 timings(P_384, TIMING_RAND_PT, ctx);
729 timings(P_384, TIMING_SIMUL, ctx);
749 if (P_384) EC_GROUP_free(P_384);

Completed in 105 milliseconds