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

1 2 3 4

  /external/openssl/apps/
ecparam.c 242 BIO_printf(bio_err,"unknown option %s\n",*argv);
253 BIO_printf(bio_err, "%s [options] <infile >outfile\n",prog);
254 BIO_printf(bio_err, "where options are\n");
255 BIO_printf(bio_err, " -inform arg input format - "
257 BIO_printf(bio_err, " -outform arg output format - "
259 BIO_printf(bio_err, " -in arg input file - "
261 BIO_printf(bio_err, " -out arg output file - "
263 BIO_printf(bio_err, " -noout do not print the "
265 BIO_printf(bio_err, " -text print the ec "
267 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");
ec.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 - "
217 BIO_printf(bio_err, " -outform arg output format - "
219 BIO_printf(bio_err, " -in arg input file\n");
220 BIO_printf(bio_err, " -passin arg input file pass "
222 BIO_printf(bio_err, " -out arg output file\n");
223 BIO_printf(bio_err, " -passout arg output file pass "
225 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...]
s_client.c 229 BIO_printf(bio_c_out, "psk_client_cb\n");
234 BIO_printf(bio_c_out,"NULL received PSK identity hint, continuing anyway\n");
237 BIO_printf(bio_c_out, "Received PSK identity hint '%s'\n", hint);
244 BIO_printf(bio_c_out, "created identity '%s' len=%d\n", identity, ret);
248 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
256 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
268 BIO_printf(bio_c_out, "created PSK len=%d\n", psk_len);
273 BIO_printf(bio_err, "Error in PSK client callback\n");
280 BIO_printf(bio_err,"usage: s_client args\n");
281 BIO_printf(bio_err,"\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",
136 BIO_printf(bio_err,"out of memory\n");
258 BIO_printf(bio_err, "No signature to verify: use the -signature option\n");
264 BIO_printf(bio_err,"unknown option '%s'\n",*argv);
265 BIO_printf(bio_err,"options are\n");
266 BIO_printf(bio_err,"-c to output the digest with separating colons\n");
267 BIO_printf(bio_err,"-r to output the digest in coreutils format\n");
268 BIO_printf(bio_err,"-d to output debug info\n");
269 BIO_printf(bio_err,"-hex output as hex dump\n");
270 BIO_printf(bio_err,"-binary output in binary form\n")
    [all...]
s_server.c 317 BIO_printf(bio_s_out,"psk_server_cb\n");
320 BIO_printf(bio_err,"Error: client did not send PSK identity\n");
324 BIO_printf(bio_s_out,"identity_len=%d identity=%s\n",
330 BIO_printf(bio_s_out, "PSK error: client identity not found"
336 BIO_printf(bio_s_out, "PSK client identity found\n");
342 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
349 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
363 BIO_printf(bio_s_out, "fetched PSK len=%d\n", psk_len);
367 BIO_printf(bio_err, "Error in PSK server callback\n");
407 BIO_printf(bio_err,"usage: s_server [args ...]\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...]
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...]
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 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...]
  /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);
97 BIO_printf(out, "%8sSignature Algorithm: %s\n", "",
100 BIO_printf(out,"%8sIssuer: %s\n","",p);
102 BIO_printf(out,"%8sLast Update: ","");
104 BIO_printf(out,"\n%8sNext Update: ","");
107 else BIO_printf(out,"NONE");
108 BIO_printf(out,"\n");
117 BIO_printf(out, "Revoked Certificates:\n");
118 else BIO_printf(out, "No Revoked Certificates.\n")
    [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 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/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...]
  /external/openssl/crypto/ecdsa/
ecdsatest.c 199 BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid));
205 BIO_printf(out, ".");
211 BIO_printf(out, ".");
221 BIO_printf(out, ".");
226 BIO_printf(out, ".");
229 BIO_printf(out, " ok\n");
233 BIO_printf(out, " failed\n");
250 BIO_printf(out, "some tests from X9.62:\n");
299 BIO_printf(out, "ERROR: unable to get random data\n");
305 BIO_printf(out, "\ntesting ECDSA_sign() and ECDSA_verify()
    [all...]

Completed in 1832 milliseconds

1 2 3 4