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

1 2 3 45 6 7 8

  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_prn.c 77 BIO_printf(out, "%*s", indent, "");
81 if(ml) BIO_printf(out, "%*s", indent, "");
82 else if(i > 0) BIO_printf(out, ", ");
87 else BIO_printf(out, "%s:%s", nval->name, nval->value);
97 BIO_printf(out, "%s:%s", nval->name, tmp);
131 BIO_printf(out, "%*s%s", indent, "", value);
141 BIO_printf(out, "%*s%s", indent, "", tmp);
173 BIO_printf(bp,"%*s%s:\n",indent, "", title);
182 if (indent && BIO_printf(bp,"%*s",indent, "") <= 0) return 0;
186 if (BIO_printf(bp,": %s\n",j?"critical":"") <= 0
    [all...]
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)
  /external/openssl/crypto/x509v3/
v3_prn.c 77 BIO_printf(out, "%*s", indent, "");
81 if(ml) BIO_printf(out, "%*s", indent, "");
82 else if(i > 0) BIO_printf(out, ", ");
87 else BIO_printf(out, "%s:%s", nval->name, nval->value);
97 BIO_printf(out, "%s:%s", nval->name, tmp);
131 BIO_printf(out, "%*s%s", indent, "", value);
141 BIO_printf(out, "%*s%s", indent, "", tmp);
173 BIO_printf(bp,"%*s%s:\n",indent, "", title);
182 if (indent && BIO_printf(bp,"%*s",indent, "") <= 0) return 0;
186 if (BIO_printf(bp,": %s\n",j?"critical":"") <= 0
    [all...]
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)
  /external/chromium_org/third_party/openssl/openssl/apps/
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 326 BIO_printf(bio_err,"unable to CreateThread (%d)",ret);
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");
761 BIO_printf(bio_err,"no multi count given\n");
767 BIO_printf(bio_err,"bad multi count\n");
1009 BIO_printf(bio_err,"Error: bad option or value\n");
1010 BIO_printf(bio_err,"\n")
    [all...]
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...]
sess_id.c 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");
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");
269 BIO_printf(bio_err,"unable to write X509\n");
308 BIO_printf(bio_err,"bad input format specified for input crl\n");
313 BIO_printf(bio_err,"unable to load SSL_SESSION\n");
verify.c 182 BIO_printf(bio_err, "Error loading file %s\n", CAfile);
193 BIO_printf(bio_err, "Error loading directory %s\n", CApath);
240 BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
241 BIO_printf(bio_err," [-attime timestamp]");
243 BIO_printf(bio_err," [-engine e]");
245 BIO_printf(bio_err," cert1 cert2 ...\n");
247 BIO_printf(bio_err,"recognized usages:\n");
252 BIO_printf(bio_err, "\t%-10s\t%s\n",
apps.c 613 BIO_printf(bio_err, "User interface error\n");
620 BIO_printf(bio_err,"aborted!\n");
657 BIO_printf(err, "Can't read environment variable %s\n", arg + 4);
666 BIO_printf(err, "Can't open file %s\n", arg + 5);
683 BIO_printf(err, "Can't access file descriptor %s\n", arg + 3);
693 BIO_printf(err, "Can't open BIO for stdin\n");
697 BIO_printf(err, "Invalid password argument \"%s\"\n", arg);
707 BIO_printf(err, "Error reading password from BIO\n");
727 BIO_printf(err, "problem loading oid section %s\n", p);
733 BIO_printf(err, "problem creating object %s=%s\n"
    [all...]
  /external/chromium_org/third_party/openssl/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/apps/
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 326 BIO_printf(bio_err,"unable to CreateThread (%d)",ret);
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");
761 BIO_printf(bio_err,"no multi count given\n");
767 BIO_printf(bio_err,"bad multi count\n");
1009 BIO_printf(bio_err,"Error: bad option or value\n");
1010 BIO_printf(bio_err,"\n")
    [all...]
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...]
sess_id.c 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");
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");
269 BIO_printf(bio_err,"unable to write X509\n");
308 BIO_printf(bio_err,"bad input format specified for input crl\n");
313 BIO_printf(bio_err,"unable to load SSL_SESSION\n");
verify.c 182 BIO_printf(bio_err, "Error loading file %s\n", CAfile);
193 BIO_printf(bio_err, "Error loading directory %s\n", CApath);
240 BIO_printf(bio_err,"usage: verify [-verbose] [-CApath path] [-CAfile file] [-purpose purpose] [-crl_check]");
241 BIO_printf(bio_err," [-attime timestamp]");
243 BIO_printf(bio_err," [-engine e]");
245 BIO_printf(bio_err," cert1 cert2 ...\n");
247 BIO_printf(bio_err,"recognized usages:\n");
252 BIO_printf(bio_err, "\t%-10s\t%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/chromium_org/third_party/openssl/openssl/crypto/asn1/
t_req.c 124 if(BIO_printf(bp,"%8sVersion: %s%lu (%s0x%lx)\n","",neg,l,neg,
130 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;
138 if (BIO_printf(bp,"%12sPublic Key Algorithm: ","") <= 0)
148 BIO_printf(bp,"%12sUnable to load Public Key\n","");
161 if(BIO_printf(bp,"%8sAttributes:\n","") <= 0)
167 if(BIO_printf(bp,"%12sa0:00\n","") <= 0)
183 if(BIO_printf(bp,"%12s","") <= 0)
228 BIO_printf(bp,"%8sRequested Extensions:\n","");
235 if (BIO_printf(bp,"%12s","") <= 0) goto err;
239 if (BIO_printf(bp,": %s\n",j?"critical":"") <= 0
    [all...]
t_x509.c 133 if (BIO_printf(bp,"%8sVersion: %lu (0x%lx)\n","",l+1,l) <= 0) goto err;
151 if (BIO_printf(bp," %s%lu (%s0x%lx)\n",neg,l,neg,l) <= 0)
157 if (BIO_printf(bp,"\n%12s%s","",neg) <= 0) goto err;
161 if (BIO_printf(bp,"%02x%c",bs->data[i],
174 if (BIO_printf(bp,"%8sSignature Algorithm: ","") <= 0)
185 if (BIO_printf(bp," Issuer:%c",mlch) <= 0) goto err;
200 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;
208 if (BIO_printf(bp,"%12sPublic Key Algorithm: ","") <= 0)
218 BIO_printf(bp,"%12sUnable to load Public Key\n","");
256 if (BIO_printf(bp," Subject OCSP hash: ") <= 0
    [all...]
  /external/openssl/crypto/asn1/
t_req.c 124 if(BIO_printf(bp,"%8sVersion: %s%lu (%s0x%lx)\n","",neg,l,neg,
130 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;
138 if (BIO_printf(bp,"%12sPublic Key Algorithm: ","") <= 0)
148 BIO_printf(bp,"%12sUnable to load Public Key\n","");
161 if(BIO_printf(bp,"%8sAttributes:\n","") <= 0)
167 if(BIO_printf(bp,"%12sa0:00\n","") <= 0)
183 if(BIO_printf(bp,"%12s","") <= 0)
228 BIO_printf(bp,"%8sRequested Extensions:\n","");
235 if (BIO_printf(bp,"%12s","") <= 0) goto err;
239 if (BIO_printf(bp,": %s\n",j?"critical":"") <= 0
    [all...]
t_x509.c 133 if (BIO_printf(bp,"%8sVersion: %lu (0x%lx)\n","",l+1,l) <= 0) goto err;
151 if (BIO_printf(bp," %s%lu (%s0x%lx)\n",neg,l,neg,l) <= 0)
157 if (BIO_printf(bp,"\n%12s%s","",neg) <= 0) goto err;
161 if (BIO_printf(bp,"%02x%c",bs->data[i],
174 if (BIO_printf(bp,"%8sSignature Algorithm: ","") <= 0)
185 if (BIO_printf(bp," Issuer:%c",mlch) <= 0) goto err;
200 if (BIO_printf(bp," Subject:%c",mlch) <= 0) goto err;
208 if (BIO_printf(bp,"%12sPublic Key Algorithm: ","") <= 0)
218 BIO_printf(bp,"%12sUnable to load Public Key\n","");
256 if (BIO_printf(bp," Subject OCSP hash: ") <= 0
    [all...]
  /external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/openssl/crypto/conf/
conf_sap.c 98 BIO_printf(bio_err,"Auto configuration failed\n");
  /external/openssl/crypto/conf/
conf_sap.c 98 BIO_printf(bio_err,"Auto configuration failed\n");

Completed in 420 milliseconds

1 2 3 45 6 7 8