Searched refs:P_256 (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
437 if (!(P_256 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
438 if (!EC_GROUP_copy(P_256, group)) ABORT;
609 timings(P_256, 0, ctx);
610 timings(P_256, 1, ctx);
629 if (P_256) EC_GROUP_free(P_256);
/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
437 if (!(P_256 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
438 if (!EC_GROUP_copy(P_256, group)) ABORT;
609 timings(P_256, 0, ctx);
610 timings(P_256, 1, ctx);
629 if (P_256) EC_GROUP_free(P_256);
/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
535 if (!(P_256 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
536 if (!EC_GROUP_copy(P_256, group)) ABORT;
724 timings(P_256, TIMING_BASE_PT, ctx);
725 timings(P_256, TIMING_RAND_PT, ctx);
726 timings(P_256, TIMING_SIMUL, ctx);
748 if (P_256) EC_GROUP_free(P_256);
/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
535 if (!(P_256 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
536 if (!EC_GROUP_copy(P_256, group)) ABORT;
724 timings(P_256, TIMING_BASE_PT, ctx);
725 timings(P_256, TIMING_RAND_PT, ctx);
726 timings(P_256, TIMING_SIMUL, ctx);
748 if (P_256) EC_GROUP_free(P_256);

Completed in 104 milliseconds