Lines Matching refs:argv
89 int MAIN(int argc, char **argv)
127 argv++;
132 if (strcmp(*argv,"-out") == 0)
135 outfile= *(++argv);
137 else if (strcmp(*argv,"-3") == 0)
139 else if (strcmp(*argv,"-F4") == 0 || strcmp(*argv,"-f4") == 0)
142 else if (strcmp(*argv,"-engine") == 0)
145 engine= *(++argv);
148 else if (strcmp(*argv,"-rand") == 0)
151 inrand= *(++argv);
154 else if (strcmp(*argv,"-des") == 0)
156 else if (strcmp(*argv,"-des3") == 0)
160 else if (strcmp(*argv,"-idea") == 0)
164 else if (strcmp(*argv,"-seed") == 0)
168 else if (strcmp(*argv,"-aes128") == 0)
170 else if (strcmp(*argv,"-aes192") == 0)
172 else if (strcmp(*argv,"-aes256") == 0)
176 else if (strcmp(*argv,"-camellia128") == 0)
178 else if (strcmp(*argv,"-camellia192") == 0)
180 else if (strcmp(*argv,"-camellia256") == 0)
183 else if (strcmp(*argv,"-passout") == 0)
186 passargout= *(++argv);
190 argv++;
193 if ((argc >= 1) && ((sscanf(*argv,"%d",&num) == 0) || (num < 0)))