Home | History | Annotate | Download | only in apps

Lines Matching full:strcmp

91 	if (strcmp(from, mname))
157 if (strcmp(*argv,"-c") == 0)
159 else if (strcmp(*argv,"-r") == 0)
161 else if (strcmp(*argv,"-rand") == 0)
166 else if (strcmp(*argv,"-out") == 0)
171 else if (strcmp(*argv,"-sign") == 0)
176 else if (!strcmp(*argv,"-passin"))
182 else if (strcmp(*argv,"-verify") == 0)
189 else if (strcmp(*argv,"-prverify") == 0)
195 else if (strcmp(*argv,"-signature") == 0)
200 else if (strcmp(*argv,"-keyform") == 0)
206 else if (strcmp(*argv,"-engine") == 0)
213 else if (strcmp(*argv,"-hex") == 0)
215 else if (strcmp(*argv,"-binary") == 0)
217 else if (strcmp(*argv,"-d") == 0)
219 else if (strcmp(*argv,"-non-fips-allow") == 0)
221 else if (!strcmp(*argv,"-fips-fingerprint"))
223 else if (!strcmp(*argv,"-hmac"))
229 else if (!strcmp(*argv,"-mac"))
235 else if (strcmp(*argv,"-sigopt") == 0)
244 else if (strcmp(*argv,"-macopt") == 0)