Home
last modified time | relevance | path

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

/external/openssl/apps/
Dspeed.c492 #define D_CBC_256_CML 21 in MAIN() macro
850 else if (strcmp(*argv,"camellia-256-cbc") == 0) doit[D_CBC_256_CML]=1; in MAIN()
937 doit[D_CBC_256_CML]=1; in MAIN()
1293 c[D_CBC_256_CML][0]=count; in MAIN()
1335 c[D_CBC_256_CML][i]=c[D_CBC_256_CML][i-1]*l0/l1; in MAIN()
1840 if (doit[D_CBC_256_CML]) in MAIN()
1844 print_message(names[D_CBC_256_CML],c[D_CBC_256_CML][j],lengths[j]); in MAIN()
1846 for (count=0,run=1; COND(c[D_CBC_256_CML][j]); count++) in MAIN()
1851 print_result(D_CBC_256_CML,j,count,d); in MAIN()