Searched refs:D_CBC_192_CML (Results 1 – 1 of 1) sorted by relevance
491 #define D_CBC_192_CML 20 in MAIN() macro849 else if (strcmp(*argv,"camellia-192-cbc") == 0) doit[D_CBC_192_CML]=1; in MAIN()936 doit[D_CBC_192_CML]=1; in MAIN()1292 c[D_CBC_192_CML][0]=count; in MAIN()1334 c[D_CBC_192_CML][i]=c[D_CBC_192_CML][i-1]*l0/l1; in MAIN()1826 if (doit[D_CBC_192_CML]) in MAIN()1830 print_message(names[D_CBC_192_CML],c[D_CBC_192_CML][j],lengths[j]); in MAIN()1832 for (count=0,run=1; COND(c[D_CBC_192_CML][j]); count++) in MAIN()1837 print_result(D_CBC_192_CML,j,count,d); in MAIN()