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

/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dconf.h70 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
71 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
74 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
77 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
79 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
81 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
83 long CONF_get_number(LHASH_OF(CONF_VALU
[all...]
H A Dlhash.h119 # define LHASH_OF(type) struct lhash_st_##type macro
122 LHASH_OF(type) { union lh_##type##_dummy { void* d1; unsigned long d2; int d3; } dummy; }; \
123 static ossl_unused ossl_inline LHASH_OF(type) *lh_##type##_new(unsigned long (*hfn)(const type *), \
126 return (LHASH_OF(type) *) \
129 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
133 static ossl_unused ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
137 static ossl_unused ossl_inline type *lh_##type##_delete(LHASH_OF(type) *lh, const type *d) \
141 static ossl_unused ossl_inline type *lh_##type##_retrieve(LHASH_OF(type) *lh, const type *d) \
145 static ossl_unused ossl_inline int lh_##type##_error(LHASH_OF(type) *lh) \
149 static ossl_unused ossl_inline unsigned long lh_##type##_num_items(LHASH_OF(typ
[all...]
H A Dtxt_db.h36 LHASH_OF(OPENSSL_STRING) **index;
H A Dx509v3.h576 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf,
579 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
581 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
583 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
585 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx,
593 void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash);
H A Dssl.h683 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx);
/freebsd-12-stable/crypto/openssl/crypto/conf/
H A Dconf_lib.c25 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
45 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, function
48 LHASH_OF(CONF_VALUE) *ltmp;
68 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, function
72 LHASH_OF(CONF_VALUE) *ltmp;
83 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, function
97 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALU
109 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, function
121 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, function
139 void CONF_free(LHASH_OF(CONF_VALUE) *conf) function
147 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out) function
162 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out) function
[all...]
H A Dconf_api.c19 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf);
139 typedef LHASH_OF(CONF_VALUE) LH_CONF_VALUE;
161 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf)
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c444 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
454 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, function
479 void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash)
485 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
495 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
505 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
/freebsd-12-stable/crypto/openssl/apps/
H A Dopenssl.c50 static LHASH_OF(FUNCTION) *prog_init(void);
51 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]);
122 LHASH_OF(FUNCTION) *prog = NULL;
550 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]) function
809 static LHASH_OF(FUNCTION) *prog_init(void) function
811 static LHASH_OF(FUNCTION) *ret = NULL;
H A Dreq.c176 static int duplicated(LHASH_OF(OPENSSL_STRING) *addexts, char *kv) function
223 LHASH_OF(OPENSSL_STRING) *addexts = NULL;
H A Dca.c1922 LHASH_OF(CONF_VALUE) *parms = NULL;
/freebsd-12-stable/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c134 LHASH_OF(OPENSSL_STRING) *lh;
153 LHASH_OF(OPENSSL_STRING) *idx;
162 if ((idx = (LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_new(hash, cmp)) == NULL) {
/freebsd-12-stable/crypto/openssl/crypto/engine/
H A Deng_table.c31 LHASH_OF(ENGINE_PILE) piles;
66 LHASH_OF(ENGINE_PILE) *lh;
/freebsd-12-stable/crypto/openssl/crypto/store/
H A Dstore_register.c144 static LHASH_OF(OSSL_STORE_LOADER) *loader_register = NULL;
/freebsd-12-stable/crypto/openssl/crypto/objects/
H A Do_names.c45 static LHASH_OF(OBJ_NAME) *names_lh = NULL;
H A Dobj_dat.c39 static LHASH_OF(ADDED_OBJ) *added = NULL;
/freebsd-12-stable/crypto/openssl/crypto/
H A Dmem_dbg.c83 static LHASH_OF(MEM) *mh = NULL;
/freebsd-12-stable/crypto/openssl/crypto/err/
H A Derr.c151 static LHASH_OF(ERR_STRING_DATA) *int_error_hash = NULL;
/freebsd-12-stable/crypto/openssl/ssl/
H A Dssl_cert.c610 LHASH_OF(X509_NAME) *name_hash = lh_X509_NAME_new(xname_hash, xname_cmp);
H A Dssl_sess.c1048 LHASH_OF(SSL_SESSION) *cache;
H A Dssl_local.h743 LHASH_OF(SSL_SESSION) *sessions;
H A Dssl_lib.c2282 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx) function

Completed in 244 milliseconds