HomeSort by relevance Sort by last modified time
    Searched full:p_224 (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/ec/
ectest.c 203 EC_GROUP *P_160 = NULL, *P_192 = NULL, *P_224 = NULL, *P_256 = NULL, *P_384 = NULL, *P_521 = NULL;
484 if (!(P_224 = EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
485 if (!EC_GROUP_copy(P_224, group)) ABORT;
719 timings(P_224, TIMING_BASE_PT, ctx);
720 timings(P_224, TIMING_RAND_PT, ctx);
721 timings(P_224, TIMING_SIMUL, ctx);
745 if (P_224) EC_GROUP_free(P_224);
    [all...]

Completed in 236 milliseconds