Lines Matching refs:D_CBC_BF
485 #define D_CBC_BF 14
900 if (strcmp(*argv,"bf-cbc") == 0) doit[D_CBC_BF]=1;
901 else if (strcmp(*argv,"blowfish") == 0) doit[D_CBC_BF]=1;
902 else if (strcmp(*argv,"bf") == 0) doit[D_CBC_BF]=1;
1286 c[D_CBC_BF][0]=count;
1328 c[D_CBC_BF][i]=c[D_CBC_BF][i-1]*l0/l1;
1920 if (doit[D_CBC_BF])
1924 print_message(names[D_CBC_BF],c[D_CBC_BF][j],lengths[j]);
1926 for (count=0,run=1; COND(c[D_CBC_BF][j]); count++)
1931 print_result(D_CBC_BF,j,count,d);