Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dspeed.c633 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()
[all …]