Lines Matching refs:bio
281 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp, in bio_dump_callback() argument
286 out=(BIO *)BIO_get_callback_arg(bio); in bio_dump_callback()
292 (void *)bio,argp,(unsigned long)argi,ret,ret); in bio_dump_callback()
299 (void *)bio,argp,(unsigned long)argi,ret,ret); in bio_dump_callback()
344 BIO *bio = arg; in msg_cb() local
633 …BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsig… in msg_cb()
639 BIO_printf(bio, " "); in msg_cb()
648 BIO_printf(bio, "\n "); in msg_cb()
649 BIO_printf(bio, " %02x", ((const unsigned char*)buf)[i]); in msg_cb()
652 BIO_printf(bio, " ..."); in msg_cb()
653 BIO_printf(bio, "\n"); in msg_cb()
655 (void)BIO_flush(bio); in msg_cb()
662 BIO *bio = arg; in tlsext_cb() local
756 BIO_printf(bio, "TLS %s extension \"%s\" (id=%d), len=%d\n", in tlsext_cb()
759 BIO_dump(bio, (char *)data, len); in tlsext_cb()
760 (void)BIO_flush(bio); in tlsext_cb()