/external/openssl/crypto/asn1/ |
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/chromium_org/third_party/openssl/openssl/apps/ |
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/apps/ |
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...] |
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...] |
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...] |
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/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
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/chromium_org/third_party/openssl/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/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...] |