HomeSort by relevance Sort by last modified time
    Searched refs:CONF_IMODULE (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
conf.h 104 typedef struct conf_imodule_st CONF_IMODULE;
108 DECLARE_STACK_OF(CONF_IMODULE)
111 typedef int conf_init_func(CONF_IMODULE *md, const CONF *cnf);
112 typedef void conf_finish_func(CONF_IMODULE *md);
193 const char *CONF_imodule_get_name(const CONF_IMODULE *md);
194 const char *CONF_imodule_get_value(const CONF_IMODULE *md);
195 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md);
196 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data);
197 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md);
198 unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md)
    [all...]
conf_mod.c 108 static STACK_OF(CONF_IMODULE) *initialized_modules = NULL;
111 static void module_finish(CONF_IMODULE *imod);
352 CONF_IMODULE *imod = NULL;
355 imod = OPENSSL_malloc(sizeof(CONF_IMODULE));
458 CONF_IMODULE *imod;
470 static void module_finish(CONF_IMODULE *imod)
499 const char *CONF_imodule_get_name(const CONF_IMODULE *md)
504 const char *CONF_imodule_get_value(const CONF_IMODULE *md)
509 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md)
514 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
conf.h 104 typedef struct conf_imodule_st CONF_IMODULE;
108 DECLARE_STACK_OF(CONF_IMODULE)
111 typedef int conf_init_func(CONF_IMODULE *md, const CONF *cnf);
112 typedef void conf_finish_func(CONF_IMODULE *md);
193 const char *CONF_imodule_get_name(const CONF_IMODULE *md);
194 const char *CONF_imodule_get_value(const CONF_IMODULE *md);
195 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md);
196 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data);
197 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md);
198 unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md)
    [all...]
safestack.h     [all...]
  /external/openssl/crypto/conf/
conf.h 104 typedef struct conf_imodule_st CONF_IMODULE;
108 DECLARE_STACK_OF(CONF_IMODULE)
111 typedef int conf_init_func(CONF_IMODULE *md, const CONF *cnf);
112 typedef void conf_finish_func(CONF_IMODULE *md);
193 const char *CONF_imodule_get_name(const CONF_IMODULE *md);
194 const char *CONF_imodule_get_value(const CONF_IMODULE *md);
195 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md);
196 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data);
197 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md);
198 unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md)
    [all...]
conf_mod.c 108 static STACK_OF(CONF_IMODULE) *initialized_modules = NULL;
111 static void module_finish(CONF_IMODULE *imod);
352 CONF_IMODULE *imod = NULL;
355 imod = OPENSSL_malloc(sizeof(CONF_IMODULE));
458 CONF_IMODULE *imod;
470 static void module_finish(CONF_IMODULE *imod)
499 const char *CONF_imodule_get_name(const CONF_IMODULE *md)
504 const char *CONF_imodule_get_value(const CONF_IMODULE *md)
509 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md)
514 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data
    [all...]
  /external/openssl/include/openssl/
conf.h 104 typedef struct conf_imodule_st CONF_IMODULE;
108 DECLARE_STACK_OF(CONF_IMODULE)
111 typedef int conf_init_func(CONF_IMODULE *md, const CONF *cnf);
112 typedef void conf_finish_func(CONF_IMODULE *md);
193 const char *CONF_imodule_get_name(const CONF_IMODULE *md);
194 const char *CONF_imodule_get_value(const CONF_IMODULE *md);
195 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md);
196 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data);
197 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md);
198 unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md)
    [all...]
safestack.h     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn_moid.c 71 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf)
95 static void oid_module_finish(CONF_IMODULE *md)
  /external/openssl/crypto/asn1/
asn_moid.c 71 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf)
95 static void oid_module_finish(CONF_IMODULE *md)
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_cnf.c 74 static int alg_module_init(CONF_IMODULE *md, const CONF *cnf)
  /external/openssl/crypto/evp/
evp_cnf.c 74 static int alg_module_init(CONF_IMODULE *md, const CONF *cnf)
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_cnf.c 216 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf)
244 static void int_engine_module_finish(CONF_IMODULE *md)
  /external/openssl/crypto/engine/
eng_cnf.c 216 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf)
244 static void int_engine_module_finish(CONF_IMODULE *md)
  /external/chromium_org/third_party/openssl/openssl/crypto/stack/
safestack.h     [all...]
  /external/openssl/crypto/stack/
safestack.h     [all...]

Completed in 355 milliseconds