Lines Matching full:command
50 -c256 <command-spec> Specify a command to execute to generate a
54 data to be hashed. This command implies
56 -c384 <command-spec> Specify a command to execute to generate a
58 -c512 <command-spec> Specify a command to execute to generate a
60 -cALL <command-spec> Specify a command to execute that will
63 information about the <command-spec>.
65 also overrides any other command options if
68 By default, this program expects to execute the command ./sha2 within the
82 # Read all command-line options and files:
98 usage("Missing or invalid command specification for option -c256: $opt\n");
105 usage("Missing or invalid command specification for option -c384: $opt\n");
112 usage("Missing or invalid command specification for option -c512: $opt\n");
119 usage("Missing or invalid command specification for option -cALL: $opt\n");
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 && !$…