Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c541 static int EVP_Digest_loop(const char *mdname, int algindex, void *args) in EVP_Digest_loop() argument
551 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_Digest_loop()
587 static int EVP_MAC_loop(int algindex, void *args) in EVP_MAC_loop() argument
595 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_MAC_loop()
641 static int algindex; variable
651 for (count = 0; COND(c[algindex][testnum]); count++) in EVP_Cipher_loop()
2055 algindex = D_CBC_DES; in speed_main()
2076 algindex = D_EDE3_DES; in speed_main()
2091 algindex = D_CBC_128_AES + k; in speed_main()
2092 if (doit[algindex]) { in speed_main()
[all …]