Lines Matching refs:algindex

633 static int EVP_Digest_loop(const char *mdname, ossl_unused int algindex, void *args)  in EVP_Digest_loop()  argument
651 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_Digest_loop()
660 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_Digest_loop()
734 static int EVP_MAC_loop(ossl_unused int algindex, void *args) in EVP_MAC_loop() argument
742 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_MAC_loop()
798 static int algindex; variable
808 for (count = 0; COND(c[algindex][testnum]); count++) in EVP_Cipher_loop()
2770 algindex = D_CBC_DES; in speed_main()
2792 algindex = D_EDE3_DES; in speed_main()
2808 algindex = D_CBC_128_AES + k; in speed_main()
2809 if (doit[algindex]) { in speed_main()
2814 loopargs[i].ctx = init_evp_cipher_ctx(names[algindex], in speed_main()
2822 print_message(names[algindex], lengths[testnum], seconds.sym); in speed_main()
2827 print_result(algindex, testnum, count, d); in speed_main()
2835 algindex = D_CBC_128_CML + k; in speed_main()
2836 if (doit[algindex]) { in speed_main()
2841 loopargs[i].ctx = init_evp_cipher_ctx(names[algindex], in speed_main()
2849 print_message(names[algindex], lengths[testnum], seconds.sym); in speed_main()
2854 print_result(algindex, testnum, count, d); in speed_main()
2861 for (algindex = D_RC4; algindex <= D_CBC_CAST; algindex++) { in speed_main()
2862 if (doit[algindex]) { in speed_main()
2867 loopargs[i].ctx = init_evp_cipher_ctx(names[algindex], in speed_main()
2875 print_message(names[algindex], lengths[testnum], seconds.sym); in speed_main()
2880 print_result(algindex, testnum, count, d); in speed_main()