HomeSort by relevance Sort by last modified time
    Searched full:bio_err (Results 26 - 50 of 65) sorted by null

12 3

  /external/openssl/apps/
crl2p7.c 102 if (bio_err == NULL)
103 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
104 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
148 BIO_printf(bio_err,"unknown option %s\n",*argv);
159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
160 BIO_printf(bio_err,"where options are\n");
161 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
162 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
163 BIO_printf(bio_err," -in arg input file\n");
164 BIO_printf(bio_err," -out arg output file\n")
    [all...]
s_client.c 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",
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");
288 BIO_printf(bio_err," -host host - use -connect instead\n");
289 BIO_printf(bio_err," -port port - use -connect instead\n");
290 BIO_printf(bio_err," -connect host:port - who to connect to (default is %s:%s)\n",SSL_HOST_NAME,PORT_STR);
292 BIO_printf(bio_err," -verify arg - turn on peer certificate verification\n");
293 BIO_printf(bio_err," -cert arg - certificate file to use, PEM format assumed\n")
    [all...]
pkcs7.c 98 if (bio_err == NULL)
99 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
100 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
102 if (!load_config(bio_err, NULL))
152 BIO_printf(bio_err,"unknown option %s\n",*argv);
163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
164 BIO_printf(bio_err,"where options are\n");
165 BIO_printf(bio_err," -inform arg input format - DER or PEM\n");
166 BIO_printf(bio_err," -outform arg output format - DER or PEM\n");
167 BIO_printf(bio_err," -in arg input file\n")
    [all...]
