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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/openssl/openssl/apps/
ecparam.c 239 BIO_printf(bio_err,"unknown option %s\n",*argv);
250 BIO_printf(bio_err, "%s [options] <infile >outfile\n",prog);
251 BIO_printf(bio_err, "where options are\n");
252 BIO_printf(bio_err, " -inform arg input format - "
254 BIO_printf(bio_err, " -outform arg output format - "
256 BIO_printf(bio_err, " -in arg input file - "
258 BIO_printf(bio_err, " -out arg output file - "
260 BIO_printf(bio_err, " -noout do not print the "
262 BIO_printf(bio_err, " -text print the ec "
264 BIO_printf(bio_err, " -check validate the ec
    [all...]
pkcs8.c 114 BIO_printf(bio_err,
130 BIO_printf(bio_err,
210 BIO_printf(bio_err, "Usage pkcs8 [options]\n");
211 BIO_printf(bio_err, "where options are\n");
212 BIO_printf(bio_err, "-in file input file\n");
213 BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
214 BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
215 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
216 BIO_printf(bio_err, "-out file output file\n");
217 BIO_printf(bio_err, "-passout arg output file pass phrase source\n")
    [all...]
app_rand.c 128 BIO_printf(bio_e,"Loading 'screen' into random state -");
131 BIO_printf(bio_e," done\n");
149 BIO_printf(bio_e,"unable to load 'random state'\n");
150 BIO_printf(bio_e,"This means that the random number generator has not been seeded\n");
151 BIO_printf(bio_e,"with much random data.\n");
154 BIO_printf(bio_e,"Consider setting the RANDFILE environment variable to point at a file that\n");
155 BIO_printf(bio_e,"'random' data can be kept in (the file will be overwritten).\n");
209 BIO_printf(bio_e,"unable to write 'random state'\n");
pkeyparam.c 130 BIO_printf(bio_err, "Usage pkeyparam [options]\n");
131 BIO_printf(bio_err, "where options are\n");
132 BIO_printf(bio_err, "-in file input file\n");
133 BIO_printf(bio_err, "-out file output file\n");
134 BIO_printf(bio_err, "-text print parameters as text\n");
135 BIO_printf(bio_err, "-noout don't output encoded parameters\n");
137 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
150 BIO_printf(bio_err,
162 BIO_printf(bio_err,
181 BIO_printf(bio_err, "Error reading parameters\n")
    [all...]
ec.c 199 BIO_printf(bio_err, "unknown option %s\n", *argv);
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
211 BIO_printf(bio_err, "where options are\n");
212 BIO_printf(bio_err, " -inform arg input format - "
214 BIO_printf(bio_err, " -outform arg output format - "
216 BIO_printf(bio_err, " -in arg input file\n");
217 BIO_printf(bio_err, " -passin arg input file pass "
219 BIO_printf(bio_err, " -out arg output file\n");
220 BIO_printf(bio_err, " -passout arg output file pass "
222 BIO_printf(bio_err, " -engine e use engine e,
    [all...]
smime.c 287 BIO_printf(bio_err, "Unknown digest %s\n",
402 BIO_printf(bio_err, "No signer certificate specified\n");
413 BIO_printf(bio_err, "No recipient certificate or key specified\n");
421 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
432 BIO_printf (bio_err, "Usage smime [options] cert.pem ...\n");
433 BIO_printf (bio_err, "where options are\n");
434 BIO_printf (bio_err, "-encrypt encrypt message\n");
435 BIO_printf (bio_err, "-decrypt decrypt encrypted message\n");
436 BIO_printf (bio_err, "-sign sign message\n");
437 BIO_printf (bio_err, "-verify verify signed message\n")
    [all...]
dsa.c 194 BIO_printf(bio_err,"unknown option %s\n",*argv);
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
206 BIO_printf(bio_err,"where options are\n");
207 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
208 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
209 BIO_printf(bio_err," -in arg input file\n");
210 BIO_printf(bio_err," -passin arg input file pass phrase source\n");
211 BIO_printf(bio_err," -out arg output file\n");
212 BIO_printf(bio_err," -passout arg output file pass phrase source\n");
214 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n")
    [all...]
rsa.c 202 BIO_printf(bio_err,"unknown option %s\n",*argv);
213 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
214 BIO_printf(bio_err,"where options are\n");
215 BIO_printf(bio_err," -inform arg input format - one of DER NET PEM\n");
216 BIO_printf(bio_err," -outform arg output format - one of DER NET PEM\n");
217 BIO_printf(bio_err," -in arg input file\n");
218 BIO_printf(bio_err," -sgckey Use IIS SGC key format\n");
219 BIO_printf(bio_err," -passin arg input file pass phrase source\n");
220 BIO_printf(bio_err," -out arg output file\n");
221 BIO_printf(bio_err," -passout arg output file pass phrase source\n")
    [all...]
rsautl.c 184 BIO_printf(bio_err, "A private key is needed for this operation\n");
192 BIO_printf(bio_err, "Error getting password\n");
228 BIO_printf(bio_err, "Error getting RSA key\n");
236 BIO_printf(bio_err, "Error Reading Input File\n");
244 BIO_printf(bio_err, "Error Reading Output File\n");
266 BIO_printf(bio_err, "Error reading input Data\n");
299 BIO_printf(bio_err, "RSA operation error\n");
322 BIO_printf(bio_err, "Usage: rsautl [options]\n");
323 BIO_printf(bio_err, "-in file input file\n");
324 BIO_printf(bio_err, "-out file output file\n")
    [all...]
  /external/openssl/apps/
ecparam.c 239 BIO_printf(bio_err,"unknown option %s\n",*argv);
250 BIO_printf(bio_err, "%s [options] <infile >outfile\n",prog);
251 BIO_printf(bio_err, "where options are\n");
252 BIO_printf(bio_err, " -inform arg input format - "
254 BIO_printf(bio_err, " -outform arg output format - "
256 BIO_printf(bio_err, " -in arg input file - "
258 BIO_printf(bio_err, " -out arg output file - "
260 BIO_printf(bio_err, " -noout do not print the "
262 BIO_printf(bio_err, " -text print the ec "
264 BIO_printf(bio_err, " -check validate the ec
    [all...]
pkcs8.c 114 BIO_printf(bio_err,
130 BIO_printf(bio_err,
210 BIO_printf(bio_err, "Usage pkcs8 [options]\n");
211 BIO_printf(bio_err, "where options are\n");
212 BIO_printf(bio_err, "-in file input file\n");
213 BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
214 BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
215 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
216 BIO_printf(bio_err, "-out file output file\n");
217 BIO_printf(bio_err, "-passout arg output file pass phrase source\n")
    [all...]
app_rand.c 128 BIO_printf(bio_e,"Loading 'screen' into random state -");
131 BIO_printf(bio_e," done\n");
149 BIO_printf(bio_e,"unable to load 'random state'\n");
150 BIO_printf(bio_e,"This means that the random number generator has not been seeded\n");
151 BIO_printf(bio_e,"with much random data.\n");
154 BIO_printf(bio_e,"Consider setting the RANDFILE environment variable to point at a file that\n");
155 BIO_printf(bio_e,"'random' data can be kept in (the file will be overwritten).\n");
209 BIO_printf(bio_e,"unable to write 'random state'\n");
pkeyparam.c 130 BIO_printf(bio_err, "Usage pkeyparam [options]\n");
131 BIO_printf(bio_err, "where options are\n");
132 BIO_printf(bio_err, "-in file input file\n");
133 BIO_printf(bio_err, "-out file output file\n");
134 BIO_printf(bio_err, "-text print parameters as text\n");
135 BIO_printf(bio_err, "-noout don't output encoded parameters\n");
137 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
150 BIO_printf(bio_err,
162 BIO_printf(bio_err,
181 BIO_printf(bio_err, "Error reading parameters\n")
    [all...]
ec.c 199 BIO_printf(bio_err, "unknown option %s\n", *argv);
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
211 BIO_printf(bio_err, "where options are\n");
212 BIO_printf(bio_err, " -inform arg input format - "
214 BIO_printf(bio_err, " -outform arg output format - "
216 BIO_printf(bio_err, " -in arg input file\n");
217 BIO_printf(bio_err, " -passin arg input file pass "
219 BIO_printf(bio_err, " -out arg output file\n");
220 BIO_printf(bio_err, " -passout arg output file pass "
222 BIO_printf(bio_err, " -engine e use engine e,
    [all...]
smime.c 287 BIO_printf(bio_err, "Unknown digest %s\n",
402 BIO_printf(bio_err, "No signer certificate specified\n");
413 BIO_printf(bio_err, "No recipient certificate or key specified\n");
421 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
432 BIO_printf (bio_err, "Usage smime [options] cert.pem ...\n");
433 BIO_printf (bio_err, "where options are\n");
434 BIO_printf (bio_err, "-encrypt encrypt message\n");
435 BIO_printf (bio_err, "-decrypt decrypt encrypted message\n");
436 BIO_printf (bio_err, "-sign sign message\n");
437 BIO_printf (bio_err, "-verify verify signed message\n")
    [all...]
dsa.c 194 BIO_printf(bio_err,"unknown option %s\n",*argv);
205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
206 BIO_printf(bio_err,"where options are\n");
207 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
208 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
209 BIO_printf(bio_err," -in arg input file\n");
210 BIO_printf(bio_err," -passin arg input file pass phrase source\n");
211 BIO_printf(bio_err," -out arg output file\n");
212 BIO_printf(bio_err," -passout arg output file pass phrase source\n");
214 BIO_printf(bio_err," -engine e use engine e, possibly a hardware device.\n")
    [all...]
rsa.c 202 BIO_printf(bio_err,"unknown option %s\n",*argv);
213 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
214 BIO_printf(bio_err,"where options are\n");
215 BIO_printf(bio_err," -inform arg input format - one of DER NET PEM\n");
216 BIO_printf(bio_err," -outform arg output format - one of DER NET PEM\n");
217 BIO_printf(bio_err," -in arg input file\n");
218 BIO_printf(bio_err," -sgckey Use IIS SGC key format\n");
219 BIO_printf(bio_err," -passin arg input file pass phrase source\n");
220 BIO_printf(bio_err," -out arg output file\n");
221 BIO_printf(bio_err," -passout arg output file pass phrase source\n")
    [all...]
rsautl.c 184 BIO_printf(bio_err, "A private key is needed for this operation\n");
192 BIO_printf(bio_err, "Error getting password\n");
228 BIO_printf(bio_err, "Error getting RSA key\n");
236 BIO_printf(bio_err, "Error Reading Input File\n");
244 BIO_printf(bio_err, "Error Reading Output File\n");
266 BIO_printf(bio_err, "Error reading input Data\n");
299 BIO_printf(bio_err, "RSA operation error\n");
322 BIO_printf(bio_err, "Usage: rsautl [options]\n");
323 BIO_printf(bio_err, "-in file input file\n");
324 BIO_printf(bio_err, "-out file output file\n")
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
t_crl.c 93 BIO_printf(out, "Certificate Revocation List (CRL):\n");
95 BIO_printf(out, "%8sVersion %lu (0x%lx)\n", "", l+1, l);
99 BIO_printf(out,"%8sIssuer: %s\n","",p);
101 BIO_printf(out,"%8sLast Update: ","");
103 BIO_printf(out,"\n%8sNext Update: ","");
106 else BIO_printf(out,"NONE");
107 BIO_printf(out,"\n");
115 BIO_printf(out, "Revoked Certificates:\n");
116 else BIO_printf(out, "No Revoked Certificates.\n");
120 BIO_printf(out," Serial Number: ")
    [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_pkey.c 77 if (BIO_printf(bp, "%s 0\n", number) <= 0)
84 if (BIO_printf(bp,"%s %s%lu (%s0x%lx)\n",number,neg,
91 if (BIO_printf(bp,"%s%s",number,
108 if (BIO_printf(bp,"%02x%s",buf[i],((i+1) == n)?"":":")
  /external/openssl/crypto/asn1/
t_crl.c 93 BIO_printf(out, "Certificate Revocation List (CRL):\n");
95 BIO_printf(out, "%8sVersion %lu (0x%lx)\n", "", l+1, l);
99 BIO_printf(out,"%8sIssuer: %s\n","",p);
101 BIO_printf(out,"%8sLast Update: ","");
103 BIO_printf(out,"\n%8sNext Update: ","");
106 else BIO_printf(out,"NONE");
107 BIO_printf(out,"\n");
115 BIO_printf(out, "Revoked Certificates:\n");
116 else BIO_printf(out, "No Revoked Certificates.\n");
120 BIO_printf(out," Serial Number: ")
    [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",
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_txt.c 130 if (BIO_printf(bp," Protocol : %s\n",s) <= 0) goto err;
136 if (BIO_printf(bp," Cipher : %06lX\n",x->cipher_id&0xffffff) <= 0)
141 if (BIO_printf(bp," Cipher : %04lX\n",x->cipher_id&0xffff) <= 0)
147 if (BIO_printf(bp," Cipher : %s\n",((x->cipher == NULL)?"unknown":x->cipher->name)) <= 0)
153 if (BIO_printf(bp,"%02X",x->session_id[i]) <= 0) goto err;
158 if (BIO_printf(bp,"%02X",x->sid_ctx[i]) <= 0)
164 if (BIO_printf(bp,"%02X",x->master_key[i]) <= 0) goto err;
174 if (BIO_printf(bp,"%02X",x->key_arg[i]) <= 0) goto err;
185 if (BIO_printf(bp,"%02X",x->krb5_client_princ[i]) <= 0) goto err;
190 if (BIO_printf(bp, "%s", x->psk_identity ? x->psk_identity : "None") <= 0) goto err
    [all...]
  /external/openssl/ssl/
ssl_txt.c 130 if (BIO_printf(bp," Protocol : %s\n",s) <= 0) goto err;
136 if (BIO_printf(bp," Cipher : %06lX\n",x->cipher_id&0xffffff) <= 0)
141 if (BIO_printf(bp," Cipher : %04lX\n",x->cipher_id&0xffff) <= 0)
147 if (BIO_printf(bp," Cipher : %s\n",((x->cipher == NULL)?"unknown":x->cipher->name)) <= 0)
153 if (BIO_printf(bp,"%02X",x->session_id[i]) <= 0) goto err;
158 if (BIO_printf(bp,"%02X",x->sid_ctx[i]) <= 0)
164 if (BIO_printf(bp,"%02X",x->master_key[i]) <= 0) goto err;
174 if (BIO_printf(bp,"%02X",x->key_arg[i]) <= 0) goto err;
185 if (BIO_printf(bp,"%02X",x->krb5_client_princ[i]) <= 0) goto err;
190 if (BIO_printf(bp, "%s", x->psk_identity ? x->psk_identity : "None") <= 0) goto err
    [all...]

Completed in 428 milliseconds

1 2 3 4 5 6 7 8