Home
last modified time | relevance | path

Searched refs:D_CBC_128_CML (Results 1 – 1 of 1) sorted by path

/dragonfly/crypto/libressl/apps/openssl/
H A Dspeed.c347 #define D_CBC_128_CML 18 in speed_main() macro
657 doit[D_CBC_128_CML] = 1; in speed_main()
738 doit[D_CBC_128_CML] = 1; in speed_main()
1359 if (doit[D_CBC_128_CML]) { in speed_main()
1361 print_message(names[D_CBC_128_CML], c[D_CBC_128_CML][j], lengths[j]); in speed_main()
1363 for (count = 0, run = 1; COND(c[D_CBC_128_CML][j]); count++) in speed_main()
1368 print_result(D_CBC_128_CML, j, count, d); in speed_main()