verify.c 103 if (bio_err == NULL)
104 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
105 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
107 if (!load_config(bio_err, NULL))
126 else if (args_verify(&argv, &argc, &badarg, bio_err,
171 e = setup_engine(bio_err, engine, 0);
182 BIO_printf(bio_err, "Error loading file %s\n", CAfile);
183 ERR_print_errors(bio_err);
193 BIO_printf(bio_err, "Error loading directory %s\n", CApath);
194 ERR_print_errors(bio_err);
    [all...]
ecparam.c 140 if (bio_err == NULL)
141 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
142 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
144 if (!load_config(bio_err, NULL))
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 -
    [all...]
rand.c 94 if (bio_err == NULL)
95 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
96 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT);
98 if (!load_config(bio_err, NULL))
165 BIO_printf(bio_err, "Usage: rand [options] num\n");
166 BIO_printf(bio_err, "where options are\n");
167 BIO_printf(bio_err, "-out file - write to file\n");
169 BIO_printf(bio_err, "-engine e - use engine e, possibly a hardware device.\n");
171 BIO_printf(bio_err, "-rand file%cfile%c... - seed PRNG from files\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR);
172 BIO_printf(bio_err, "-base64 - base64 encode output\n")
    [all...]
ca.c 343 if (bio_err == NULL)
344 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
345 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
562 BIO_printf(bio_err,"unknown option %s\n",*argv);
575 BIO_printf(bio_err,"%s",*pp2);
604 BIO_printf(bio_err,"Using configuration from %s\n",configfile);
609 BIO_printf(bio_err,"error loading the config file '%s'\n",
612 BIO_printf(bio_err,"error on line %ld of config file '%s'\n"
622 if (!load_config(bio_err, conf))
626 e = setup_engine(bio_err, engine, 0)
    [all...]
dhparam.c 168 if (bio_err == NULL)
169 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
170 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
172 if (!load_config(bio_err, NULL))
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")
    [all...]
x509.c 218 if (bio_err == NULL)
219 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
221 if (!load_config(bio_err, NULL))
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);
500 e = setup_engine(bio_err, engine, 0)
    [all...]
crl.c 123 if (bio_err == NULL)
124 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
125 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
127 if (!load_config(bio_err, NULL))
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")
    [all...]
s_server.c 327 BIO_printf(bio_err,"Error: client did not send PSK identity\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",
374 BIO_printf(bio_err, "Error in PSK server callback\n");
401 BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login);
407 BIO_printf(bio_err, "User %s doesn't exist\n", p->login);
416 BIO_printf(bio_err, "SRP parameters set: username = \"%s\" info=\"%s\" \n", p->login,p->user->info);
460 BIO_printf(bio_err,"usage: s_server [args ...]\n");
461 BIO_printf(bio_err,"\n");
462 BIO_printf(bio_err," -accept arg - port to accept on (default is %d)\n",PORT)
    [all...]
prime.c 73 if (bio_err == NULL)
74 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
75 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
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");
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>");
s_cb.c 142 BIO_printf(bio_err,"depth=%d ",depth);
145 X509_NAME_print_ex(bio_err, X509_get_subject_name(err_cert),
147 BIO_puts(bio_err, "\n");
150 BIO_puts(bio_err, "<no cert>\n");
153 BIO_printf(bio_err,"verify error:num=%d:%s\n",err,
170 BIO_puts(bio_err,"issuer= ");
171 X509_NAME_print_ex(bio_err, X509_get_issuer_name(err_cert),
173 BIO_puts(bio_err, "\n");
177 BIO_printf(bio_err,"notBefore=");
178 ASN1_TIME_print(bio_err,X509_get_notBefore(err_cert))
    [all...]
sess_id.c 103 if (bio_err == NULL)
104 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
105 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
148 BIO_printf(bio_err,"unknown option %s\n",*argv);
160 BIO_printf(bio_err,"%s",*pp);
174 BIO_printf(bio_err,"Context too long\n");
206 ERR_print_errors(bio_err);
250 BIO_printf(bio_err,"bad output format specified for outfile\n");
254 BIO_printf(bio_err,"unable to write SSL_SESSION\n");
265 BIO_printf(bio_err,"bad output format specified for outfile\n")
    [all...]
speed.c 326 BIO_printf(bio_err,"unable to CreateThread (%d)",ret);
654 if (bio_err == NULL)
655 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
656 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
658 if (!load_config(bio_err, NULL))
669 BIO_printf(bio_err,"out of memory\n");
674 BIO_printf(bio_err,"out of memory\n");
715 BIO_printf(bio_err,"no EVP given\n");
725 BIO_printf(bio_err,"%s is an unknown cipher or digest\n",*argv);
743 BIO_printf(bio_err,"no engine given\n")
    [all...]
passwd.c 78 if (bio_err == NULL)
79 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
80 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
82 if (!load_config(bio_err, NULL))
171 BIO_printf(bio_err, "Usage: passwd [options] [passwords]\n");
172 BIO_printf(bio_err, "where options are\n");
174 BIO_printf(bio_err, "-crypt standard Unix password algorithm (default)\n");
177 BIO_printf(bio_err, "-1 MD5-based password algorithm\n");
178 BIO_printf(bio_err, "-apr1 MD5-based password algorithm, Apache variant\n");
180 BIO_printf(bio_err, "-salt string use provided salt\n")
    [all...]
openssl.c 151 BIO *bio_err=NULL; variable
212 /* we cannot use bio_err here */
290 if (bio_err == NULL)
291 if ((bio_err=BIO_new(BIO_s_file())) != NULL)
292 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
348 BIO_printf(bio_err,
357 ERR_print_errors(bio_err);
423 BIO_printf(bio_err,"error in %s\n",argv[0]);
424 (void)BIO_flush(bio_err);
426 BIO_printf(bio_err,"bad exit\n")
    [all...]
ciphers.c 109 if (bio_err == NULL)
110 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
118 if (!load_config(bio_err, NULL))
158 BIO_printf(bio_err,"%s",*pp);
168 BIO_printf(bio_err, "Error in cipher list\n");
222 ERR_print_errors(bio_err);
s_socket.c 200 BIO_printf(bio_err,"unable to start WINSOCK, error code=%d\n",err);
229 BIO_printf(bio_err,"unable to start WINSOCK2, error code=%d\n",err);
410 BIO_printf(bio_err,"accept error %d\n",i);
444 BIO_printf(bio_err,"bad gethostbyaddr\n");
460 BIO_printf(bio_err,"gethostbyname failure\n");
465 BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n");
483 BIO_printf(bio_err,"no port defined\n");
509 BIO_printf(bio_err,"invalid IP address\n");
526 BIO_printf(bio_err,"gethostbyname failure\n");
532 BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n")
    [all...]
  /external/openssl/crypto/dsa/
dsatest.c 135 static BIO *bio_err=NULL; variable
147 if (bio_err == NULL)
148 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
157 BIO_printf(bio_err,"test generation of DSA parameters\n");
159 BN_GENCB_set(&cb, dsa_cb, bio_err);
164 BIO_printf(bio_err,"seed\n");
167 BIO_printf(bio_err,"%02X%02X%02X%02X ",
170 BIO_printf(bio_err,"\ncounter=%d h=%ld\n",counter,h);
172 DSA_print(bio_err,dsa,0);
175 BIO_printf(bio_err,"counter should be 105\n")
    [all...]
dsagen.c 100 BIO *bio_err=NULL; local
102 if (bio_err == NULL)
103 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
106 dsa=DSA_generate_parameters(1024,seed,20,&counter,&h,cb,bio_err);
109 DSA_print(bio_err,dsa,0);
  /external/openssl/crypto/pkcs7/
dec.c 69 BIO *bio_err=NULL; variable
90 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
211 BIO_printf(bio_err,"depth=%d %s\n",depth,buf);
214 BIO_printf(bio_err,"verify error:num=%d:%s\n",err,
231 BIO_printf(bio_err,"issuer= %s\n",buf);
235 BIO_printf(bio_err,"notBefore=");
236 ASN1_UTCTIME_print(bio_err,X509_get_notBefore(ctx->current_cert));
237 BIO_printf(bio_err,"\n");
241 BIO_printf(bio_err,"notAfter=");
242 ASN1_UTCTIME_print(bio_err,X509_get_notAfter(ctx->current_cert))
    [all...]
verify.c 69 BIO *bio_err=NULL; variable
86 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
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=");
251 ASN1_UTCTIME_print(bio_err,X509_get_notBefore(ctx->current_cert));
252 BIO_printf(bio_err,"\n");
256 BIO_printf(bio_err,"notAfter=");
257 ASN1_UTCTIME_print(bio_err,X509_get_notAfter(ctx->current_cert))
    [all...]
  /external/openssl/crypto/conf/
conf_sap.c 94 BIO *bio_err; local
96 if ((bio_err=BIO_new_fp(stderr, BIO_NOCLOSE)) != NULL)
98 BIO_printf(bio_err,"Auto configuration failed\n");
99 ERR_print_errors(bio_err);
100 BIO_free(bio_err);
  /external/openssl/crypto/jpake/
jpaketest.c 121 BIO *bio_err; local
123 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
187 CRYPTO_mem_leaks(bio_err);

Completed in 1143 milliseconds

12 3