Home
last modified time | relevance | path

Searched refs:EC_NUM (Results 1 – 1 of 1) sorted by relevance

/external/openssl/apps/
Dspeed.c247 #define EC_NUM 16 macro
267 static double ecdsa_results[EC_NUM][2];
270 static double ecdh_results[EC_NUM][1];
549 static unsigned int test_curves[EC_NUM] = in MAIN()
570 static const char * test_curves_names[EC_NUM] = in MAIN()
591 static int test_curves_bits[EC_NUM] = in MAIN()
603 EC_KEY *ecdsa[EC_NUM]; in MAIN()
604 long ecdsa_c[EC_NUM][2]; in MAIN()
608 EC_KEY *ecdh_a[EC_NUM], *ecdh_b[EC_NUM]; in MAIN()
613 long ecdh_c[EC_NUM][2]; in MAIN()
[all …]