Searched refs:LHASH_OF (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/conf/
H A Dconf_lib.c73 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
93 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, function
96 LHASH_OF(CONF_VALUE) *ltmp;
116 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, function
120 LHASH_OF(CONF_VALUE) *ltmp;
131 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, function
145 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALU
157 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, function
169 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, function
190 void CONF_free(LHASH_OF(CONF_VALUE) *conf) function
198 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out) function
213 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out) function
[all...]
H A Dconf.h120 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
121 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
124 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
127 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
129 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
131 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
133 long CONF_get_number(LHASH_OF(CONF_VALU
[all...]
H A Dconf_api.c74 LHASH_OF(CONF_VALUE) *conf);
77 LHASH_OF(CONF_VALUE))
232 LHASH_OF(CONF_VALUE), conf->data);
244 LHASH_OF(CONF_VALUE) *conf)
/freebsd-10.1-release/crypto/openssl/crypto/err/
H A Derr.c226 LHASH_OF(ERR_STRING_DATA) *(*cb_err_get) (int create);
232 LHASH_OF(ERR_STATE) *(*cb_thread_get) (int create);
233 void (*cb_thread_release) (LHASH_OF(ERR_STATE) **hash);
242 static LHASH_OF(ERR_STRING_DATA) *int_err_get(int create);
247 static LHASH_OF(ERR_STATE) *int_thread_get(int create);
248 static void int_thread_release(LHASH_OF(ERR_STATE) **hash);
281 static LHASH_OF(ERR_STRING_DATA) *int_error_hash = NULL;
282 static LHASH_OF(ERR_STATE) *int_thread_hash = NULL;
356 static LHASH_OF(ERR_STRING_DATA) *int_err_get(int create) function
358 LHASH_OF(ERR_STRING_DAT
448 static LHASH_OF(ERR_STATE) *int_thread_get(int create) function
466 static void int_thread_release(LHASH_OF(ERR_STATE) **hash) function
930 LHASH_OF(ERR_STRING_DATA) *ERR_get_string_table(void) function
936 LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void) function
942 void ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash) function
[all...]
H A Derr.h362 LHASH_OF(ERR_STRING_DATA) *ERR_get_string_table(void);
363 LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void);
364 void ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash);
/freebsd-10.1-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.h86 LHASH_OF(OPENSSL_STRING) **index;
H A Dtxt_db.c205 LHASH_OF(OPENSSL_STRING) *lh;
224 LHASH_OF(OPENSSL_STRING) *idx;
233 if ((idx = (LHASH_OF(OPENSSL_STRING) *)lh_new(hash, cmp)) == NULL) {
/freebsd-10.1-release/crypto/openssl/crypto/lhash/
H A Dlhash.h164 } _LHASH; /* Do not use _LHASH directly, use LHASH_OF
199 # define LHASH_OF(type) struct lhash_st_##type macro
201 # define DECLARE_LHASH_OF(type) LHASH_OF(type) { int dummy; }
204 ((_LHASH *)CHECKED_PTR_OF(LHASH_OF(type),lh))
208 ((LHASH_OF(type) *)lh_new(LHASH_HASH_FN(name), LHASH_COMP_FN(name)))
/freebsd-10.1-release/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c465 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
475 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, function
500 void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash)
506 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
516 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
526 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
H A Dx509v3.h616 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
619 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
621 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
623 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
625 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
633 void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash);
/freebsd-10.1-release/crypto/openssl/apps/
H A Dopenssl.c145 static LHASH_OF(FUNCTION) *prog_init(void);
146 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]);
230 LHASH_OF(FUNCTION) *prog = NULL;
454 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]) function
680 static LHASH_OF(FUNCTION) *prog_init(void) function
682 LHASH_OF(FUNCTION) *ret;
H A Dca.c2199 LHASH_OF(CONF_VALUE) *parms = NULL;
/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_table.c78 LHASH_OF(ENGINE_PILE) piles;
116 LHASH_OF(ENGINE_PILE) *lh;
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dmem_dbg.c137 static LHASH_OF(MEM) *mh = NULL; /* hash-table of memory requests (address as
161 static LHASH_OF(APP_INFO) *amih = NULL; /* hash-table with those
H A Dex_data.c254 static LHASH_OF(EX_CLASS_ITEM) *ex_data = NULL;
/freebsd-10.1-release/crypto/openssl/crypto/objects/
H A Do_names.c28 static LHASH_OF(OBJ_NAME) *names_lh = NULL;
H A Dobj_dat.c100 static LHASH_OF(ADDED_OBJ) *added = NULL;
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dssl.h830 LHASH_OF(SSL_SESSION) *sessions;
1061 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
H A Dssl_sess.c1113 LHASH_OF(SSL_SESSION) *cache;
H A Dssl_lib.c1111 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx) function
/freebsd-10.1-release/crypto/openssl/util/
H A Dmkdef.pl926 s/LHASH_OF\(\)/void/gs;

Completed in 160 milliseconds