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

1 2

  /system/media/camera/docs/
metadata-validate 31 xmllint --noout --schema $schema $doc || exit 1
  /cts/tests/tests/security/tools/
format_cert.sh 29 # openssl x509 -in cert_file -subject_hash -noout
35 -noout 2>/dev/null)
39 -noout)
54 "$OPENSSL" x509 -in "$in_file" -inform $in_form -noout -text -fingerprint \
  /external/openssl/apps/
pkeyparam.c 73 int text = 0, noout = 0; local
120 else if (strcmp(*args,"-noout") == 0)
121 noout=1;
135 BIO_printf(bio_err, "-noout don't output encoded parameters\n");
186 if (!noout)
pkcs7.c 90 int print_certs=0,text=0,noout=0,p7_print=0; local
135 else if (strcmp(*argv,"-noout") == 0)
136 noout=1;
171 BIO_printf(bio_err," -noout don't output encoded data\n");
273 if(!noout) PEM_write_bio_X509(out,x);
287 if(!noout)PEM_write_bio_X509_CRL(out,crl);
296 if(!noout) {
sess_id.c 81 " -noout - no CRL output\n",
98 int cert=0,noout=0,text=0; local
139 else if (strcmp(*argv,"-noout") == 0)
140 noout= ++num;
201 if (!noout || text)
243 if (!noout && !cert)
258 else if (!noout && (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
94 int informat,outformat,check=0,noout=0,C=0,ret=1; local
155 else if (strcmp(*argv,"-noout") == 0)
156 noout=1;
179 BIO_printf(bio_err," -noout no output\n");
324 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 94 int informat, outformat, text=0, noout=0; local
159 else if (strcmp(*argv, "-noout") == 0)
160 noout = 1;
229 BIO_printf(bio_err, " -noout don't print key out\n");
346 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 92 " -noout - no CRL output\n",
113 int hash=0,issuer=0,lastupdate=0,nextupdate=0,noout=0,text=0; local
216 else if (strcmp(*argv,"-noout") == 0)
217 noout= ++num;
393 if (noout)
dhparam.c 141 * -noout
158 int informat,outformat,check=0,noout=0,C=0,ret=1; local
222 else if (strcmp(*argv,"-noout") == 0)
223 noout=1;
263 BIO_printf(bio_err," -noout no output\n");
510 if (!noout)
dsaparam.c 87 * -noout
90 * -noout
117 int informat,outformat,noout=0,C=0,ret=1; local
196 else if (strcmp(*argv,"-noout") == 0)
197 noout=1;
225 BIO_printf(bio_err," -noout no output\n");
410 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)
  /external/valgrind/main/drd/tests/
verify-xml-output 20 xmllint --noout --schema ../docs/drd-xml-output.xsd $b-${USER}.xml 2>&1 | tee $b.xmllint
  /development/tools/
make_key 56 ( openssl ecparam -name prime256v1 -genkey -noout | tee ${one} > ${two} ) &
  /external/chromium_org/third_party/libxml/src/
testHTML.c 46 static int noout = 0; variable
659 if (!noout) {
698 if (!noout) {
777 if (!noout) {
819 else if ((!strcmp(argv[i], "-noout")) || (!strcmp(argv[i], "--noout")))
820 noout++;
863 printf("\t--noout : do not print the result\n");
xmllint.c 134 static int noout = 0; variable
895 if (noout)
913 if (noout)
931 if (noout)
948 if (noout)
972 if (noout)
1003 if (noout)
1033 if (noout)
1052 if (noout)
1083 if (noout)
    [all...]
testRelax.c 50 static int noout = 0; variable
73 if ((!strcmp(argv[i], "-noout")) || (!strcmp(argv[i], "--noout"))) {
74 noout++;
169 printf("Usage : %s [--debug] [--noout] schemas XMLfiles ...\n",
175 printf("\t--noout : do not print the result\n");
testSchemas.c 51 static int noout = 0; variable
73 if ((!strcmp(argv[i], "-noout")) || (!strcmp(argv[i], "--noout"))) {
74 noout++;
160 printf("Usage : %s [--debug] [--noout] schemas XMLfiles ...\n",
166 printf("\t--noout : do not print the result\n");
xmlcatalog.c 35 static int noout = 0; variable
321 \t--noout: avoid dumping the result on stdout\n\
350 } else if ((!strcmp(argv[i], "-noout")) ||
351 (!strcmp(argv[i], "--noout"))) {
352 noout = 1;
356 noout = 1;
465 if ((!no_super_update) && (noout) && (catal != NULL) &&
481 if (noout) {
492 noout = 0;
508 noout = 0
    [all...]
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 26 openssl req -in /tmp/cert-rsa-req.pem -pubkey -noout | openssl rsa -pubin -pubout -outform der > ${DIR}/cert-rsa-pubkey.der
30 openssl asn1parse -in ${DIR}/cert-rsa.der -inform d -out ${DIR}/cert-rsa-tbs.der -noout -strparse 4
32 openssl asn1parse -in ${DIR}/cert-rsa.der -inform d -strparse ${SIG_OFFSET} -noout -out ${DIR}/cert-rsa-sig.der
35 openssl x509 -in ${DIR}/cert-rsa.der -inform d -noout -startdate -enddate > ${DIR}/cert-rsa-dates.txt
38 openssl x509 -in ${DIR}/cert-rsa.der -inform d -noout -serial > ${DIR}/cert-rsa-serial.txt
78 openssl ecparam -name prime256v1 -genkey -out ${DIR}/ecpriv.pem -noout
102 openssl asn1parse -in ${DIR}/crl-rsa.der -inform d -out ${DIR}/crl-rsa-tbs.der -noout -strparse 4
104 openssl asn1parse -in ${DIR}/crl-rsa.der -inform d -strparse ${SIG_OFFSET} -noout -out ${DIR}/crl-rsa-sig.der
117 openssl crl -inform d -in ${DIR}/crl-rsa.der -noout -lastupdate -nextupdate > ${DIR}/crl-rsa-dates.txt
118 openssl crl -inform d -in ${DIR}/crl-rsa-dsa.der -noout -lastupdate -nextupdate > ${DIR}/crl-rsa-dsa-dates.tx
    [all...]
  /external/libxml2/
xmllint.c 135 static int noout = 0; variable
901 if (noout)
919 if (noout)
937 if (noout)
954 if (noout)
978 if (noout)
1009 if (noout)
1039 if (noout)
1058 if (noout)
1089 if (noout)
    [all...]
xmlcatalog.c 35 static int noout = 0; variable
321 \t--noout: avoid dumping the result on stdout\n\
350 } else if ((!strcmp(argv[i], "-noout")) ||
351 (!strcmp(argv[i], "--noout"))) {
352 noout = 1;
356 noout = 1;
465 if ((!no_super_update) && (noout) && (catal != NULL) &&
481 if (noout) {
492 noout = 0;
508 noout = 0
    [all...]

Completed in 565 milliseconds

1 2