Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbio_local.h64 struct bio_method_st { struct
65 int type;
66 const char *name;
67 int (*bwrite)(BIO *, const char *, int);
68 int (*bread)(BIO *, char *, int);
69 int (*bputs)(BIO *, const char *);
70 int (*bgets)(BIO *, char *, int);
71 long (*ctrl)(BIO *, int, long, void *);
72 int (*create)(BIO *);
73 int (*destroy)(BIO *);
[all …]