Lines Matching refs:hashes
79 $hashes = 0;
86 $hashes |= 1;
88 $hashes |= 2;
90 $hashes |= 4;
92 $hashes = 7;
94 $hashes |= 1;
101 $hashes |= 2;
108 $hashes |= 4;
115 $hashes = 7;
135 $hashes = 7 if (!$hashes);
138 usage("No command was supplied to generate SHA-256 hashes.\n") if ($hashes & 1 == 1 && !$cALL && !$…
139 usage("No command was supplied to generate SHA-384 hashes.\n") if ($hashes & 2 == 2 && !$cALL && !$…
140 usage("No command was supplied to generate SHA-512 hashes.\n") if ($hashes & 4 == 4 && !$cALL && !$…
250 if ($hashes & (($vec->{sha256} ? 1 : 0) | ($vec->{sha384} ? 2 : 0) | ($vec->{sha512} ? 4 : 0))) {
299 if ($sha256 && $hashes & 1 == 1) {
309 if ($sha384 && $hashes & 2 == 2) {
322 if ($sha512 && $hashes & 4 == 4) {