HomeSort by relevance Sort by last modified time
    Searched refs:BIO_puts (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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");
t_bitst.c 72 if(!first) BIO_puts(out, ", ");
73 BIO_puts(out, bnam->lname);
77 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_pkey.c 104 if(BIO_puts(bp,"\n") <= 0
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");
  /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");
t_bitst.c 72 if(!first) BIO_puts(out, ", ");
73 BIO_puts(out, bnam->lname);
77 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_pkey.c 104 if(BIO_puts(bp,"\n") <= 0
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_txt.c 113 if (BIO_puts(bp,"SSL-Session:\n") <= 0) goto err;
150 if (BIO_puts(bp," Session-ID: ") <= 0) goto err;
155 if (BIO_puts(bp,"\n Session-ID-ctx: ") <= 0) goto err;
161 if (BIO_puts(bp,"\n Master-Key: ") <= 0) goto err;
166 if (BIO_puts(bp,"\n Key-Arg : ") <= 0) goto err;
169 if (BIO_puts(bp,"None") <= 0) goto err;
177 if (BIO_puts(bp,"\n Krb5 Principal: ") <= 0) goto err;
180 if (BIO_puts(bp,"None") <= 0) goto err;
189 if (BIO_puts(bp,"\n PSK identity: ") <= 0) goto err;
191 if (BIO_puts(bp,"\n PSK identity hint: ") <= 0) goto err
    [all...]
  /external/openssl/ssl/
ssl_txt.c 113 if (BIO_puts(bp,"SSL-Session:\n") <= 0) goto err;
150 if (BIO_puts(bp," Session-ID: ") <= 0) goto err;
155 if (BIO_puts(bp,"\n Session-ID-ctx: ") <= 0) goto err;
161 if (BIO_puts(bp,"\n Master-Key: ") <= 0) goto err;
166 if (BIO_puts(bp,"\n Key-Arg : ") <= 0) goto err;
169 if (BIO_puts(bp,"None") <= 0) goto err;
177 if (BIO_puts(bp,"\n Krb5 Principal: ") <= 0) goto err;
180 if (BIO_puts(bp,"None") <= 0) goto err;
189 if (BIO_puts(bp,"\n PSK identity: ") <= 0) goto err;
191 if (BIO_puts(bp,"\n PSK identity hint: ") <= 0) goto err
    [all...]
  /external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/openssl/crypto/ecdh/
ecdhtest.c 146 BIO_puts(out,"Testing key generation with ");
147 BIO_puts(out,text);
149 BIO_puts(out,"\n");
169 BIO_puts(out," pri 1=");
171 BIO_puts(out,"\n pub 1=");
173 BIO_puts(out,",");
175 BIO_puts(out,"\n");
197 BIO_puts(out," pri 2=");
199 BIO_puts(out,"\n pub 2=");
201 BIO_puts(out,",")
    [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");
169 BIO_puts(out," pri 1=");
171 BIO_puts(out,"\n pub 1=");
173 BIO_puts(out,",");
175 BIO_puts(out,"\n");
197 BIO_puts(out," pri 2=");
199 BIO_puts(out,"\n pub 2=");
201 BIO_puts(out,",")
    [all...]
  /external/chromium_org/third_party/openssl/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 444 BIO_puts(bio_err, "Illegal -inkey without -signer\n");
526 BIO_puts(bio_err, "No Signed Receipts Recipients\n");
532 BIO_puts(bio_err, "Signed receipts only allowed with -sign\n");
537 BIO_puts(bio_err, "Multiple signers or keys not allowed\n");
545 BIO_puts(bio_err, "Illegal -inkey without -signer\n");
996 BIO_puts(bio_err,
1053 BIO_puts(bio_err,
1063 BIO_puts(bio_err,
1073 BIO_puts(bio_err,
    [all...]
  /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 444 BIO_puts(bio_err, "Illegal -inkey without -signer\n");
526 BIO_puts(bio_err, "No Signed Receipts Recipients\n");
532 BIO_puts(bio_err, "Signed receipts only allowed with -sign\n");
537 BIO_puts(bio_err, "Multiple signers or keys not allowed\n");
545 BIO_puts(bio_err, "Illegal -inkey without -signer\n");
996 BIO_puts(bio_err,
1053 BIO_puts(bio_err,
1063 BIO_puts(bio_err,
1073 BIO_puts(bio_err,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_ameth.c 307 if (BIO_puts(bp, " (INVALID PSS PARAMETERS)\n") <= 0)
311 if (BIO_puts(bp, "\n") <= 0)
315 if (BIO_puts(bp, "Hash Algorithm: ") <= 0)
323 else if (BIO_puts(bp, "sha1 (default)") <= 0)
326 if (BIO_puts(bp, "\n") <= 0)
332 if (BIO_puts(bp, "Mask Algorithm: ") <= 0)
338 if (BIO_puts(bp, " with ") <= 0)
345 else if (BIO_puts(bp, "INVALID") <= 0)
348 else if (BIO_puts(bp, "mgf1 with sha1 (default)") <= 0)
350 BIO_puts(bp, "\n")
    [all...]
  /external/openssl/crypto/rsa/
rsa_ameth.c 307 if (BIO_puts(bp, " (INVALID PSS PARAMETERS)\n") <= 0)
311 if (BIO_puts(bp, "\n") <= 0)
315 if (BIO_puts(bp, "Hash Algorithm: ") <= 0)
323 else if (BIO_puts(bp, "sha1 (default)") <= 0)
326 if (BIO_puts(bp, "\n") <= 0)
332 if (BIO_puts(bp, "Mask Algorithm: ") <= 0)
338 if (BIO_puts(bp, " with ") <= 0)
345 else if (BIO_puts(bp, "INVALID") <= 0)
348 else if (BIO_puts(bp, "mgf1 with sha1 (default)") <= 0)
350 BIO_puts(bp, "\n")
    [all...]

Completed in 827 milliseconds

1 2 3 4