Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
H A Dconf.h88 struct conf_method_st { struct
89 const char *name;
90 CONF *(*create)(CONF_METHOD *meth);
91 int (*init)(CONF *conf);
92 int (*destroy)(CONF *conf);
93 int (*destroy_data)(CONF *conf);
94 int (*load_bio)(CONF *conf, BIO *bp, long *eline);
95 int (*dump)(const CONF *conf, BIO *bp);
96 int (*is_number)(const CONF *conf, char c);
97 int (*to_int)(const CONF *conf, char c);
[all …]