Home | History | Annotate | Download | only in apps

Lines Matching refs:D_RC4

478 #define	D_RC4		7
830 if (strcmp(*argv,"rc4") == 0) doit[D_RC4]=1;
1279 c[D_RC4][0]=count*5;
1321 c[D_RC4][i]=c[D_RC4][i-1]*l0/l1;
1661 if (doit[D_RC4])
1665 print_message(names[D_RC4],c[D_RC4][j],lengths[j]);
1667 for (count=0,run=1; COND(c[D_RC4][j]); count++)
1671 print_result(D_RC4,j,count,d);