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

1 2 3 4

  /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...]
dgst.c 98 BIO_printf(arg, "-%-14s to use the %s message digest algorithm\n",
137 BIO_printf(bio_err,"out of memory\n");
263 BIO_printf(bio_err, "No signature to verify: use the -signature option\n");
269 BIO_printf(bio_err,"unknown option '%s'\n",*argv);
270 BIO_printf(bio_err,"options are\n");
271 BIO_printf(bio_err,"-c to output the digest with separating colons\n");
272 BIO_printf(bio_err,"-r to output the digest in coreutils format\n");
273 BIO_printf(bio_err,"-d to output debug info\n");
274 BIO_printf(bio_err,"-hex output as hex dump\n");
275 BIO_printf(bio_err,"-binary output in binary form\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>");
genrsa.c 123 BIO_printf(bio_err,"unable to create BIO for output\n");
196 BIO_printf(bio_err,"usage: genrsa [args] [numbits]\n");
197 BIO_printf(bio_err," -des encrypt the generated key with DES in cbc mode\n");
198 BIO_printf(bio_err," -des3 encrypt the generated key with DES in ede cbc mode (168 bit key)\n");
200 BIO_printf(bio_err," -idea encrypt the generated key with IDEA in cbc mode\n");
203 BIO_printf(bio_err," -seed\n");
204 BIO_printf(bio_err," encrypt PEM output with cbc seed\n");
207 BIO_printf(bio_err," -aes128, -aes192, -aes256\n");
208 BIO_printf(bio_err," encrypt PEM output with cbc aes\n");
211 BIO_printf(bio_err," -camellia128, -camellia192, -camellia256\n")
    [all...]
ocsp.c 197 BIO_printf(bio_err,
212 BIO_printf(bio_err, "Error parsing URL\n");
364 BIO_printf(bio_err,
380 BIO_printf(bio_err,
492 BIO_printf(bio_err,
510 BIO_printf(bio_err,
526 BIO_printf(bio_err,
573 BIO_printf (bio_err, "OCSP utility\n");
574 BIO_printf (bio_err, "Usage ocsp [options]\n");
575 BIO_printf (bio_err, "where options are\n")
    [all...]
s_client.c 235 BIO_printf(bio_c_out, "psk_client_cb\n");
240 BIO_printf(bio_c_out,"NULL received PSK identity hint, continuing anyway\n");
243 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
250 BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity, ret);
254 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
262 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
274 BIO_printf(bio_c_out, "created PSK len=%d\n", psk_len);
279 BIO_printf(bio_err, "Error in PSK client callback\n");
286 BIO_printf(bio_err,"usage: s_client args\n");
287 BIO_printf(bio_err,"\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...]
asn1pars.c 118 BIO_printf(bio_err,"Memory allocation failure\n");
186 BIO_printf(bio_err,"unknown option %s\n",*argv);
197 BIO_printf(bio_err,"%s [options] <infile\n",prog);
198 BIO_printf(bio_err,"where options are\n");
199 BIO_printf(bio_err," -inform arg input format - one of DER PEM\n");
200 BIO_printf(bio_err," -in arg input file\n");
201 BIO_printf(bio_err," -out arg output file (output format is always DER\n");
202 BIO_printf(bio_err," -noout arg don't produce any output\n");
203 BIO_printf(bio_err," -offset arg offset into file\n");
204 BIO_printf(bio_err," -length arg length of section in file\n")
    [all...]
dhparam.c 242 BIO_printf(bio_err,"%s [options] [numbits]\n",prog);
243 BIO_printf(bio_err,"where options are\n");
244 BIO_printf(bio_err," -inform arg input format - one of DER PEM\n");
245 BIO_printf(bio_err," -outform arg output format - one of DER PEM\n");
246 BIO_printf(bio_err," -in arg input file\n");
247 BIO_printf(bio_err," -out arg output file\n");
249 BIO_printf(bio_err," -dsaparam read or generate DSA parameters, convert to DH\n");
251 BIO_printf(bio_err," -check check the DH parameters\n");
252 BIO_printf(bio_err," -text print a text form of the DH parameters\n");
253 BIO_printf(bio_err," -C Output C code\n")
    [all...]
gendsa.c 173 BIO_printf(bio_err,"usage: gendsa [args] dsaparam-file\n");
174 BIO_printf(bio_err," -out file - output the key to 'file'\n");
176 BIO_printf(bio_err," -des - encrypt the generated key with DES in cbc mode\n");
177 BIO_printf(bio_err," -des3 - encrypt the generated key with DES in ede cbc mode (168 bit key)\n");
180 BIO_printf(bio_err," -idea - encrypt the generated key with IDEA in cbc mode\n");
183 BIO_printf(bio_err," -seed\n");
184 BIO_printf(bio_err," encrypt PEM output with cbc seed\n");
187 BIO_printf(bio_err," -aes128, -aes192, -aes256\n");
188 BIO_printf(bio_err," encrypt PEM output with cbc aes\n");
191 BIO_printf(bio_err," -camellia128, -camellia192, -camellia256\n")
    [all...]
spkac.c 168 BIO_printf(bio_err,"%s [options]\n",prog);
169 BIO_printf(bio_err,"where options are\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," -key arg create SPKAC using private key\n");
173 BIO_printf(bio_err," -passin arg input file pass phrase source\n");
174 BIO_printf(bio_err," -challenge arg challenge string\n");
175 BIO_printf(bio_err," -spkac arg alternative SPKAC name\n");
176 BIO_printf(bio_err," -noout don't print SPKAC\n");
177 BIO_printf(bio_err," -pubkey output public key\n")
    [all...]
  /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",
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)?"":":")
t_spki.c 79 BIO_printf(out, "Netscape SPKI:\n");
81 BIO_printf(out," Public Key Algorithm: %s\n",
84 if(!pkey) BIO_printf(out, " Unable to load public key\n");
92 BIO_printf(out, " Challenge String: %s\n", chal->data);
94 BIO_printf(out," Signature Algorithm: %s",
102 BIO_printf(out,"%02x%s",(unsigned char)s[i],
  /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...]
  /external/openssl/crypto/lhash/
lh_stats.c 182 BIO_printf(out,"num_items = %lu\n",lh->num_items);
183 BIO_printf(out,"num_nodes = %u\n",lh->num_nodes);
184 BIO_printf(out,"num_alloc_nodes = %u\n",lh->num_alloc_nodes);
185 BIO_printf(out,"num_expands = %lu\n",lh->num_expands);
186 BIO_printf(out,"num_expand_reallocs = %lu\n",
188 BIO_printf(out,"num_contracts = %lu\n",lh->num_contracts);
189 BIO_printf(out,"num_contract_reallocs = %lu\n",
191 BIO_printf(out,"num_hash_calls = %lu\n",lh->num_hash_calls);
192 BIO_printf(out,"num_comp_calls = %lu\n",lh->num_comp_calls);
193 BIO_printf(out,"num_insert = %lu\n",lh->num_insert)
    [all...]

Completed in 589 milliseconds

1 2 3 4