Searched refs:D_WHIRLPOOL (Results 1 – 1 of 1) sorted by relevance
/openssl/apps/ |
H A D | speed.c | 302 D_SHA256, D_SHA512, D_WHIRLPOOL, D_HMAC, enumerator 331 {"whirlpool", D_WHIRLPOOL}, 790 return EVP_Digest_loop("whirlpool", D_WHIRLPOOL, args); in WHIRLPOOL_loop() 2563 for (i = D_MD2; i <= D_WHIRLPOOL; i++) { in speed_main() 2703 if (doit[D_WHIRLPOOL]) { in speed_main() 2705 print_message(names[D_WHIRLPOOL], lengths[testnum], seconds.sym); in speed_main() 2709 print_result(D_WHIRLPOOL, testnum, count, d); in speed_main()
|
Completed in 17 milliseconds