Searched defs:conf_method_st (Results 1 – 2 of 2) sorted by relevance
/external/openssl/crypto/conf/ |
D | conf.h | 88 struct conf_method_st struct 90 const char *name; 91 CONF *(*create)(CONF_METHOD *meth); 92 int (*init)(CONF *conf); 93 int (*destroy)(CONF *conf); 94 int (*destroy_data)(CONF *conf); 95 int (*load_bio)(CONF *conf, BIO *bp, long *eline); 96 int (*dump)(const CONF *conf, BIO *bp); 97 int (*is_number)(const CONF *conf, char c); 98 int (*to_int)(const CONF *conf, char c); [all …]
|
/external/openssl/include/openssl/ |
D | conf.h | 88 struct conf_method_st struct 90 const char *name; 91 CONF *(*create)(CONF_METHOD *meth); 92 int (*init)(CONF *conf); 93 int (*destroy)(CONF *conf); 94 int (*destroy_data)(CONF *conf); 95 int (*load_bio)(CONF *conf, BIO *bp, long *eline); 96 int (*dump)(const CONF *conf, BIO *bp); 97 int (*is_number)(const CONF *conf, char c); 98 int (*to_int)(const CONF *conf, char c); [all …]
|