[BACK]Return to speed.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/speed.c between version 1.6 and 1.7

version 1.6, 2015/06/20 01:07:25 version 1.7, 2015/07/03 21:45:10
Line 176 
Line 176 
 #define MAX_ECDH_SIZE 256  #define MAX_ECDH_SIZE 256
   
 static const char *names[ALGOR_NUM] = {  static const char *names[ALGOR_NUM] = {
         "md2", "md4", "md5", "hmac(md5)", "sha1", "rmd160", "rc4",          "md2", NULL /* was mdc2 */, "md4", "md5", "hmac(md5)", "sha1", "rmd160",
         "des cbc", "des ede3", "idea cbc", "seed cbc",          "rc4", "des cbc", "des ede3", "idea cbc", "seed cbc",
         "rc2 cbc", "rc5-32/12 cbc", "blowfish cbc", "cast cbc",          "rc2 cbc", "rc5-32/12 cbc", "blowfish cbc", "cast cbc",
         "aes-128 cbc", "aes-192 cbc", "aes-256 cbc",          "aes-128 cbc", "aes-192 cbc", "aes-256 cbc",
         "camellia-128 cbc", "camellia-192 cbc", "camellia-256 cbc",          "camellia-128 cbc", "camellia-192 cbc", "camellia-256 cbc",
         "evp", "sha256", "sha512", "whirlpool",          "evp", "sha256", "sha512", "whirlpool",
 "aes-128 ige", "aes-192 ige", "aes-256 ige", "ghash"};          "aes-128 ige", "aes-192 ige", "aes-256 ige", "ghash" };
 static double results[ALGOR_NUM][SIZE_NUM];  static double results[ALGOR_NUM][SIZE_NUM];
 static int lengths[SIZE_NUM] = {16, 64, 256, 1024, 8 * 1024};  static int lengths[SIZE_NUM] = {16, 64, 256, 1024, 8 * 1024};
 static double rsa_results[RSA_NUM][2];  static double rsa_results[RSA_NUM][2];

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7