Searched refs:c512 (Results 1 – 2 of 2) sorted by relevance
78 $c256 = $c384 = $c512 = $cALL = "";109 $opt = $c512 = shift(@ARGV);111 if (!$c512 || $c512 !~ /\%/ || !-x $opt) {131 if (!$cALL && !$c256 && !$c384 && !$c512) {140 …"No command was supplied to generate SHA-512 hashes.\n") if ($hashes & 4 == 4 && !$cALL && !$c512);284 if ($c512) {285 $prog = $c512;
65 SHA512_CTX c512; in main() local102 SHA512_Init(&c512); in main()138 SHA512_Update(&c512, (unsigned char*)buf, BUFSIZE); in main()141 SHA512_Update(&c512, (unsigned char*)buf, bytes % BUFSIZE); in main()143 SHA512_End(&c512, md); in main()