Home | History | Annotate | Download | only in apps

Lines Matching refs:D_SHA256

494 #define D_SHA256	23	
805 doit[D_SHA256]=1,
809 if (strcmp(*argv,"sha256") == 0) doit[D_SHA256]=1;
1294 c[D_SHA256][0]=count;
1311 c[D_SHA256][i]=c[D_SHA256][0]*4*lengths[0]/lengths[i];
1601 if (doit[D_SHA256])
1605 print_message(names[D_SHA256],c[D_SHA256][j],lengths[j]);
1607 for (count=0,run=1; COND(c[D_SHA256][j]); count++)
1610 print_result(D_SHA256,j,count,d);