/external/openssl/crypto/bn/ |
bntest.c | 133 BIO_puts(out, "print \"test "); 134 BIO_puts(out, m); 135 BIO_puts(out, "\\n\"\n"); 183 BIO_puts(out,"obase=16\nibase=16\n"); 308 BIO_puts(out,"1\n"); /* make sure the Perl script fed by bc notices 338 BIO_puts(bp," + "); 340 BIO_puts(bp," - "); 343 BIO_puts(bp,"\n"); 391 BIO_puts(bp," - "); 393 BIO_puts(bp," - ") [all...] |
/external/openssl/crypto/dh/ |
dhtest.c | 127 BIO_puts(out, "p value is not prime\n"); 129 BIO_puts(out, "p value is not a safe prime\n"); 131 BIO_puts(out, "unable to check the generator value\n"); 133 BIO_puts(out, "the g value is not a generator\n"); 135 BIO_puts(out,"\np ="); 137 BIO_puts(out,"\ng ="); 139 BIO_puts(out,"\n"); 153 BIO_puts(out,"pri 1="); 155 BIO_puts(out,"\npub 1="); 157 BIO_puts(out,"\n") [all...] |
/external/openssl/crypto/ecdh/ |
ecdhtest.c | 146 BIO_puts(out,"Testing key generation with "); 147 BIO_puts(out,text); 149 BIO_puts(out,"\n"); 167 BIO_puts(out," pri 1="); 169 BIO_puts(out,"\n pub 1="); 171 BIO_puts(out,","); 173 BIO_puts(out,"\n"); 193 BIO_puts(out," pri 2="); 195 BIO_puts(out,"\n pub 2="); 197 BIO_puts(out,",") [all...] |
/external/openssl/ssl/ |
ssl_txt.c | 113 if (BIO_puts(bp,"SSL-Session:\n") <= 0) goto err; 146 if (BIO_puts(bp," Session-ID: ") <= 0) goto err; 151 if (BIO_puts(bp,"\n Session-ID-ctx: ") <= 0) goto err; 157 if (BIO_puts(bp,"\n Master-Key: ") <= 0) goto err; 162 if (BIO_puts(bp,"\n Key-Arg : ") <= 0) goto err; 165 if (BIO_puts(bp,"None") <= 0) goto err; 173 if (BIO_puts(bp,"\n Krb5 Principal: ") <= 0) goto err; 176 if (BIO_puts(bp,"None") <= 0) goto err; 185 if (BIO_puts(bp,"\n PSK identity: ") <= 0) goto err; 187 if (BIO_puts(bp,"\n PSK identity hint: ") <= 0) goto err [all...] |
/external/openssl/crypto/asn1/ |
t_x509a.c | 78 if(!first) BIO_puts(out, ", "); 82 BIO_puts(out, oidstr); 84 BIO_puts(out, "\n"); 91 if(!first) BIO_puts(out, ", "); 95 BIO_puts(out, oidstr); 97 BIO_puts(out, "\n");
|
tasn_prn.c | 218 if (BIO_puts(out, "<ABSENT>\n") <= 0) 250 if ((i == 2) && (BIO_puts(out, "\n") <= 0)) 288 if (BIO_puts(out, " {\n") <= 0) 293 if (BIO_puts(out, "\n") <= 0) 379 if ((i > 0) && (BIO_puts(out, "\n") <= 0)) 428 if (BIO_puts(out, fname) <= 0) 440 if (BIO_puts(out, sname) <= 0) 469 if (BIO_puts(out, str) <= 0) 481 if (BIO_puts(out, s) <= 0) 510 else if (BIO_puts(out, "\n") <= 0 [all...] |
t_req.c | 142 if (BIO_puts(bp, "\n") <= 0) 205 if (BIO_puts(bp,":") <= 0) goto err; 213 BIO_puts(bp,"\n"); 217 BIO_puts(bp,"unable to print attribute\n");
|
t_bitst.c | 72 if(!first) BIO_puts(out, ", "); 73 BIO_puts(out, bnam->lname); 77 BIO_puts(out, "\n");
|
asn_mime.c | 222 BIO_puts(out, micstr); 232 BIO_puts(out, "sha1"); 236 BIO_puts(out, "md5"); 240 BIO_puts(out, "sha-256"); 244 BIO_puts(out, "sha-384"); 248 BIO_puts(out, "sha-512"); 252 BIO_puts(out, "gostr3411-94"); 261 BIO_puts(out, "unknown"); 310 BIO_puts(bio, " micalg=\"");
|
t_x509.c | 174 if (BIO_puts(bp, "\n") <= 0) 207 if (BIO_puts(bp, "\n") <= 0) 290 if (BIO_puts(bp," Signature Algorithm: ") <= 0) return 0;
|
/external/openssl/apps/ |
genpkey.c | 160 BIO_puts(bio_err, "No keytype specified\n"); 165 BIO_puts(bio_err, "parameter setting error\n"); 220 BIO_puts(bio_err, "Error getting password\n"); 251 BIO_puts(bio_err, "Error generating parameters\n"); 260 BIO_puts(bio_err, "Error generating key\n"); 281 BIO_puts(bio_err, "Error writing key\n"); 294 BIO_puts(bio_err, "Error printing key\n"); 323 BIO_puts(err, "Parameters already set!\n"); 353 BIO_puts(err, "Error initializing context\n"); 373 BIO_puts(err, "Algorithm already set!\n") [all...] |
pkeyutl.c | 145 BIO_puts(bio_err, 211 BIO_puts(bio_err, 217 BIO_puts(bio_err, "parameter setting error\n"); 240 BIO_puts(bio_err, "Signature file specified for non verify\n"); 246 BIO_puts(bio_err, "No signature file specified for verify\n"); 259 BIO_puts(bio_err, 335 BIO_puts(out, "Signature Verification Failure\n"); 337 BIO_puts(out, "Signature Verified Successfully\n"); 520 BIO_puts(err, "-peerkey command before -inkey\n");
|
cms.c | 434 BIO_puts(bio_err, "Illegal -inkey without -signer\n"); 516 BIO_puts(bio_err, "No Signed Receipts Recipients\n"); 522 BIO_puts(bio_err, "Signed receipts only allowed with -sign\n"); 527 BIO_puts(bio_err, "Multiple signers or keys not allowed\n"); 535 BIO_puts(bio_err, "Illegal -inkey without -signer\n"); 975 BIO_puts(bio_err, 1030 BIO_puts(bio_err, 1040 BIO_puts(bio_err, 1239 BIO_puts(out, " "); 1241 BIO_puts(out, "\n") [all...] |
ocsp.c | 1012 BIO_puts(out, "ERROR: No Status found.\n"); 1021 BIO_puts(out, "WARNING: Status times invalid.\n"); 1026 BIO_puts(out, "\tThis Update: "); 1028 BIO_puts(out, "\n"); 1032 BIO_puts(out, "\tNext Update: "); 1034 BIO_puts(out, "\n"); 1044 BIO_puts(out, "\tRevocation Time: "); 1046 BIO_puts(out, "\n"); 1295 BIO_puts(err, "Error connecting BIO\n"); 1301 BIO_puts(err, "Can't get connection fd\n") [all...] |
s_server.c | 735 BIO_puts(err, "cert_status: callback called\n"); 744 BIO_puts(err, "cert_status: can't parse AIA URL\n"); 755 BIO_puts(srctx->err, "cert_status: no AIA and no default responder URL\n"); 771 BIO_puts(err, "cert_status: Can't retrieve issuer certificate.\n"); 798 BIO_puts(err, "cert_status: error querying responder\n"); 807 BIO_puts(err, "cert_status: ocsp response sent:\n"); [all...] |
apps.c | 464 BIO_puts(out,"subject="); 465 BIO_puts(out,p); 469 BIO_puts(out,"\nissuer="); 470 BIO_puts(out,p); 471 BIO_puts(out,"\n"); [all...] |
x509.c | 751 BIO_puts(out, "\n"); 771 else BIO_puts(STDout,"<No Alias>\n"); 908 BIO_puts(STDout,"notBefore="); 910 BIO_puts(STDout,"\n"); 914 BIO_puts(STDout,"notAfter="); 916 BIO_puts(STDout,"\n"); [all...] |
pkcs7.c | 274 BIO_puts(out,"\n"); 288 BIO_puts(out,"\n");
|
/external/openssl/crypto/x509v3/ |
v3_prn.c | 78 if(!sk_CONF_VALUE_num(val)) BIO_puts(out, "<EMPTY>\n"); 84 if(!nval->name) BIO_puts(out, nval->value); 85 else if(!nval->value) BIO_puts(out, nval->name); 102 if(ml) BIO_puts(out, "\n");
|
v3_crld.c | 259 BIO_puts(out, ", "); 260 BIO_puts(out, pbn->lname); 264 BIO_puts(out, "<EMPTY>\n"); 266 BIO_puts(out, "\n"); 514 BIO_puts(out, "\n"); 533 BIO_puts(out, "\n"); 571 BIO_puts(out, "\n");
|
v3_addr.c | 198 BIO_puts(out, ":"); 200 BIO_puts(out, ":"); 232 BIO_puts(out, "-"); 235 BIO_puts(out, "\n"); 269 BIO_puts(out, " (Unicast)"); 272 BIO_puts(out, " (Multicast)"); 275 BIO_puts(out, " (Unicast/Multicast)"); 278 BIO_puts(out, " (MPLS)"); 281 BIO_puts(out, " (Tunnel)"); 284 BIO_puts(out, " (VPLS)") [all...] |
v3_cpols.c | 375 BIO_puts(out, "\n"); 406 BIO_puts(out, "\n"); 426 if(i) BIO_puts(out, ", "); 428 BIO_puts(out, tmp); 431 BIO_puts(out, "\n"); 445 BIO_puts(out, "\n");
|
v3_ncons.c | 192 BIO_puts(bp, "\n"); 203 BIO_puts(bp, "IP:"); 217 BIO_puts(bp, "/"); 219 BIO_puts(bp, ":");
|
v3_pci.c | 65 BIO_puts(out, "\n"); 68 BIO_puts(out, "\n");
|
/external/openssl/crypto/ocsp/ |
ocsp_prn.c | 194 if (BIO_puts(bp,"OCSP Response Data:\n") <= 0) goto err; 199 if (BIO_puts(bp," Response Type: ") <= 0) 205 BIO_puts(bp," (unknown response type)\n"); 215 if (BIO_puts(bp," Responder Id: ") <= 0) goto err;
|