Home
last modified time | relevance | path

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

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