Home | History | Annotate | Download | only in testprof

Lines Matching full:cycles

264   fprintf(stderr, "\n\nKey Schedule Time Trials for the Symmetric Ciphers:\n(Times are cycles per key)\n");
668 fprintf(stderr, "%4lu bits: %9llu cycles\n", x*DIGIT_BIT, t2);
698 fprintf(stderr, "%4lu bits: %9llu cycles\n", x*DIGIT_BIT, t2);
718 fprintf(stderr, "Timing PRNGs (cycles/byte output, cycles add_entropy (32 bytes) :\n");
801 fprintf(stderr, "DSA-(%lu, %lu) make_key took %15llu cycles\n", (unsigned long)groups[x].group*8, (unsigned long)groups[x].modulus*8, t2);
839 fprintf(stderr, "RSA-%lu make_key took %15llu cycles\n", x, t2);
860 fprintf(stderr, "RSA-%lu encrypt_key took %15llu cycles\n", x, t2);
880 fprintf(stderr, "RSA-%lu decrypt_key took %15llu cycles\n", x, t2);
900 fprintf(stderr, "RSA-%lu sign_hash took %15llu cycles\n", x, t2);
922 fprintf(stderr, "RSA-%lu verify_hash took %15llu cycles\n", x, t2);
958 fprintf(stderr, "Katja-%lu make_key took %15llu cycles\n", x, t2);
975 fprintf(stderr, "Katja-%lu encrypt_key took %15llu cycles\n", x, t2);
991 fprintf(stderr, "Katja-%lu decrypt_key took %15llu cycles\n", x, t2);
1059 fprintf(stderr, "ECC-%lu make_key took %15llu cycles\n", x*8, t2);
1079 fprintf(stderr, "ECC-%lu encrypt_key took %15llu cycles\n", x*8, t2);
1098 fprintf(stderr, "ECC-%lu decrypt_key took %15llu cycles\n", x*8, t2);
1118 fprintf(stderr, "ECC-%lu sign_hash took %15llu cycles\n", x*8, t2);
1140 fprintf(stderr, "ECC-%lu verify_hash took %15llu cycles\n", x*8, t2);
1157 fprintf(stderr, "\nMAC Timings (cycles/byte on %luKB blocks):\n", MAC_SIZE);
1290 fprintf(stderr, "\nENC+MAC Timings (zero byte AAD, 16 byte IV, cycles/byte on %luKB blocks):\n", MAC_SIZE);