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

1 23 4 5 6 7 8

  /external/chromium_org/third_party/openssl/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...]
dsaparam.c 206 BIO_printf(bio_err,"unknown option %s\n",*argv);
217 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
218 BIO_printf(bio_err,"where options are\n");
219 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
220 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
221 BIO_printf(bio_err," -in arg input file\n");
222 BIO_printf(bio_err," -out arg output file\n");
223 BIO_printf(bio_err," -text print as text\n");
224 BIO_printf(bio_err," -C Output C code\n");
225 BIO_printf(bio_err," -noout no output\n")
    [all...]
cms.c 313 BIO_printf(bio_err, "Invalid key %s\n", *args);
327 BIO_printf(bio_err, "Invalid id %s\n", *args);
347 BIO_printf(bio_err, "Invalid OID %s\n", *args);
430 BIO_printf(bio_err, "Unknown digest %s\n",
562 BIO_printf(bio_err, "No signer certificate specified\n");
574 BIO_printf(bio_err, "No recipient certificate or key specified\n");
582 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
593 BIO_printf (bio_err, "Usage cms [options] cert.pem ...\n");
594 BIO_printf (bio_err, "where options are\n");
595 BIO_printf (bio_err, "-encrypt encrypt message\n")
    [all...]
s_server.c 324 BIO_printf(bio_s_out,"psk_server_cb\n");
327 BIO_printf(bio_err,"Error: client did not send PSK identity\n");
331 BIO_printf(bio_s_out,"identity_len=%d identity=%s\n",
337 BIO_printf(bio_s_out, "PSK error: client identity not found"
343 BIO_printf(bio_s_out, "PSK client identity found\n");
349 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
356 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
370 BIO_printf(bio_s_out, "fetched PSK len=%d\n", psk_len);
374 BIO_printf(bio_err, "Error in PSK server callback\n");
401 BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login)
    [all...]
pkey.c 175 BIO_printf(bio_err, "Unknown cipher %s\n",
186 BIO_printf(bio_err, "Usage pkey [options]\n");
187 BIO_printf(bio_err, "where options are\n");
188 BIO_printf(bio_err, "-in file input file\n");
189 BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
190 BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
191 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
192 BIO_printf(bio_err, "-out file output file\n");
193 BIO_printf(bio_err, "-passout arg output file pass phrase source\n");
195 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);
394 BIO_printf(bio_err,"unknown option %s\n",*argv);
405 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
406 BIO_printf(bio_err,"where options are\n");
407 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
408 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
409 BIO_printf(bio_err," -in arg input file\n");
410 BIO_printf(bio_err," -out arg output file\n");
411 BIO_printf(bio_err," -text text form of request\n");
412 BIO_printf(bio_err," -pubkey output public key\n")
    [all...]
genpkey.c 183 BIO_printf(bio_err, "Unknown cipher %s\n",
199 BIO_printf(bio_err, "Usage: genpkey [options]\n");
200 BIO_printf(bio_err, "where options may be\n");
201 BIO_printf(bio_err, "-out file output file\n");
202 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
203 BIO_printf(bio_err, "-pass arg output file pass phrase source\n");
204 BIO_printf(bio_err, "-<cipher> use cipher <cipher> to encrypt the key\n");
206 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
208 BIO_printf(bio_err, "-paramfile file parameters file\n");
209 BIO_printf(bio_err, "-algorithm alg the public key algorithm\n")
    [all...]
srp.c 149 BIO_printf(bio, "%s \"%s\"\n", s, pp[DB_srpid]);
152 BIO_printf(bio_err," %d = \"%s\"\n", j, pp[j]);
184 BIO_printf(bio_err,"Memory allocation failure\n");
197 BIO_printf(bio,"failed to update srpvfile\n");
198 BIO_printf(bio,"TXT_DB error number %ld\n",db->db->error);
207 BIO_printf(bio_err,"variable lookup failed for %s::%s\n",name,tag);
225 VERBOSE BIO_printf(bio,"Validating\n user=\"%s\"\n srp_verifier=\"%s\"\n srp_usersalt=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",user,srp_verifier,srp_usersalt, g, N);
226 BIO_printf(bio, "Pass %s\n", password);
230 BIO_printf(bio, "Internal error validating SRP verifier\n");
255 VERBOSE BIO_printf(bio,"Creating\n user=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",user,g,N)
    [all...]
enc.c 90 BIO_printf(bio,"-%-25s",name->name);
93 BIO_printf(bio,"\n");
97 BIO_printf(bio," ");
160 BIO_printf(bio_err,"%s is an unknown cipher\n",pname);
239 BIO_printf(bio_err,"unable to read key from '%s'\n",
246 BIO_printf(bio_err,"unable to read key from '%s'\n",
260 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...]
gendh.c 148 BIO_printf(bio_err,"usage: gendh [args] [numbits]\n");
149 BIO_printf(bio_err," -out file - output the key to 'file\n");
150 BIO_printf(bio_err," -2 - use 2 as the generator value\n");
151 /* BIO_printf(bio_err," -3 - use 3 as the generator value\n"); */
152 BIO_printf(bio_err," -5 - use 5 as the generator value\n");
154 BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n");
156 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
157 BIO_printf(bio_err," - load the file (or the files in the directory) into\n");
158 BIO_printf(bio_err," the random number generator\n");
194 BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n")
    [all...]
x509.c 291 BIO_printf(bio_err,"bad number of days\n");
355 BIO_printf(bio_err,
368 BIO_printf(bio_err,
470 BIO_printf(bio_err,"use -clrext instead of -crlext\n");
483 BIO_printf(bio_err,"unknown option %s\n",*argv);
495 BIO_printf(bio_err,"%s",*pp);
510 BIO_printf(bio_err, "Error getting password\n");
524 BIO_printf(bio_err,"need to specify a CAkey if using the CA command\n");
536 BIO_printf(bio_err,
540 BIO_printf(bio_err
    [all...]
  /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...]
dsaparam.c 206 BIO_printf(bio_err,"unknown option %s\n",*argv);
217 BIO_printf(bio_err,"%s [options] [bits] <infile >outfile\n",prog);
218 BIO_printf(bio_err,"where options are\n");
219 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
220 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
221 BIO_printf(bio_err," -in arg input file\n");
222 BIO_printf(bio_err," -out arg output file\n");
223 BIO_printf(bio_err," -text print as text\n");
224 BIO_printf(bio_err," -C Output C code\n");
225 BIO_printf(bio_err," -noout no output\n")
    [all...]
cms.c 313 BIO_printf(bio_err, "Invalid key %s\n", *args);
327 BIO_printf(bio_err, "Invalid id %s\n", *args);
347 BIO_printf(bio_err, "Invalid OID %s\n", *args);
430 BIO_printf(bio_err, "Unknown digest %s\n",
562 BIO_printf(bio_err, "No signer certificate specified\n");
574 BIO_printf(bio_err, "No recipient certificate or key specified\n");
582 BIO_printf(bio_err, "No recipient(s) certificate(s) specified\n");
593 BIO_printf (bio_err, "Usage cms [options] cert.pem ...\n");
594 BIO_printf (bio_err, "where options are\n");
595 BIO_printf (bio_err, "-encrypt encrypt message\n")
    [all...]
s_server.c 324 BIO_printf(bio_s_out,"psk_server_cb\n");
327 BIO_printf(bio_err,"Error: client did not send PSK identity\n");
331 BIO_printf(bio_s_out,"identity_len=%d identity=%s\n",
337 BIO_printf(bio_s_out, "PSK error: client identity not found"
343 BIO_printf(bio_s_out, "PSK client identity found\n");
349 BIO_printf(bio_err,"Could not convert PSK key '%s' to BIGNUM\n", psk_key);
356 BIO_printf(bio_err,"psk buffer of callback is too small (%d) for key (%d)\n",
370 BIO_printf(bio_s_out, "fetched PSK len=%d\n", psk_len);
374 BIO_printf(bio_err, "Error in PSK server callback\n");
401 BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login)
    [all...]
pkey.c 175 BIO_printf(bio_err, "Unknown cipher %s\n",
186 BIO_printf(bio_err, "Usage pkey [options]\n");
187 BIO_printf(bio_err, "where options are\n");
188 BIO_printf(bio_err, "-in file input file\n");
189 BIO_printf(bio_err, "-inform X input format (DER or PEM)\n");
190 BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
191 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
192 BIO_printf(bio_err, "-out file output file\n");
193 BIO_printf(bio_err, "-passout arg output file pass phrase source\n");
195 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);
394 BIO_printf(bio_err,"unknown option %s\n",*argv);
405 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
406 BIO_printf(bio_err,"where options are\n");
407 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
408 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
409 BIO_printf(bio_err," -in arg input file\n");
410 BIO_printf(bio_err," -out arg output file\n");
411 BIO_printf(bio_err," -text text form of request\n");
412 BIO_printf(bio_err," -pubkey output public key\n")
    [all...]
genpkey.c 183 BIO_printf(bio_err, "Unknown cipher %s\n",
199 BIO_printf(bio_err, "Usage: genpkey [options]\n");
200 BIO_printf(bio_err, "where options may be\n");
201 BIO_printf(bio_err, "-out file output file\n");
202 BIO_printf(bio_err, "-outform X output format (DER or PEM)\n");
203 BIO_printf(bio_err, "-pass arg output file pass phrase source\n");
204 BIO_printf(bio_err, "-<cipher> use cipher <cipher> to encrypt the key\n");
206 BIO_printf(bio_err, "-engine e use engine e, possibly a hardware device.\n");
208 BIO_printf(bio_err, "-paramfile file parameters file\n");
209 BIO_printf(bio_err, "-algorithm alg the public key algorithm\n")
    [all...]
srp.c 149 BIO_printf(bio, "%s \"%s\"\n", s, pp[DB_srpid]);
152 BIO_printf(bio_err," %d = \"%s\"\n", j, pp[j]);
184 BIO_printf(bio_err,"Memory allocation failure\n");
197 BIO_printf(bio,"failed to update srpvfile\n");
198 BIO_printf(bio,"TXT_DB error number %ld\n",db->db->error);
207 BIO_printf(bio_err,"variable lookup failed for %s::%s\n",name,tag);
225 VERBOSE BIO_printf(bio,"Validating\n user=\"%s\"\n srp_verifier=\"%s\"\n srp_usersalt=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",user,srp_verifier,srp_usersalt, g, N);
226 BIO_printf(bio, "Pass %s\n", password);
230 BIO_printf(bio, "Internal error validating SRP verifier\n");
255 VERBOSE BIO_printf(bio,"Creating\n user=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",user,g,N)
    [all...]
enc.c 90 BIO_printf(bio,"-%-25s",name->name);
93 BIO_printf(bio,"\n");
97 BIO_printf(bio," ");
160 BIO_printf(bio_err,"%s is an unknown cipher\n",pname);
239 BIO_printf(bio_err,"unable to read key from '%s'\n",
246 BIO_printf(bio_err,"unable to read key from '%s'\n",
260 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...]
gendh.c 148 BIO_printf(bio_err,"usage: gendh [args] [numbits]\n");
149 BIO_printf(bio_err," -out file - output the key to 'file\n");
150 BIO_printf(bio_err," -2 - use 2 as the generator value\n");
151 /* BIO_printf(bio_err," -3 - use 3 as the generator value\n"); */
152 BIO_printf(bio_err," -5 - use 5 as the generator value\n");
154 BIO_printf(bio_err," -engine e - use engine e, possibly a hardware device.\n");
156 BIO_printf(bio_err," -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
157 BIO_printf(bio_err," - load the file (or the files in the directory) into\n");
158 BIO_printf(bio_err," the random number generator\n");
194 BIO_printf(bio_err,"warning, not much extra random data, consider using the -rand option\n")
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/
ecdsatest.c 198 BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid));
204 BIO_printf(out, ".");
210 BIO_printf(out, ".");
220 BIO_printf(out, ".");
225 BIO_printf(out, ".");
228 BIO_printf(out, " ok\n");
232 BIO_printf(out, " failed\n");
249 BIO_printf(out, "some tests from X9.62:\n");
303 BIO_printf(out, "ERROR: unable to get random data\n");
309 BIO_printf(out, "\ntesting ECDSA_sign() and ECDSA_verify()
    [all...]
  /external/openssl/crypto/ecdsa/
ecdsatest.c 198 BIO_printf(out, "testing %s: ", OBJ_nid2sn(nid));
204 BIO_printf(out, ".");
210 BIO_printf(out, ".");
220 BIO_printf(out, ".");
225 BIO_printf(out, ".");
228 BIO_printf(out, " ok\n");
232 BIO_printf(out, " failed\n");
249 BIO_printf(out, "some tests from X9.62:\n");
303 BIO_printf(out, "ERROR: unable to get random data\n");
309 BIO_printf(out, "\ntesting ECDSA_sign() and ECDSA_verify()
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
verify.c 191 BIO_printf(bio_out,"Signed time:");
194 BIO_printf(bio_out,"\n");
198 BIO_printf(bio_out,"String 1 is %s\n",str1);
199 BIO_printf(bio_out,"String 2 is %s\n",str2);
226 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
229 BIO_printf(bio_err,"verify error:num=%d:%s\n",err,
246 BIO_printf(bio_err,"issuer= %s\n",buf);
250 BIO_printf(bio_err,"notBefore=");
252 BIO_printf(bio_err,"\n");
256 BIO_printf(bio_err,"notAfter=")
    [all...]
  /external/openssl/crypto/pkcs7/
verify.c 191 BIO_printf(bio_out,"Signed time:");
194 BIO_printf(bio_out,"\n");
198 BIO_printf(bio_out,"String 1 is %s\n",str1);
199 BIO_printf(bio_out,"String 2 is %s\n",str2);
226 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
229 BIO_printf(bio_err,"verify error:num=%d:%s\n",err,
246 BIO_printf(bio_err,"issuer= %s\n",buf);
250 BIO_printf(bio_err,"notBefore=");
252 BIO_printf(bio_err,"\n");
256 BIO_printf(bio_err,"notAfter=")
    [all...]

Completed in 761 milliseconds

1 23 4 5 6 7 8