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

1 2 34

  /external/openssl/patches/
handshake_cutthrough.patch 5 BIO_printf(bio_err," -tlsextdebug - hex dump of all TLS extensions received\n");
6 BIO_printf(bio_err," -status - request certificate status from server\n");
7 BIO_printf(bio_err," -no_ticket - disable use of RFC4507bis session tickets\n");
8 + BIO_printf(bio_err," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
  /external/openssl/crypto/x509v3/
v3_sxnet.c 112 BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", v + 1, v);
116 BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
v3_asid.c 116 BIO_printf(out, "%*s%s:\n", indent, "", msg);
119 BIO_printf(out, "%*sinherit\n", indent + 2, "");
128 BIO_printf(out, "%*s%s\n", indent + 2, "", s);
134 BIO_printf(out, "%*s%s-", indent + 2, "", s);
138 BIO_printf(out, "%s\n", s);
pcy_tree.c 108 BIO_printf(err, "Level print after %s\n", str);
109 BIO_printf(err, "Printing Up to Level %ld\n", curr - tree->levels);
112 BIO_printf(err, "Level %ld, flags = %x\n",
119 BIO_printf(err, " Flags: %x\n", node->data->flags);
v3_pku.c 87 BIO_printf(out, "%*s", indent, "");
  /external/openssl/crypto/dh/
dh_ameth.c 364 if (BIO_printf(bp,"%s: (%d bit)\n", ktype, BN_num_bits(x->p)) <= 0)
376 if (BIO_printf(bp,"recommended-private-length: %d bits\n",
  /external/openssl/crypto/rsa/
rsa_ameth.c 219 if (BIO_printf(bp,"Private-Key: (%d bit)\n", mod_len)
226 if (BIO_printf(bp,"Public-Key: (%d bit)\n", mod_len)
  /external/openssl/crypto/asn1/
t_bitst.c 69 BIO_printf(out, "%*s", indent, "");
x_long.c 178 return BIO_printf(out, "%ld\n", *(long *)pval);
  /external/openssl/crypto/conf/
conf_sap.c 98 BIO_printf(bio_err,"Auto configuration failed\n");
conf_def.c 728 BIO_printf(out, "[%s] %s=%s\n", a->section, a->name, a->value);
730 BIO_printf(out, "[[%s]]\n", a->section);
  /external/openssl/crypto/err/
err_prn.c 97 return BIO_printf(&bio, "%s", str);
  /external/openssl/crypto/ocsp/
ocsp_ht.c 126 if (BIO_printf(rctx->mem, req_hdr, i2d_OCSP_REQUEST(req, NULL)) <= 0)
175 if (BIO_printf(rctx->mem, post_hdr, path) <= 0)
  /external/openssl/apps/
version.c 170 BIO_printf(bio_err,"usage:version -[avbofpd]\n");
  /external/openssl/crypto/evp/
p_lib.c 428 BIO_printf(out, "%s algorithm \"%s\" unsupported\n",
  /external/openssl/crypto/bio/
b_print.c 768 int BIO_printf (BIO *bio, const char *format, ...)
812 * to BIO_printf, and we need *some* name prefix ...
bio.h 684 int BIO_printf(BIO *bio, const char *format, ...)
  /external/openssl/crypto/bn/
bntest.c 484 if (h) BIO_printf(bp,"%lX%08lX",h,l);
485 else BIO_printf(bp,"%lX",l);
489 BIO_printf(bp,BN_HEX_FMT1,w);
    [all...]
  /external/openssl/crypto/dsa/
dsa_ameth.c 473 if (BIO_printf(bp,"%s: (%d bit)\n",ktype, BN_num_bits(x->p))
  /external/openssl/crypto/ec/
ec_ameth.c 496 if (BIO_printf(bp, "%s: (%d bit)\n", ecstr,
  /external/openssl/crypto/
mem_dbg.c 773 BIO_printf(b,"%ld bytes leaked in %d chunks\n",
  /external/openssl/include/openssl/
bio.h 684 int BIO_printf(BIO *bio, const char *format, ...)

Completed in 1011 milliseconds

1 2 34