openssl BIOs for reading/writing via a fixed memory buffer. More...
#include "tls_bio.h"#include "../../compiler_opt.h"#include "../../dprint.h"#include "../../ut.h"#include "tls_cfg.h"
Go to the source code of this file.
Definition in file tls_bio.c.
| BIO_METHOD* tls_BIO_mbuf | ( | void | ) |
Definition at line 87 of file tls_bio.c.
Referenced by tls_BIO_new_mbuf().

| static int tls_bio_mbuf_free | ( | BIO * | b | ) | [static] |
| static int tls_bio_mbuf_new | ( | BIO * | b | ) | [static] |
| static int tls_bio_mbuf_read | ( | BIO * | b, | |
| char * | dst, | |||
| int | dst_len | |||
| ) | [static] |
| int tls_BIO_mbuf_set | ( | BIO * | b, | |
| struct tls_mbuf * | rd, | |||
| struct tls_mbuf * | wr | |||
| ) |
Definition at line 117 of file tls_bio.c.
Referenced by tls_BIO_new_mbuf(), and tls_set_mbufs().

| static int tls_bio_mbuf_write | ( | BIO * | b, | |
| const char * | src, | |||
| int | src_len | |||
| ) | [static] |
| BIO* tls_BIO_new_mbuf | ( | struct tls_mbuf * | rd, | |
| struct tls_mbuf * | wr | |||
| ) |
Definition at line 97 of file tls_bio.c.
References tls_BIO_mbuf(), and tls_BIO_mbuf_set().
Referenced by tls_complete_init().


1.7.1