Searched defs:bio_method_st (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/lib/libcrypto/bio/ |
H A D | bio_local.h | 66 struct bio_method_st { struct 67 int type; 68 const char *name; 69 int (*bwrite)(BIO *, const char *, int); 70 int (*bread)(BIO *, char *, int); 71 int (*bputs)(BIO *, const char *); 72 int (*bgets)(BIO *, char *, int); 73 long (*ctrl)(BIO *, int, long, void *); 74 int (*create)(BIO *); 75 int (*destroy)(BIO *); [all …]
|