Searched refs:algindex (Results 1 – 1 of 1) sorted by relevance
541 static int EVP_Digest_loop(const char *mdname, int algindex, void *args) in EVP_Digest_loop() argument551 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() argument595 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_MAC_loop()641 static int algindex; variable651 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 …]