Home
last modified time | relevance | path

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

/external/openssl/patches/
D0001-progs.patch42 if (doit[D_CBC_128_CML])
/external/openssl/apps/
Dspeed.c490 #define D_CBC_128_CML 19 in MAIN() macro
848 if (strcmp(*argv,"camellia-128-cbc") == 0) doit[D_CBC_128_CML]=1; in MAIN()
935 doit[D_CBC_128_CML]=1; in MAIN()
1291 c[D_CBC_128_CML][0]=count; in MAIN()
1333 c[D_CBC_128_CML][i]=c[D_CBC_128_CML][i-1]*l0/l1; in MAIN()
1812 if (doit[D_CBC_128_CML]) in MAIN()
1816 print_message(names[D_CBC_128_CML],c[D_CBC_128_CML][j],lengths[j]); in MAIN()
1818 for (count=0,run=1; COND(c[D_CBC_128_CML][j]); count++) in MAIN()
1823 print_result(D_CBC_128_CML,j,count,d); in MAIN()