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()
2769 algindex = D_CBC_DES; in speed_main()
2791 algindex = D_EDE3_DES; in speed_main()
2807 algindex = D_CBC_128_AES + k; in speed_main()
2808 if (doit[algindex]) { in speed_main()
2813 loopargs[i].ctx = init_evp_cipher_ctx(names[algindex], in speed_main()
2821 print_message(names[algindex], lengths[testnum], seconds.sym); in speed_main()
2826 print_result(algindex, testnum, count, d); in speed_main()
2834 algindex = D_CBC_128_CML + k; in speed_main()
2835 if (doit[algindex]) { in speed_main()
2840 loopargs[i].ctx = init_evp_cipher_ctx(names[algindex], in speed_main()
2848 print_message(names[algindex], lengths[testnum], seconds.sym); in speed_main()
2853 print_result(algindex, testnum, count, d); in speed_main()
2860 for (algindex = D_RC4; algindex <= D_CBC_CAST; algindex++) { in speed_main()
2861 if (doit[algindex]) { in speed_main()
2866 loopargs[i].ctx = init_evp_cipher_ctx(names[algindex], in speed_main()
2874 print_message(names[algindex], lengths[testnum], seconds.sym); in speed_main()
2879 print_result(algindex, testnum, count, d); in speed_main()