HomeSort by relevance Sort by last modified time
    Searched refs:noout (Results 1 - 21 of 21) sorted by null

  /external/openssl/apps/
pkeyparam.c 73 int text = 0, noout = 0; local
121 else if (strcmp(*args,"-noout") == 0)
122 noout=1;
136 BIO_printf(bio_err, "-noout don't output encoded parameters\n");
187 if (!noout)
pkcs7.c 93 int print_certs=0,text=0,noout=0,p7_print=0; local
138 else if (strcmp(*argv,"-noout") == 0)
139 noout=1;
174 BIO_printf(bio_err," -noout don't output encoded data\n");
276 if(!noout) PEM_write_bio_X509(out,x);
290 if(!noout)PEM_write_bio_X509_CRL(out,crl);
299 if(!noout) {
sess_id.c 81 " -noout - no CRL output\n",
97 int cert=0,noout=0,text=0; local
138 else if (strcmp(*argv,"-noout") == 0)
139 noout= ++num;
199 if (!noout || text)
241 if (!noout && !cert)
256 else if (!noout && (x->peer != NULL)) /* just print the certificate */
pkey.c 77 int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0; local
168 else if (strcmp(*args,"-noout") == 0)
169 noout=1;
239 if (!noout)
dh.c 82 * -noout
97 int informat,outformat,check=0,noout=0,C=0,ret=1; local
158 else if (strcmp(*argv,"-noout") == 0)
159 noout=1;
182 BIO_printf(bio_err," -noout no output\n");
327 if (!noout)
dsa.c 105 int informat,outformat,text=0,noout=0; local
182 else if (strcmp(*argv,"-noout") == 0)
183 noout=1;
233 BIO_printf(bio_err," -noout don't print key out\n");
327 if (noout) goto end;
ec.c 97 int informat, outformat, text=0, noout=0; local
162 else if (strcmp(*argv, "-noout") == 0)
163 noout = 1;
232 BIO_printf(bio_err, " -noout don't print key out\n");
349 if (noout)
spkac.c 87 int verify=0,noout=0,pubkey=0; local
154 else if (strcmp(*argv,"-noout") == 0)
155 noout=1;
176 BIO_printf(bio_err," -noout don't print SPKAC\n");
284 if(!noout) NETSCAPE_SPKI_print(out, spki);
asn1pars.c 93 int informat,indent=0, noout = 0, dump = 0; local
142 else if (strcmp(*argv,"-noout") == 0) noout = 1;
202 BIO_printf(bio_err," -noout arg don't produce any output\n");
364 if (!noout &&
crl.c 89 " -noout - no CRL output\n",
110 int hash=0,issuer=0,lastupdate=0,nextupdate=0,noout=0,text=0; local
206 else if (strcmp(*argv,"-noout") == 0)
207 noout= ++num;
375 if (noout)
dhparam.c 141 * -noout
161 int informat,outformat,check=0,noout=0,C=0,ret=1; local
225 else if (strcmp(*argv,"-noout") == 0)
226 noout=1;
266 BIO_printf(bio_err," -noout no output\n");
514 if (!noout)
dsaparam.c 87 * -noout
90 * -noout
120 int informat,outformat,noout=0,C=0,ret=1; local
199 else if (strcmp(*argv,"-noout") == 0)
200 noout=1;
228 BIO_printf(bio_err," -noout no output\n");
414 if (!noout)
rsa.c 108 int informat,outformat,text=0,check=0,noout=0; local
192 else if (strcmp(*argv,"-noout") == 0)
193 noout=1;
239 BIO_printf(bio_err," -noout don't print key out\n");
367 if (noout)
ecparam.c 94 * -noout - do not print the ec parameter
131 int informat, outformat, noout = 0, C = 0, ret = 1; local
222 else if (strcmp(*argv, "-noout") == 0)
223 noout=1;
263 BIO_printf(bio_err, " -noout do not print the "
614 if (!noout)
CA.sh 125 $X509 -in ${CATOP}/$CACERT -noout -next_serial \
x509.c 121 " -noout - no certificate output\n",
191 int noout=0,sign_flag=0,CA_flag=0,CA_createserial=0,email=0; local
442 else if (strcmp(*argv,"-noout") == 0)
443 noout= ++num;
662 if (!noout || text || next_serial)
1006 if (!noout)
1011 noout=1;
1037 if (noout)
    [all...]
cms.c 122 int flags = CMS_DETACHED, noout = 0, print = 0; local
270 else if (!strcmp (*args, "-noout"))
271 noout = 1;
298 noout = 1;
1119 if (noout)
    [all...]
req.c 113 * -noout - don't print stuff out.
173 int informat,outformat,verify=0,noout=0,text=0,keyform=FORMAT_PEM; local
323 else if (strcmp(*argv,"-noout") == 0)
324 noout=1;
404 BIO_printf(bio_err," -noout do not output REQ\n");
953 if (noout && !text && !modulus && !subject && !pubkey)
1036 if (!noout && !x509)
1053 if (!noout && x509 && (x509ss != NULL))
    [all...]
  /external/libxml2/
xmllint.c 133 static int noout = 0; variable
890 if (noout)
908 if (noout)
926 if (noout)
943 if (noout)
967 if (noout)
998 if (noout)
1028 if (noout)
1047 if (noout)
1078 if (noout)
    [all...]
xmlcatalog.c 35 static int noout = 0; variable
324 \t--noout: avoid dumping the result on stdout\n\
353 } else if ((!strcmp(argv[i], "-noout")) ||
354 (!strcmp(argv[i], "--noout"))) {
355 noout = 1;
359 noout = 1;
468 if ((!no_super_update) && (noout) && (catal != NULL) &&
484 if (noout) {
495 noout = 0;
511 noout = 0
    [all...]
  /external/openssl/android.testssl/
testssl 15 if adb shell /system/bin/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; then

Completed in 170 milliseconds