/external/openssl/apps/ |
pkcs12.c | 278 BIO_printf (bio_err, "Usage: pkcs12 [options]\n"); 279 BIO_printf (bio_err, "where options are\n"); 280 BIO_printf (bio_err, "-export output PKCS12 file\n"); 281 BIO_printf (bio_err, "-chain add certificate chain\n"); 282 BIO_printf (bio_err, "-inkey file private key if not infile\n"); 283 BIO_printf (bio_err, "-certfile f add all certs in f\n"); 284 BIO_printf (bio_err, "-CApath arg - PEM format directory of CA's\n"); 285 BIO_printf (bio_err, "-CAfile arg - PEM format file of CA's\n"); 286 BIO_printf (bio_err, "-name \"name\" use name as friendly name\n"); 287 BIO_printf (bio_err, "-caname \"nm\" use nm as CA friendly name (can be used more than once).\n") [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...] |
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...] |
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...] |
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...] |
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...] |
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...] |
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...] |
cms.c | 310 BIO_printf(bio_err, "Invalid key %s\n", *args); 324 BIO_printf(bio_err, "Invalid id %s\n", *args); 337 BIO_printf(bio_err, "Invalid OID %s\n", *args); 420 BIO_printf(bio_err, "Unknown digest %s\n", 552 BIO_printf(bio_err, "No signer certificate specified\n"); 564 BIO_printf(bio_err, "No recipient certificate or key specified\n"); 572 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n"); 583 BIO_printf (bio_err, "Usage cms [options] cert.pem ...\n"); 584 BIO_printf (bio_err, "where options are\n"); 585 BIO_printf (bio_err, "-encrypt encrypt 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...] |
req.c | 239 BIO_printf(bio_err, "Can't find keygen engine %s\n", *argv); 385 BIO_printf(bio_err,"unknown option %s\n",*argv); 396 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 397 BIO_printf(bio_err,"where options are\n"); 398 BIO_printf(bio_err," -inform arg input format - DER or PEM\n"); 399 BIO_printf(bio_err," -outform arg output format - DER or PEM\n"); 400 BIO_printf(bio_err," -in arg input file\n"); 401 BIO_printf(bio_err," -out arg output file\n"); 402 BIO_printf(bio_err," -text text form of request\n"); 403 BIO_printf(bio_err," -pubkey output public key\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...] |
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...] |
x509.c | 280 BIO_printf(STDout,"bad number of days\n"); 344 BIO_printf(bio_err, 357 BIO_printf(bio_err, 459 BIO_printf(bio_err,"use -clrext instead of -crlext\n"); 472 BIO_printf(bio_err,"unknown option %s\n",*argv); 484 BIO_printf(bio_err,"%s",*pp); 499 BIO_printf(bio_err, "Error getting password\n"); 513 BIO_printf(bio_err,"need to specify a CAkey if using the CA command\n"); 525 BIO_printf(bio_err, 529 BIO_printf(bio_err [all...] |
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...] |
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...] |
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...] |
gendsa.c | 176 BIO_printf(bio_err,"usage: gendsa [args] dsaparam-file\n"); 177 BIO_printf(bio_err," -out file - output the key to 'file'\n"); 179 BIO_printf(bio_err," -des - encrypt the generated key with DES in cbc mode\n"); 180 BIO_printf(bio_err," -des3 - encrypt the generated key with DES in ede cbc mode (168 bit key)\n"); 183 BIO_printf(bio_err," -idea - encrypt the generated key with IDEA in cbc mode\n"); 186 BIO_printf(bio_err," -seed\n"); 187 BIO_printf(bio_err," encrypt PEM output with cbc seed\n"); 190 BIO_printf(bio_err," -aes128, -aes192, -aes256\n"); 191 BIO_printf(bio_err," encrypt PEM output with cbc aes\n"); 194 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...] |
enc.c | 90 BIO_printf(bio,"-%-25s",name->name); 93 BIO_printf(bio,"\n"); 97 BIO_printf(bio," "); 162 BIO_printf(bio_err,"%s is an unknown cipher\n",pname); 241 BIO_printf(bio_err,"unable to read key from '%s'\n", 248 BIO_printf(bio_err,"unable to read key from '%s'\n", 262 BIO_printf(bio_err,"zero length password\n"); 296 BIO_printf(bio_err,"unknown option '%s'\n",*argv); 298 BIO_printf(bio_err,"options are\n"); 299 BIO_printf(bio_err,"%-14s input file\n","-in <file>") [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...] |
/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/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...] |
/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...] |
/external/openssl/crypto/ecdh/ |
ecdhtest.c | 175 BIO_printf(out," ."); 201 BIO_printf(out,"."); 218 BIO_printf(out,"."); 235 BIO_printf(out,"."); 242 BIO_printf(out, " failed\n\n"); 243 BIO_printf(out, "key a:\n"); 244 BIO_printf(out, "private key: "); 246 BIO_printf(out, "\n"); 247 BIO_printf(out, "public key (x,y): "); 249 BIO_printf(out, ",") [all...] |