HomeSort by relevance Sort by last modified time
    Searched full:bio_printf (Results 51 - 75 of 97) sorted by null

1 23 4

  /external/openssl/apps/
passwd.c 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");
181 BIO_printf(bio_err, "-in file read passwords from file\n");
182 BIO_printf(bio_err, "-stdin read passwords from stdin\n");
183 BIO_printf(bio_err, "-noverify never verify when reading password from terminal\n");
184 BIO_printf(bio_err, "-quiet no warnings\n")
    [all...]
ciphers.c 158 BIO_printf(bio_err,"%s",*pp);
168 BIO_printf(bio_err, "Error in cipher list\n");
182 if (i != 0) BIO_printf(STDout,":");
183 BIO_printf(STDout,"%s",p);
185 BIO_printf(STDout,"\n");
206 BIO_printf(STDout, " 0x%02X,0x%02X,0x%02X - ", id1, id2, id3); /* SSL2 cipher */
208 BIO_printf(STDout, " 0x%02X,0x%02X - ", id2, id3); /* SSL3 cipher */
210 BIO_printf(STDout, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
speed.c 298 BIO_printf(bio_err,"unable to CreateThread (%d)",ret);
644 BIO_printf(bio_err,"out of memory\n");
652 BIO_printf(bio_err,"out of memory\n");
693 BIO_printf(bio_err,"no EVP given\n");
703 BIO_printf(bio_err,"%s is an unknown cipher or digest\n",*argv);
721 BIO_printf(bio_err,"no engine given\n");
739 BIO_printf(bio_err,"no multi count given\n");
745 BIO_printf(bio_err,"bad multi count\n");
983 BIO_printf(bio_err,"Error: bad option or value\n");
984 BIO_printf(bio_err,"\n")
    [all...]
sess_id.c 147 BIO_printf(bio_err,"unknown option %s\n",*argv);
159 BIO_printf(bio_err,"%s",*pp);
172 BIO_printf(bio_err,"Context too long\n");
248 BIO_printf(bio_err,"bad output format specified for outfile\n");
252 BIO_printf(bio_err,"unable to write SSL_SESSION\n");
263 BIO_printf(bio_err,"bad output format specified for outfile\n");
267 BIO_printf(bio_err,"unable to write X509\n");
306 BIO_printf(bio_err,"bad input format specified for input crl\n");
311 BIO_printf(bio_err,"unable to load SSL_SESSION\n");
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");
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);
411 BIO_printf(bio_err,"accept error %d\n",i);
445 BIO_printf(bio_err,"bad gethostbyaddr\n");
461 BIO_printf(bio_err,"gethostbyname failure\n");
467 BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n");
485 BIO_printf(bio_err,"no port defined\n");
511 BIO_printf(bio_err,"invalid IP address\n");
528 BIO_printf(bio_err,"gethostbyname failure\n");
534 BIO_printf(bio_err,"gethostbyname addr is not AF_INET\n")
    [all...]
