/external/openssl/apps/ |
x509.c | 291 BIO_printf(bio_err,"bad number of days\n"); 355 BIO_printf(bio_err, 368 BIO_printf(bio_err, 470 BIO_printf(bio_err,"use -clrext instead of -crlext\n"); 483 BIO_printf(bio_err,"unknown option %s\n",*argv); 495 BIO_printf(bio_err,"%s",*pp); 510 BIO_printf(bio_err, "Error getting password\n"); 524 BIO_printf(bio_err,"need to specify a CAkey if using the CA command\n"); 536 BIO_printf(bio_err, 540 BIO_printf(bio_err [all...] |
crl2p7.c | 148 BIO_printf(bio_err,"unknown option %s\n",*argv); 159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 160 BIO_printf(bio_err,"where options are\n"); 161 BIO_printf(bio_err," -inform arg input format - DER or PEM\n"); 162 BIO_printf(bio_err," -outform arg output format - DER or PEM\n"); 163 BIO_printf(bio_err," -in arg input file\n"); 164 BIO_printf(bio_err," -out arg output file\n"); 165 BIO_printf(bio_err," -certfile arg certificates file of chain to a trusted CA\n"); 166 BIO_printf(bio_err," (can be used more than once)\n"); 167 BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n") [all...] |
crl.c | 219 BIO_printf(bio_err,"unknown option %s\n",*argv); 231 BIO_printf(bio_err,"%s",*pp); 253 BIO_printf(bio_err, 261 BIO_printf(bio_err, 268 BIO_printf(bio_err, 275 if(i == 0) BIO_printf(bio_err, "verify failure\n"); 276 else BIO_printf(bio_err, "verify OK\n"); 292 BIO_printf(bio_out,"crlNumber="); 300 BIO_printf(bio_out,"\n"); 304 BIO_printf(bio_out,"%08lx\n" [all...] |
ca.c | 562 BIO_printf(bio_err,"unknown option %s\n",*argv); 575 BIO_printf(bio_err,"%s",*pp2); 604 BIO_printf(bio_err,"Using configuration from %s\n",configfile); 609 BIO_printf(bio_err,"error loading the config file '%s'\n", 612 BIO_printf(bio_err,"error on line %ld of config file '%s'\n" 653 BIO_printf(bio_err,"problems opening %s for extra oid's\n",p); 681 BIO_printf(bio_err, "Invalid global string mask setting %s\n", f); 698 BIO_printf(bio_err, "DEBUG: unique_subject = \"%s\"\n", p); 706 BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p); 709 BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n" [all...] |
engine.c | 136 BIO_printf(bio_out, "%s%s(input flags): ", indent, indent); 139 BIO_printf(bio_out, "<no flags>\n"); 146 BIO_printf(bio_out, "[Internal] "); 151 BIO_printf(bio_out, "NUMERIC"); 162 BIO_printf(bio_out, "|"); 165 BIO_printf(bio_out, "STRING"); 172 BIO_printf(bio_out, "|"); 175 BIO_printf(bio_out, "NO_INPUT"); 185 if(started) BIO_printf(bio_out, "|"); 186 BIO_printf(bio_out, "<0x%04X>", flags) [all...] |
s_cb.c | 142 BIO_printf(bio_err,"depth=%d ",depth); 153 BIO_printf(bio_err,"verify error:num=%d:%s\n",err, 177 BIO_printf(bio_err,"notBefore="); 179 BIO_printf(bio_err,"\n"); 183 BIO_printf(bio_err,"notAfter="); 185 BIO_printf(bio_err,"\n"); 194 BIO_printf(bio_err,"verify return:%d\n",ok); 210 BIO_printf(bio_err,"unable to get certificate from '%s'\n",cert_file); 218 BIO_printf(bio_err,"unable to get private key from '%s'\n",key_file); 246 BIO_printf(bio_err,"Private key does not match the certificate public key\n") [all...] |
dh.c | 159 BIO_printf(bio_err,"unknown option %s\n",*argv); 170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 171 BIO_printf(bio_err,"where options are\n"); 172 BIO_printf(bio_err," -inform arg input format - one of DER PEM\n"); 173 BIO_printf(bio_err," -outform arg output format - one of DER PEM\n"); 174 BIO_printf(bio_err," -in arg input file\n"); 175 BIO_printf(bio_err," -out arg output file\n"); 176 BIO_printf(bio_err," -check check the DH parameters\n"); 177 BIO_printf(bio_err," -text print a text form of the DH parameters\n"); 178 BIO_printf(bio_err," -C Output C code\n") [all...] |
pkcs7.c | 152 BIO_printf(bio_err,"unknown option %s\n",*argv); 163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 164 BIO_printf(bio_err,"where options are\n"); 165 BIO_printf(bio_err," -inform arg input format - DER or PEM\n"); 166 BIO_printf(bio_err," -outform arg output format - DER or PEM\n"); 167 BIO_printf(bio_err," -in arg input file\n"); 168 BIO_printf(bio_err," -out arg output file\n"); 169 BIO_printf(bio_err," -print_certs print any certs or crl in the input\n"); 170 BIO_printf(bio_err," -text print full details of certificates\n"); 171 BIO_printf(bio_err," -noout don't output encoded data\n") [all...] |
pkeyutl.c | 273 BIO_printf(bio_err, "Error Creating Output File\n"); 294 BIO_printf(bio_err, "Can't open signature file %s\n", 302 BIO_printf(bio_err, "Error reading signature data\n"); 313 BIO_printf(bio_err, "Error reading input Data\n"); 359 BIO_printf(bio_err, "Public Key operation error\n"); 390 BIO_printf(bio_err, "Usage: pkeyutl [options]\n"); 391 BIO_printf(bio_err, "-in file input file\n"); 392 BIO_printf(bio_err, "-out file output file\n"); 393 BIO_printf(bio_err, "-sigfile file signature file (verify operation only)\n"); 394 BIO_printf(bio_err, "-inkey file input key\n") [all...] |
openssl.c | 348 BIO_printf(bio_err, 423 BIO_printf(bio_err,"error in %s\n",argv[0]); 426 BIO_printf(bio_err,"bad exit\n"); 505 BIO_printf(bio_stdout, "%s\n", argv[0]); 507 BIO_printf(bio_stdout, "%s\n", argv[0]+3); 562 BIO_printf(bio_stdout, "%s\n", 571 BIO_printf(bio_err,"openssl:Error: '%s' is an invalid command.\n", 573 BIO_printf(bio_err, "\nStandard commands"); 585 BIO_printf(bio_err,"\n"); 591 if (!nl) BIO_printf(bio_err,"\n") [all...] |
rand.c | 165 BIO_printf(bio_err, "Usage: rand [options] num\n"); 166 BIO_printf(bio_err, "where options are\n"); 167 BIO_printf(bio_err, "-out file - write to file\n"); 169 BIO_printf(bio_err, "-engine e - use engine e, possibly a hardware device.\n"); 171 BIO_printf(bio_err, "-rand file%cfile%c... - seed PRNG from files\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); 172 BIO_printf(bio_err, "-base64 - base64 encode output\n"); 173 BIO_printf(bio_err, "-hex - hex encode output\n"); 183 BIO_printf(bio_err,"%ld semi-random bytes loaded\n", 228 BIO_printf(out, "%02x", buf[i]);
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
crl2p7.c | 148 BIO_printf(bio_err,"unknown option %s\n",*argv); 159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 160 BIO_printf(bio_err,"where options are\n"); 161 BIO_printf(bio_err," -inform arg input format - DER or PEM\n"); 162 BIO_printf(bio_err," -outform arg output format - DER or PEM\n"); 163 BIO_printf(bio_err," -in arg input file\n"); 164 BIO_printf(bio_err," -out arg output file\n"); 165 BIO_printf(bio_err," -certfile arg certificates file of chain to a trusted CA\n"); 166 BIO_printf(bio_err," (can be used more than once)\n"); 167 BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n") [all...] |
crl.c | 219 BIO_printf(bio_err,"unknown option %s\n",*argv); 231 BIO_printf(bio_err,"%s",*pp); 253 BIO_printf(bio_err, 261 BIO_printf(bio_err, 268 BIO_printf(bio_err, 275 if(i == 0) BIO_printf(bio_err, "verify failure\n"); 276 else BIO_printf(bio_err, "verify OK\n"); 292 BIO_printf(bio_out,"crlNumber="); 300 BIO_printf(bio_out,"\n"); 304 BIO_printf(bio_out,"%08lx\n" [all...] |
ca.c | 562 BIO_printf(bio_err,"unknown option %s\n",*argv); 575 BIO_printf(bio_err,"%s",*pp2); 604 BIO_printf(bio_err,"Using configuration from %s\n",configfile); 609 BIO_printf(bio_err,"error loading the config file '%s'\n", 612 BIO_printf(bio_err,"error on line %ld of config file '%s'\n" 653 BIO_printf(bio_err,"problems opening %s for extra oid's\n",p); 681 BIO_printf(bio_err, "Invalid global string mask setting %s\n", f); 698 BIO_printf(bio_err, "DEBUG: unique_subject = \"%s\"\n", p); 706 BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p); 709 BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n" [all...] |
engine.c | 136 BIO_printf(bio_out, "%s%s(input flags): ", indent, indent); 139 BIO_printf(bio_out, "<no flags>\n"); 146 BIO_printf(bio_out, "[Internal] "); 151 BIO_printf(bio_out, "NUMERIC"); 162 BIO_printf(bio_out, "|"); 165 BIO_printf(bio_out, "STRING"); 172 BIO_printf(bio_out, "|"); 175 BIO_printf(bio_out, "NO_INPUT"); 185 if(started) BIO_printf(bio_out, "|"); 186 BIO_printf(bio_out, "<0x%04X>", flags) [all...] |
s_cb.c | 142 BIO_printf(bio_err,"depth=%d ",depth); 153 BIO_printf(bio_err,"verify error:num=%d:%s\n",err, 177 BIO_printf(bio_err,"notBefore="); 179 BIO_printf(bio_err,"\n"); 183 BIO_printf(bio_err,"notAfter="); 185 BIO_printf(bio_err,"\n"); 194 BIO_printf(bio_err,"verify return:%d\n",ok); 210 BIO_printf(bio_err,"unable to get certificate from '%s'\n",cert_file); 218 BIO_printf(bio_err,"unable to get private key from '%s'\n",key_file); 246 BIO_printf(bio_err,"Private key does not match the certificate public key\n") [all...] |
dh.c | 159 BIO_printf(bio_err,"unknown option %s\n",*argv); 170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 171 BIO_printf(bio_err,"where options are\n"); 172 BIO_printf(bio_err," -inform arg input format - one of DER PEM\n"); 173 BIO_printf(bio_err," -outform arg output format - one of DER PEM\n"); 174 BIO_printf(bio_err," -in arg input file\n"); 175 BIO_printf(bio_err," -out arg output file\n"); 176 BIO_printf(bio_err," -check check the DH parameters\n"); 177 BIO_printf(bio_err," -text print a text form of the DH parameters\n"); 178 BIO_printf(bio_err," -C Output C code\n") [all...] |
pkcs7.c | 152 BIO_printf(bio_err,"unknown option %s\n",*argv); 163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 164 BIO_printf(bio_err,"where options are\n"); 165 BIO_printf(bio_err," -inform arg input format - DER or PEM\n"); 166 BIO_printf(bio_err," -outform arg output format - DER or PEM\n"); 167 BIO_printf(bio_err," -in arg input file\n"); 168 BIO_printf(bio_err," -out arg output file\n"); 169 BIO_printf(bio_err," -print_certs print any certs or crl in the input\n"); 170 BIO_printf(bio_err," -text print full details of certificates\n"); 171 BIO_printf(bio_err," -noout don't output encoded data\n") [all...] |
pkeyutl.c | 273 BIO_printf(bio_err, "Error Creating Output File\n"); 294 BIO_printf(bio_err, "Can't open signature file %s\n", 302 BIO_printf(bio_err, "Error reading signature data\n"); 313 BIO_printf(bio_err, "Error reading input Data\n"); 359 BIO_printf(bio_err, "Public Key operation error\n"); 390 BIO_printf(bio_err, "Usage: pkeyutl [options]\n"); 391 BIO_printf(bio_err, "-in file input file\n"); 392 BIO_printf(bio_err, "-out file output file\n"); 393 BIO_printf(bio_err, "-sigfile file signature file (verify operation only)\n"); 394 BIO_printf(bio_err, "-inkey file input key\n") [all...] |
openssl.c | 348 BIO_printf(bio_err, 423 BIO_printf(bio_err,"error in %s\n",argv[0]); 426 BIO_printf(bio_err,"bad exit\n"); 505 BIO_printf(bio_stdout, "%s\n", argv[0]); 507 BIO_printf(bio_stdout, "%s\n", argv[0]+3); 562 BIO_printf(bio_stdout, "%s\n", 571 BIO_printf(bio_err,"openssl:Error: '%s' is an invalid command.\n", 573 BIO_printf(bio_err, "\nStandard commands"); 585 BIO_printf(bio_err,"\n"); 591 if (!nl) BIO_printf(bio_err,"\n") [all...] |
rand.c | 165 BIO_printf(bio_err, "Usage: rand [options] num\n"); 166 BIO_printf(bio_err, "where options are\n"); 167 BIO_printf(bio_err, "-out file - write to file\n"); 169 BIO_printf(bio_err, "-engine e - use engine e, possibly a hardware device.\n"); 171 BIO_printf(bio_err, "-rand file%cfile%c... - seed PRNG from files\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); 172 BIO_printf(bio_err, "-base64 - base64 encode output\n"); 173 BIO_printf(bio_err, "-hex - hex encode output\n"); 183 BIO_printf(bio_err,"%ld semi-random bytes loaded\n", 228 BIO_printf(out, "%02x", buf[i]);
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
ecdhtest.c | 177 BIO_printf(out," ."); 205 BIO_printf(out,"."); 222 BIO_printf(out,"."); 239 BIO_printf(out,"."); 246 BIO_printf(out, " failed\n\n"); 247 BIO_printf(out, "key a:\n"); 248 BIO_printf(out, "private key: "); 250 BIO_printf(out, "\n"); 251 BIO_printf(out, "public key (x,y): "); 253 BIO_printf(out, ",") [all...] |
/external/openssl/crypto/ecdh/ |
ecdhtest.c | 177 BIO_printf(out," ."); 205 BIO_printf(out,"."); 222 BIO_printf(out,"."); 239 BIO_printf(out,"."); 246 BIO_printf(out, " failed\n\n"); 247 BIO_printf(out, "key a:\n"); 248 BIO_printf(out, "private key: "); 250 BIO_printf(out, "\n"); 251 BIO_printf(out, "public key (x,y): "); 253 BIO_printf(out, ",") [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp_prn.c | 71 BIO_printf(bp, "%*sCertificate ID:\n", indent, ""); 73 BIO_printf(bp, "%*sHash Algorithm: ", indent, ""); 75 BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, ""); 77 BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, ""); 79 BIO_printf(bp, "\n%*sSerial Number: ", indent, ""); 81 BIO_printf(bp, "\n"); 146 if (BIO_printf(bp," Version: %lu (0x%lx)",l+1,l) <= 0) goto err; 196 if (BIO_printf(bp," OCSP Response Status: %s (0x%lx)\n", 213 if (BIO_printf(bp,"\n Version: %lu (0x%lx)\n", 228 if (BIO_printf(bp,"\n Produced At: ")<=0) goto err [all...] |
/external/openssl/crypto/ocsp/ |
ocsp_prn.c | 71 BIO_printf(bp, "%*sCertificate ID:\n", indent, ""); 73 BIO_printf(bp, "%*sHash Algorithm: ", indent, ""); 75 BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, ""); 77 BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, ""); 79 BIO_printf(bp, "\n%*sSerial Number: ", indent, ""); 81 BIO_printf(bp, "\n"); 146 if (BIO_printf(bp," Version: %lu (0x%lx)",l+1,l) <= 0) goto err; 196 if (BIO_printf(bp," OCSP Response Status: %s (0x%lx)\n", 213 if (BIO_printf(bp,"\n Version: %lu (0x%lx)\n", 228 if (BIO_printf(bp,"\n Produced At: ")<=0) goto err [all...] |