Home | History | Annotate | Download | only in apps

Lines Matching refs:D_CBC_CAST

486 #define	D_CBC_CAST	15
906 if (strcmp(*argv,"cast-cbc") == 0) doit[D_CBC_CAST]=1;
907 else if (strcmp(*argv,"cast") == 0) doit[D_CBC_CAST]=1;
908 else if (strcmp(*argv,"cast5") == 0) doit[D_CBC_CAST]=1;
1287 c[D_CBC_CAST][0]=count;
1329 c[D_CBC_CAST][i]=c[D_CBC_CAST][i-1]*l0/l1;
1936 if (doit[D_CBC_CAST])
1940 print_message(names[D_CBC_CAST],c[D_CBC_CAST][j],lengths[j]);
1942 for (count=0,run=1; COND(c[D_CBC_CAST][j]); count++)
1947 print_result(D_CBC_CAST,j,count,d);