Searched defs:conf_method_st (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | conftypes.h | 21 struct conf_method_st { struct 22 const char *name; 23 CONF *(*create) (CONF_METHOD *meth); 24 int (*init) (CONF *conf); 25 int (*destroy) (CONF *conf); 26 int (*destroy_data) (CONF *conf); 27 int (*load_bio) (CONF *conf, BIO *bp, long *eline); 28 int (*dump) (const CONF *conf, BIO *bp); 29 int (*is_number) (const CONF *conf, char c); 30 int (*to_int) (const CONF *conf, char c); [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | conf.h | 37 struct conf_method_st { struct 38 const char *name; 39 CONF *(*create) (CONF_METHOD *meth); 40 int (*init) (CONF *conf); 41 int (*destroy) (CONF *conf); 42 int (*destroy_data) (CONF *conf); 43 int (*load_bio) (CONF *conf, BIO *bp, long *eline); 44 int (*dump) (const CONF *conf, BIO *bp); 45 int (*is_number) (const CONF *conf, char c); 46 int (*to_int) (const CONF *conf, char c); [all …]
|