Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Dspeed.c709 static int EVP_Digest_loop(const char *mdname, ossl_unused int algindex, void *args) in EVP_Digest_loop() argument
727 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_Digest_loop()
736 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_Digest_loop()
810 static int EVP_MAC_loop(ossl_unused int algindex, void *args) in EVP_MAC_loop() argument
818 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_MAC_loop()
874 static int algindex; variable
884 for (count = 0; COND(c[algindex][testnum]); count++) in EVP_Cipher_loop()
2836 algindex = D_CBC_DES; in speed_main()
2858 algindex = D_EDE3_DES; in speed_main()
2873 algindex = D_CBC_128_AES + k; in speed_main()
[all …]