Searched refs:LHASH (Results 26 - 50 of 62) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_api.c72 static void value_free_hash(CONF_VALUE *a, LHASH *conf);
73 static void value_free_stack(CONF_VALUE *a,LHASH *conf);
74 static IMPLEMENT_LHASH_DOALL_ARG_FN(value_free_hash, CONF_VALUE *, LHASH *)
75 static IMPLEMENT_LHASH_DOALL_ARG_FN(value_free_stack, CONF_VALUE *, LHASH *)
216 static void value_free_hash(CONF_VALUE *a, LHASH *conf)
224 static void value_free_stack(CONF_VALUE *a, LHASH *conf)
H A Dcnf_save.c67 LHASH *conf;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/err/
H A Derr.c223 LHASH *(*cb_err_get)(int create);
229 LHASH *(*cb_thread_get)(int create);
230 void (*cb_thread_release)(LHASH **hash);
239 static LHASH *int_err_get(int create);
244 static LHASH *int_thread_get(int create);
245 static void int_thread_release(LHASH **hash);
277 static LHASH *int_error_hash = NULL;
278 static LHASH *int_thread_hash = NULL;
318 /* These are the callbacks provided to "lh_new()" when creating the LHASH tables
334 static LHASH *int_err_ge
[all...]
H A Derr.h282 LHASH *ERR_get_string_table(void);
283 LHASH *ERR_get_err_state_table(void);
284 void ERR_release_err_state_table(LHASH **hash);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A Derr.c222 LHASH *(*cb_err_get)(int create);
228 LHASH *(*cb_thread_get)(int create);
229 void (*cb_thread_release)(LHASH **hash);
238 static LHASH *int_err_get(int create);
243 static LHASH *int_thread_get(int create);
244 static void int_thread_release(LHASH **hash);
276 static LHASH *int_error_hash = NULL;
277 static LHASH *int_thread_hash = NULL;
317 /* These are the callbacks provided to "lh_new()" when creating the LHASH tables
333 static LHASH *int_err_ge
[all...]
H A Derr.h295 LHASH *ERR_get_string_table(void);
296 LHASH *ERR_get_err_state_table(void);
297 void ERR_release_err_state_table(LHASH **hash);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dopenssl.c133 /* The LHASH callbacks ("hash" & "cmp") have been replaced by functions with the
142 static LHASH *prog_init(void );
143 static int do_cmd(LHASH *prog,int argc,char *argv[]);
229 LHASH *prog=NULL;
371 static int do_cmd(LHASH *prog, int argc, char *argv[])
496 static LHASH *prog_init(void)
498 LHASH *ret;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dopenssl.c134 /* The LHASH callbacks ("hash" & "cmp") have been replaced by functions with the
143 static LHASH *prog_init(void );
144 static int do_cmd(LHASH *prog,int argc,char *argv[]);
230 LHASH *prog=NULL;
393 static int do_cmd(LHASH *prog, int argc, char *argv[])
510 static LHASH *prog_init(void)
512 LHASH *ret;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/conf/
H A Dcnf_save.c67 LHASH *conf;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509v3/
H A Dv3conf.c71 LHASH *conf;
H A Dv3_conf.c418 X509_EXTENSION *X509V3_EXT_conf(LHASH *conf, X509V3_CTX *ctx, char *name,
426 /* LHASH *conf: Config file */
428 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH *conf, X509V3_CTX *ctx, int ext_nid,
453 void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH *lhash)
459 int X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section,
469 int X509V3_EXT_CRL_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section,
479 int X509V3_EXT_REQ_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section,
H A Dx509v3.h470 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH *conf, X509V3_CTX *ctx, int ext_nid, char *value);
471 X509_EXTENSION *X509V3_EXT_conf(LHASH *conf, X509V3_CTX *ctx, char *name, char *value);
472 int X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509 *cert);
473 int X509V3_EXT_REQ_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
474 int X509V3_EXT_CRL_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
481 void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH *lhash);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3conf.c71 LHASH *conf;
H A Dv3_conf.c457 X509_EXTENSION *X509V3_EXT_conf(LHASH *conf, X509V3_CTX *ctx, char *name,
465 /* LHASH *conf: Config file */
467 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH *conf, X509V3_CTX *ctx, int ext_nid,
492 void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH *lhash)
498 int X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section,
508 int X509V3_EXT_CRL_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section,
518 int X509V3_EXT_REQ_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section,
H A Dx509v3.h539 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH *conf, X509V3_CTX *ctx, int ext_nid, char *value);
540 X509_EXTENSION *X509V3_EXT_conf(LHASH *conf, X509V3_CTX *ctx, char *name, char *value);
541 int X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509 *cert);
542 int X509V3_EXT_REQ_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
543 int X509V3_EXT_CRL_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
550 void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH *lhash);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/txt_db/
H A Dtxt_db.c93 if ((ret->index=(LHASH **)OPENSSL_malloc(sizeof(LHASH *)*num)) == NULL)
195 LHASH *lh;
216 LHASH *idx;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/txt_db/
H A Dtxt_db.c93 if ((ret->index=(LHASH **)OPENSSL_malloc(sizeof(LHASH *)*num)) == NULL)
198 LHASH *lh;
219 LHASH *idx;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dx509v3.h470 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH *conf, X509V3_CTX *ctx, int ext_nid, char *value);
471 X509_EXTENSION *X509V3_EXT_conf(LHASH *conf, X509V3_CTX *ctx, char *name, char *value);
472 int X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509 *cert);
473 int X509V3_EXT_REQ_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
474 int X509V3_EXT_CRL_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
481 void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH *lhash);
H A Derr.h282 LHASH *ERR_get_string_table(void);
283 LHASH *ERR_get_err_state_table(void);
284 void ERR_release_err_state_table(LHASH **hash);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Derr.h295 LHASH *ERR_get_string_table(void);
296 LHASH *ERR_get_err_state_table(void);
297 void ERR_release_err_state_table(LHASH **hash);
H A Dx509v3.h539 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH *conf, X509V3_CTX *ctx, int ext_nid, char *value);
540 X509_EXTENSION *X509V3_EXT_conf(LHASH *conf, X509V3_CTX *ctx, char *name, char *value);
541 int X509V3_EXT_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509 *cert);
542 int X509V3_EXT_REQ_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_REQ *req);
543 int X509V3_EXT_CRL_add_conf(LHASH *conf, X509V3_CTX *ctx, char *section, X509_CRL *crl);
550 void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH *lhash);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Deng_table.c91 LHASH piles;
123 LHASH *lh;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_table.c76 LHASH piles;
105 LHASH *lh;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/
H A Dmem_dbg.c84 static LHASH *mh=NULL; /* hash-table of memory requests (address as key);
107 static LHASH *amih=NULL; /* hash-table with those app_mem_info_st's
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem_dbg.c84 static LHASH *mh=NULL; /* hash-table of memory requests (address as key);
107 static LHASH *amih=NULL; /* hash-table with those app_mem_info_st's

Completed in 289 milliseconds

123