Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/bio/
H A Dbio_local.h100 typedef struct bio_f_buffer_ctx_struct { struct
111 int ibuf_size; /* how big is the input buffer */
112 int obuf_size; /* how big is the output buffer */
114 char *ibuf; /* the char array */
115 int ibuf_len; /* how many bytes are in it */
116 int ibuf_off; /* write/read offset */
118 char *obuf; /* the char array */
119 int obuf_len; /* how many bytes are in it */
120 int obuf_off; /* write/read offset */