HomeSort by relevance Sort by last modified time
    Searched full:bio_printf (Results 26 - 50 of 97) sorted by null

12 3 4

  /external/openssl/apps/
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...]
genpkey.c 183 BIO_printf(bio_err, "Unknown cipher %s\n",
199 BIO_printf(bio_err, "Usage: genpkey [options]\n");
200 BIO_printf(bio_err, "where options may be\n");
201 BIO_printf(bio_err, "-out file output file\n");
202 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
203 BIO_printf(bio_err, "-pass arg output file pass phrase source\n");
204 BIO_printf(bio_err, "-<cipher> use cipher <cipher> to encrypt the key\n");
206 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
208 BIO_printf(bio_err, "-paramfile file parameters file\n");
209 BIO_printf(bio_err, "-algorithm alg the public key algorithm\n")
    [all...]
dsaparam.c 209 BIO_printf(bio_err,"unknown option %s\n",*argv);
220 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
221 BIO_printf(bio_err,"where options are\n");
222 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
223 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
224 BIO_printf(bio_err," -in arg input file\n");
225 BIO_printf(bio_err," -out arg output file\n");
226 BIO_printf(bio_err," -text print as text\n");
227 BIO_printf(bio_err," -C Output C code\n");
228 BIO_printf(bio_err," -noout no output\n")
    [all...]
ca.c 548 BIO_printf(bio_err,"unknown option %s\n",*argv);
561 BIO_printf(bio_err,"%s",*pp2);
590 BIO_printf(bio_err,"Using configuration from %s\n",configfile);
595 BIO_printf(bio_err,"error loading the config file '%s'\n",
598 BIO_printf(bio_err,"error on line %ld of config file '%s'\n"
639 BIO_printf(bio_err,"problems opening %s for extra oid's\n",p);
667 BIO_printf(bio_err, "Invalid global string mask setting %s\n", f);
684 BIO_printf(bio_err, "DEBUG: unique_subject = \"%s\"\n", p);
692 BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p);
695 BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\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...]
nseq.c 99 BIO_printf (bio_err, "Netscape certificate sequence utility\n");
100 BIO_printf (bio_err, "Usage nseq [options]\n");
101 BIO_printf (bio_err, "where options are\n");
102 BIO_printf (bio_err, "-in file input file\n");
103 BIO_printf (bio_err, "-out file output file\n");
104 BIO_printf (bio_err, "-toseq output NS Sequence file\n");
110 BIO_printf (bio_err,
118 BIO_printf (bio_err,
139 BIO_printf (bio_err, "Error reading certs file %s\n", infile);
149 BIO_printf (bio_err, "Error reading sequence file %s\n", infile)
    [all...]
pkeyparam.c 131 BIO_printf(bio_err, "Usage pkeyparam [options]\n");
132 BIO_printf(bio_err, "where options are\n");
133 BIO_printf(bio_err, "-in file input file\n");
134 BIO_printf(bio_err, "-out file output file\n");
135 BIO_printf(bio_err, "-text print parameters as text\n");
136 BIO_printf(bio_err, "-noout don't output encoded parameters\n");
138 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
151 BIO_printf(bio_err,
163 BIO_printf(bio_err,
182 BIO_printf(bio_err, "Error reading parameters\n")
    [all...]
gendh.c 151 BIO_printf(bio_err,"usage: gendh [args] [numbits]\n");
152 BIO_printf(bio_err," -out file - output the key to 'file\n");
153 BIO_printf(bio_err," -2 - use 2 as the generator value\n");
154 /* BIO_printf(bio_err," -3 - use 3 as the generator value\n"); */
155 BIO_printf(bio_err," -5 - use 5 as the generator value\n");
157 BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n");
159 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
160 BIO_printf(bio_err," - load the file (or the files in the directory) into\n");
161 BIO_printf(bio_err," the random number generator\n");
197 BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n")
    [all...]
pkey.c 175 BIO_printf(bio_err, "Unknown cipher %s\n",
186 BIO_printf(bio_err, "Usage pkey [options]\n");
187 BIO_printf(bio_err, "where options are\n");
188 BIO_printf(bio_err, "-in file input file\n");
189 BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
190 BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
191 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
192 BIO_printf(bio_err, "-out file output file\n");
193 BIO_printf(bio_err, "-passout arg output file pass phrase source\n");
195 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n")
    [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...]
dh.c 162 BIO_printf(bio_err,"unknown option %s\n",*argv);
173 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
174 BIO_printf(bio_err,"where options are\n");
175 BIO_printf(bio_err," -inform arg input format - one of DER PEM\n");
176 BIO_printf(bio_err," -outform arg output format - one of DER PEM\n");
177 BIO_printf(bio_err," -in arg input file\n");
178 BIO_printf(bio_err," -out arg output file\n");
179 BIO_printf(bio_err," -check check the DH parameters\n");
180 BIO_printf(bio_err," -text print a text form of the DH parameters\n");
181 BIO_printf(bio_err," -C Output C code\n")
    [all...]
pkcs7.c 155 BIO_printf(bio_err,"unknown option %s\n",*argv);
166 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
167 BIO_printf(bio_err,"where options are\n");
168 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
169 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
170 BIO_printf(bio_err," -in arg input file\n");
171 BIO_printf(bio_err," -out arg output file\n");
172 BIO_printf(bio_err," -print_certs print any certs or crl in the input\n");
173 BIO_printf(bio_err," -text print full details of certificates\n");
174 BIO_printf(bio_err," -noout don't output encoded data\n")
    [all...]
apps.c 612 BIO_printf(bio_err, "User interface error\n");
619 BIO_printf(bio_err,"aborted!\n");
656 BIO_printf(err, "Can't read environment variable %s\n", arg + 4);
665 BIO_printf(err, "Can't open file %s\n", arg + 5);
682 BIO_printf(err, "Can't access file descriptor %s\n", arg + 3);
692 BIO_printf(err, "Can't open BIO for stdin\n");
696 BIO_printf(err, "Invalid password argument \"%s\"\n", arg);
706 BIO_printf(err, "Error reading password from BIO\n");
726 BIO_printf(err, "problem loading oid section %s\n", p);
732 BIO_printf(err, "problem creating object %s=%s\n"
    [all...]
prime.c 99 BIO_printf(bio_err,"Unknown option '%s'\n",*argv);
108 BIO_printf(bio_err,"No prime specified\n");
129 BIO_printf(bio_err,"Specifiy the number of bits.\n");
135 BIO_printf(bio_out,"%s\n",s);
146 BIO_printf(bio_out," is %sprime\n",
156 BIO_printf(bio_err,"options are\n");
157 BIO_printf(bio_err,"%-14s hex\n","-hex");
158 BIO_printf(bio_err,"%-14s number of checks\n","-checks <n>");
dhparam.c 245 BIO_printf(bio_err,"%s [options] [numbits]\n",prog);
246 BIO_printf(bio_err,"where options are\n");
247 BIO_printf(bio_err," -inform arg input format - one of DER PEM\n");
248 BIO_printf(bio_err," -outform arg output format - one of DER PEM\n");
249 BIO_printf(bio_err," -in arg input file\n");
250 BIO_printf(bio_err," -out arg output file\n");
252 BIO_printf(bio_err," -dsaparam read or generate DSA parameters, convert to DH\n");
254 BIO_printf(bio_err," -check check the DH parameters\n");
255 BIO_printf(bio_err," -text print a text form of the DH parameters\n");
256 BIO_printf(bio_err," -C Output C code\n")
    [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...]
rand.c 168 BIO_printf(bio_err, "Usage: rand [options] num\n");
169 BIO_printf(bio_err, "where options are\n");
170 BIO_printf(bio_err, "-out file - write to file\n");
172 BIO_printf(bio_err, "-engine e - use engine e, possibly a hardware device.\n");
174 BIO_printf(bio_err, "-rand file%cfile%c... - seed PRNG from files\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
175 BIO_printf(bio_err, "-base64 - base64 encode output\n");
176 BIO_printf(bio_err, "-hex - hex encode output\n");
186 BIO_printf(bio_err,"%ld semi-random bytes loaded\n",
231 BIO_printf(out, "%02x", buf[i]);
openssl.c 279 BIO_printf(bio_err,
354 BIO_printf(bio_err,"error in %s\n",argv[0]);
357 BIO_printf(bio_err,"bad exit\n");
429 BIO_printf(bio_stdout, "%s\n", argv[0]);
431 BIO_printf(bio_stdout, "%s\n", argv[0]+3);
486 BIO_printf(bio_stdout, "%s\n",
495 BIO_printf(bio_err,"openssl:Error: '%s' is an invalid command.\n",
497 BIO_printf(bio_err, "\nStandard commands");
509 BIO_printf(bio_err,"\n");
515 if (!nl) BIO_printf(bio_err,"\n")
    [all...]
  /external/openssl/crypto/x509v3/
v3_prn.c 77 BIO_printf(out, "%*s", indent, "");
81 if(ml) BIO_printf(out, "%*s", indent, "");
82 else if(i > 0) BIO_printf(out, ", ");
87 else BIO_printf(out, "%s:%s", nval->name, nval->value);
97 BIO_printf(out, "%s:%s", nval->name, tmp);
131 BIO_printf(out, "%*s%s", indent, "", value);
141 BIO_printf(out, "%*s%s", indent, "", tmp);
173 BIO_printf(bp,"%*s%s:\n",indent, "", title);
182 if (indent && BIO_printf(bp,"%*s",indent, "") <= 0) return 0;
186 if (BIO_printf(bp,": %s\n",j?"critical":"") <= 0
    [all...]
  /external/openssl/ssl/
ssl_txt.c 126 if (BIO_printf(bp," Protocol : %s\n",s) <= 0) goto err;
132 if (BIO_printf(bp," Cipher : %06lX\n",x->cipher_id&0xffffff) <= 0)
137 if (BIO_printf(bp," Cipher : %04lX\n",x->cipher_id&0xffff) <= 0)
143 if (BIO_printf(bp," Cipher : %s\n",((x->cipher == NULL)?"unknown":x->cipher->name)) <= 0)
149 if (BIO_printf(bp,"%02X",x->session_id[i]) <= 0) goto err;
154 if (BIO_printf(bp,"%02X",x->sid_ctx[i]) <= 0)
160 if (BIO_printf(bp,"%02X",x->master_key[i]) <= 0) goto err;
170 if (BIO_printf(bp,"%02X",x->key_arg[i]) <= 0) goto err;
181 if (BIO_printf(bp,"%02X",x->krb5_client_princ[i]) <= 0) goto err;
186 if (BIO_printf(bp, "%s", x->psk_identity ? x->psk_identity : "None") <= 0) goto err
    [all...]
  /external/openssl/crypto/pkcs7/
verify.c 191 BIO_printf(bio_out,"Signed time:");
194 BIO_printf(bio_out,"\n");
198 BIO_printf(bio_out,"String 1 is %s\n",str1);
199 BIO_printf(bio_out,"String 2 is %s\n",str2);
226 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
229 BIO_printf(bio_err,"verify error:num=%d:%s\n",err,
246 BIO_printf(bio_err,"issuer= %s\n",buf);
250 BIO_printf(bio_err,"notBefore=");
252 BIO_printf(bio_err,"\n");
256 BIO_printf(bio_err,"notAfter=")
    [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;
197 if (BIO_printf(bp," OCSP Response Status: %s (0x%lx)\n",
215 if (BIO_printf(bp,"\n Version: %lu (0x%lx)\n",
230 if (BIO_printf(bp,"\n Produced At: ")<=0) goto err
    [all...]
  /external/openssl/crypto/asn1/
t_req.c 124 if(BIO_printf(bp,"%8sVersion: %s%lu (%s0x%lx)\n","",neg,l,neg,
130 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;
138 if (BIO_printf(bp,"%12sPublic Key Algorithm: ","") <= 0)
148 BIO_printf(bp,"%12sUnable to load Public Key\n","");
161 if(BIO_printf(bp,"%8sAttributes:\n","") <= 0)
167 if(BIO_printf(bp,"%12sa0:00\n","") <= 0)
183 if(BIO_printf(bp,"%12s","") <= 0)
228 BIO_printf(bp,"%8sRequested Extensions:\n","");
235 if (BIO_printf(bp,"%12s","") <= 0) goto err;
239 if (BIO_printf(bp,": %s\n",j?"critical":"") <= 0
    [all...]
t_x509a.c 75 BIO_printf(out, "%*sTrusted Uses:\n%*s",
85 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
88 BIO_printf(out, "%*sRejected Uses:\n%*s",
98 } else BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
99 if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "",
102 BIO_printf(out, "%*sKey Id: ", indent, "");
104 BIO_printf(out, "%s%02X",
t_x509.c 132 if (BIO_printf(bp,"%8sVersion: %lu (0x%lx)\n","",l+1,l) <= 0) goto err;
150 if (BIO_printf(bp," %s%lu (%s0x%lx)\n",neg,l,neg,l) <= 0)
156 if (BIO_printf(bp,"\n%12s%s","",neg) <= 0) goto err;
160 if (BIO_printf(bp,"%02x%c",bs->data[i],
170 if (BIO_printf(bp,"%8sSignature Algorithm: ","") <= 0)
180 if (BIO_printf(bp," Issuer:%c",mlch) <= 0) goto err;
195 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;
203 if (BIO_printf(bp,"%12sPublic Key Algorithm: ","") <= 0)
213 BIO_printf(bp,"%12sUnable to load Public Key\n","");
251 if (BIO_printf(bp," Subject OCSP hash: ") <= 0
    [all...]

Completed in 844 milliseconds

12 3 4