verify.c 182 BIO_printf(bio_err, "Error loading file %s\n", CAfile);
193 BIO_printf(bio_err, "Error loading directory %s\n", CApath);
232 BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
234 BIO_printf(bio_err," [-engine e]");
236 BIO_printf(bio_err," cert1 cert2 ...\n");
237 BIO_printf(bio_err,"recognized usages:\n");
241 BIO_printf(bio_err, "\t%-10s\t%s\n", X509_PURPOSE_get0_sname(ptmp),
s_time.c 241 BIO_printf(bio_err,"verify depth is %d\n",verify_depth);
279 BIO_printf(bio_err,"-www option too long\n");
299 BIO_printf(bio_err,"unknown option %s\n",*argv);
379 /* BIO_printf(bio_err,"error setting default verify locations\n"); */
599 BIO_printf(bio_err,"DELAY\n");
618 BIO_printf(bio_err,"ERROR\n");
620 BIO_printf(bio_err,"verify error:%s\n",
  /external/openssl/crypto/pkcs7/
dec.c 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=");
237 BIO_printf(bio_err,"\n");
241 BIO_printf(bio_err,"notAfter=");
243 BIO_printf(bio_err,"\n");
246 BIO_printf(bio_err,"verify return:%d\n",ok);
  /external/openssl/crypto/x509v3/
v3_ocsp.c 164 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) goto err;
170 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) goto err;
176 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) goto err;
188 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
197 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
248 if(BIO_printf(out, "%*s", indent, "") <= 0) return 0;
274 if (BIO_printf(bp, "%*sIssuer: ", ind, "") <= 0) goto err;
279 if (BIO_printf(bp, "\n%*s", (2*ind), "") <= 0)
v3_alt.c 184 BIO_printf(out, "othername:<unsupported>");
188 BIO_printf(out, "X400Name:<unsupported>");
193 BIO_printf(out, "EdiPartyName:<unsupported>");
197 BIO_printf(out, "email:%s",gen->d.ia5->data);
201 BIO_printf(out, "DNS:%s",gen->d.ia5->data);
205 BIO_printf(out, "URI:%s",gen->d.ia5->data);
209 BIO_printf(out, "DirName: ");
216 BIO_printf(out, "IP Address:%d.%d.%d.%d",
220 BIO_printf(out, "IP Address");
223 BIO_printf(out, ":%X", p[0] << 8 | p[1])
    [all...]
v3_cpols.c 373 BIO_printf(out, "%*sPolicy: ", indent, "");
392 BIO_printf(out, "%*sCPS: %s\n", indent, "",
397 BIO_printf(out, "%*sUser Notice:\n", indent, "");
402 BIO_printf(out, "%*sUnknown Qualifier: ",
418 BIO_printf(out, "%*sOrganization: %s\n", indent, "",
420 BIO_printf(out, "%*sNumber%s: ", indent, "",
434 BIO_printf(out, "%*sExplicit Text: %s\n", indent, "",
442 BIO_printf(out, "%*sPolicy: ", indent, "");
446 BIO_printf(out, "%*s%s\n", indent + 2, "",
451 BIO_printf(out, "%*sNo Qualifiers\n", indent + 2, "")
    [all...]
v3_crld.c 251 BIO_printf(out, "%*s%s:\n%*s", indent, "", rname, indent + 2, "");
512 BIO_printf(out, "%*s", indent + 2, "");
523 BIO_printf(out, "%*sFull Name:\n", indent, "");
530 BIO_printf(out, "%*sRelative Name:\n%*s",
545 BIO_printf(out, "%*sOnly User Certificates\n", indent, "");
547 BIO_printf(out, "%*sOnly CA Certificates\n", indent, "");
549 BIO_printf(out, "%*sIndirect CRL\n", indent, "");
554 BIO_printf(out, "%*sOnly Attribute Certificates\n", indent, "");
558 BIO_printf(out, "%*s<EMPTY>\n", indent, "");
580 BIO_printf(out, "%*sCRL Issuer:\n", indent, "")
    [all...]
v3_pci.c 60 BIO_printf(out, "%*sPath Length Constraint: ", indent, "");
64 BIO_printf(out, "infinite");
66 BIO_printf(out, "%*sPolicy Language: ", indent, "");
70 BIO_printf(out, "%*sPolicy Text: %s\n", indent, "",
v3_ncons.c 183 BIO_printf(bp, "%*s%s:\n", ind, "", name);
187 BIO_printf(bp, "%*s", ind + 2, "");
207 BIO_printf(bp, "%d.%d.%d.%d/%d.%d.%d.%d",
215 BIO_printf(bp, "%X", p[0] << 8 | p[1]);
224 BIO_printf(bp, "IP Address:<invalid>");
v3_addr.c 183 BIO_printf(out, "%d.%d.%d.%d", addr[0], addr[1], addr[2], addr[3]);
190 BIO_printf(out, "%x%s", (addr[i] << 8) | addr[i+1], (i < 14 ? ":" : ""));
198 BIO_printf(out, "%s%02x", (i > 0 ? ":" : ""), bs->data[i]);
199 BIO_printf(out, "[%d]", (int) (bs->flags & 7));
216 BIO_printf(out, "%*s", indent, "");
221 BIO_printf(out, "/%d\n", addr_prefixlen(aor->u.addressPrefix));
251 BIO_printf(out, "%*sIPv4", indent, "");
254 BIO_printf(out, "%*sIPv6", indent, "");
257 BIO_printf(out, "%*sUnknown AFI %u", indent, "", afi);
287 BIO_printf(out, " (Unknown SAFI %u)"
    [all...]
  /external/openssl/crypto/asn1/
asn_mime.c 176 BIO_printf(out, "-----BEGIN %s-----\n", hdr);
178 BIO_printf(out, "-----END %s-----\n", hdr);
307 BIO_printf(bio, "MIME-Version: 1.0%s", mime_eol);
308 BIO_printf(bio, "Content-Type: multipart/signed;");
309 BIO_printf(bio, " protocol=\"%ssignature\";", mime_prefix);
312 BIO_printf(bio, "\"; boundary=\"----%s\"%s%s",
314 BIO_printf(bio, "This is an S/MIME signed message%s%s",
317 BIO_printf(bio, "------%s%s", bound, mime_eol);
320 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol);
324 BIO_printf(bio, "Content-Type: %ssignature;", mime_prefix);
    [all...]
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],
tasn_prn.c 255 BIO_printf(out, ":EXTERNAL TYPE %s\n", sname) <= 0)
269 if (BIO_printf(out,
319 if (BIO_printf(out, "%*s}\n", indent, "") < 0)
332 BIO_printf(out, "Unprocessed type %d\n", it->itype);
368 if (BIO_printf(out, "%*s%s OF %s {\n",
372 else if (BIO_printf(out, "%*s%s:\n", indent, "",
387 if (!i && BIO_printf(out, "%*s<EMPTY>\n", indent + 2, "") <= 0)
391 if (BIO_printf(out, "%*s}\n", indent, "") <= 0)
435 if (BIO_printf(out, " (%s)", sname) <= 0)
496 if (BIO_printf(out, "%s (%s)", ln, objbuf) <= 0
    [all...]
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)?"":":")
asn1_par.c 95 if (BIO_printf(bp,fmt,p) <= 0)
149 if (BIO_printf(bp,"%5ld:",(long)offset+(long)(op- *pp))
154 if (BIO_printf(bp,"d=%-2d hl=%ld l=%4ld ",
160 if (BIO_printf(bp,"d=%-2d hl=%ld l=inf ",
172 BIO_printf(bp,
245 BIO_printf(bp,":%d",ii);
291 if (BIO_printf(bp,"%02X"
334 if (BIO_printf(bp,"%02X",
366 if (BIO_printf(bp,"%02X",
  /external/openssl/crypto/dsa/
dsatest.c 157 BIO_printf(bio_err,"test generation of DSA parameters\n");
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);
175 BIO_printf(bio_err,"counter should be 105\n");
180 BIO_printf(bio_err,"h should be 2\n");
188 BIO_printf(bio_err,"q value is wrong\n");
196 BIO_printf(bio_err,"p value is wrong\n");
204 BIO_printf(bio_err,"g value is wrong\n");
254 BIO_printf((BIO *)arg,"error in dsatest\n")
    [all...]
  /external/openssl/crypto/ec/
eck_prn.c 188 if (BIO_printf(bp, "ASN1 OID: %s", OBJ_nid2sn(nid)) <= 0)
190 if (BIO_printf(bp, "\n") <= 0)
275 if (BIO_printf(bp, "Field Type: %s\n", OBJ_nid2sn(tmp_nid))
289 if (BIO_printf(bp, "Basis Type: %s\n",
372 if (BIO_printf(fp,"%s", name) <= 0)
384 if (BIO_printf(fp,"%02x%s",buf[i],((i+1) == len)?"":":") <= 0)
  /external/openssl/patches/
progs.patch 8 BIO_printf(bio_err,
  /external/openssl/ssl/
ssltest.c 330 BIO_printf(bio_stdout,"%s%s, cipher %s %s",
347 BIO_printf(bio_stdout, ", %d bit RSA",
355 BIO_printf(bio_stdout, ", %d bit DSA",
365 BIO_printf(bio_stdout,"\n");
575 BIO_printf(bio_err,"Not a hex number '%s'\n",*argv);
876 BIO_printf(bio_err, "unknown curve name (%s)\n", named_curve);
886 BIO_printf(bio_err, "unable to create curve\n");
941 BIO_printf(bio_err,"client authentication\n");
949 BIO_printf(bio_err,"server authentication\n");
975 BIO_printf(bio_err,"setting PSK identity hint to s_ctx\n")
    [all...]

Completed in 394 milliseconds

1 23 4