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

/freebsd-11-stable/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.c75 LHASH_OF(CONF_VALUE) *conf);
78 LHASH_OF(CONF_VALUE))
233 LHASH_OF(CONF_VALUE), conf->data);
245 LHASH_OF(CONF_VALUE) *conf)
/freebsd-11-stable/crypto/openssl/crypto/err/
H A Derr.c228 LHASH_OF(ERR_STRING_DATA) *(*cb_err_get) (int create);
234 LHASH_OF(ERR_STATE) *(*cb_thread_get) (int create);
235 void (*cb_thread_release) (LHASH_OF(ERR_STATE) **hash);
244 static LHASH_OF(ERR_STRING_DATA) *int_err_get(int create);
249 static LHASH_OF(ERR_STATE) *int_thread_get(int create);
250 static void int_thread_release(LHASH_OF(ERR_STATE) **hash);
283 static LHASH_OF(ERR_STRING_DATA) *int_error_hash = NULL;
284 static LHASH_OF(ERR_STATE) *int_thread_hash = NULL;
358 static LHASH_OF(ERR_STRING_DATA) *int_err_get(int create) function
360 LHASH_OF(ERR_STRING_DAT
450 static LHASH_OF(ERR_STATE) *int_thread_get(int create) function
468 static void int_thread_release(LHASH_OF(ERR_STATE) **hash) function
957 LHASH_OF(ERR_STRING_DATA) *ERR_get_string_table(void) function
963 LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void) function
969 void ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash) function
[all...]
H A Derr.h364 LHASH_OF(ERR_STRING_DATA) *ERR_get_string_table(void);
365 LHASH_OF(ERR_STATE) *ERR_get_err_state_table(void);
366 void ERR_release_err_state_table(LHASH_OF(ERR_STATE) **hash);
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/txt_db/
H A Dtxt_db.h86 LHASH_OF(OPENSSL_STRING) **index;
H A Dtxt_db.c207 LHASH_OF(OPENSSL_STRING) *lh;
226 LHASH_OF(OPENSSL_STRING) *idx;
235 if ((idx = (LHASH_OF(OPENSSL_STRING) *)lh_new(hash, cmp)) == NULL) {
/freebsd-11-stable/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.c2218 LHASH_OF(CONF_VALUE) *parms = NULL;
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c471 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
481 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, function
506 void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash)
512 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
522 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
532 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
H A Dx509v3.h625 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
628 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
630 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
632 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
634 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
642 void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash);
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_table.c78 LHASH_OF(ENGINE_PILE) piles;
116 LHASH_OF(ENGINE_PILE) *lh;
/freebsd-11-stable/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-11-stable/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-11-stable/crypto/openssl/util/
H A Dmkdef.pl933 s/LHASH_OF\(\)/void/gs;
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_sess.c1097 LHASH_OF(SSL_SESSION) *cache;
H A Dssl.h931 LHASH_OF(SSL_SESSION) *sessions;
1199 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
H A Dssl_lib.c1182 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx) function

Completed in 1087 milliseconds