OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_384
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
ectest.c
243
EC_GROUP *P_160 = NULL, *P_192 = NULL, *P_224 = NULL, *P_256 = NULL, *
P_384
= NULL, *P_521 = NULL;
569
if (!(
P_384
= EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
570
if (!EC_GROUP_copy(
P_384
, group)) ABORT;
706
timings(
P_384
, TIMING_BASE_PT, ctx);
707
timings(
P_384
, TIMING_RAND_PT, ctx);
708
timings(
P_384
, TIMING_SIMUL, ctx);
728
if (
P_384
) EC_GROUP_free(
P_384
);
[
all
...]
/external/openssl/crypto/ec/
ectest.c
243
EC_GROUP *P_160 = NULL, *P_192 = NULL, *P_224 = NULL, *P_256 = NULL, *
P_384
= NULL, *P_521 = NULL;
569
if (!(
P_384
= EC_GROUP_new(EC_GROUP_method_of(group)))) ABORT;
570
if (!EC_GROUP_copy(
P_384
, group)) ABORT;
706
timings(
P_384
, TIMING_BASE_PT, ctx);
707
timings(
P_384
, TIMING_RAND_PT, ctx);
708
timings(
P_384
, TIMING_SIMUL, ctx);
728
if (
P_384
) EC_GROUP_free(
P_384
);
[
all
...]
Completed in 88 milliseconds