Home
last modified time | relevance | path

Searched defs:bio_f_buffer_ctx_struct (Results 1 – 1 of 1) sorted by path

/dragonfly/crypto/libressl/crypto/bio/
H A Dbio_local.h98 typedef struct bio_f_buffer_ctx_struct { struct
109 int ibuf_size; /* how big is the input buffer */
110 int obuf_size; /* how big is the output buffer */
112 char *ibuf; /* the char array */
113 int ibuf_len; /* how many bytes are in it */
114 int ibuf_off; /* write/read offset */
116 char *obuf; /* the char array */
117 int obuf_len; /* how many bytes are in it */
118 int obuf_off; /* write/read offset */