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

12

/netbsd-current/crypto/external/bsd/openssl.old/dist/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);
/netbsd-current/crypto/external/bsd/openssl.old/dist/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)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf_lib.c26 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
46 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file, function
49 LHASH_OF(CONF_VALUE) *ltmp;
69 LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp, function
73 LHASH_OF(CONF_VALUE) *ltmp;
84 LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp, function
98 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALU
111 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, function
124 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, function
143 void CONF_free(LHASH_OF(CONF_VALUE) *conf) function
151 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out) function
166 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out) function
[all...]
H A Dconf_api.c20 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf);
132 typedef LHASH_OF(CONF_VALUE) LH_CONF_VALUE;
158 static void value_free_hash(const CONF_VALUE *a, LHASH_OF(CONF_VALUE) *conf)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/property/
H A Ddefn_cache.c52 LHASH_OF(PROPERTY_DEFN_ELEM) *property_defns = vproperty_defns;
74 LHASH_OF(PROPERTY_DEFN_ELEM) *property_defns;
100 LHASH_OF(PROPERTY_DEFN_ELEM) *property_defns;
/netbsd-current/tests/crypto/libcrypto/conf/
H A Dtest.c67 LHASH_OF(CONF_VALUE) *conf;
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Dconftypes.h37 LHASH_OF(CONF_VALUE) *data;
H A Dtxt_db.h42 LHASH_OF(OPENSSL_STRING) **index;
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DParseC.pm290 # LHASH_OF(foo) is used as a type, but the chandlers won't take it
298 static ossl_inline LHASH_OF($1) * lh_$1_new(unsigned long (*hfn)(const $1 *),
300 static ossl_inline void lh_$1_free(LHASH_OF($1) *lh);
301 static ossl_inline $1 *lh_$1_insert(LHASH_OF($1) *lh, $1 *d);
302 static ossl_inline $1 *lh_$1_delete(LHASH_OF($1) *lh, const $1 *d);
303 static ossl_inline $1 *lh_$1_retrieve(LHASH_OF($1) *lh, const $1 *d);
304 static ossl_inline int lh_$1_error(LHASH_OF($1) *lh);
305 static ossl_inline unsigned long lh_$1_num_items(LHASH_OF($1) *lh);
306 static ossl_inline void lh_$1_node_stats_bio(const LHASH_OF($1) *lh, BIO *out);
307 static ossl_inline void lh_$1_node_usage_stats_bio(const LHASH_OF(
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dopenssl.c38 static LHASH_OF(FUNCTION) *prog_init(void);
39 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]);
239 LHASH_OF(FUNCTION) *prog = NULL;
395 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]) function
459 static LHASH_OF(FUNCTION) *prog_init(void) function
461 static LHASH_OF(FUNCTION) *ret = NULL;
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dlhash_test.c83 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp);
169 LHASH_OF(int) *h = lh_int_new(&stress_hash, &int_cmp);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dlhash_test.c94 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp);
190 LHASH_OF(int) *h = lh_int_new(&stress_hash, &int_cmp);
/netbsd-current/crypto/external/bsd/openssl.old/dist/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;
548 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]) function
807 static LHASH_OF(FUNCTION) *prog_init(void) function
809 static LHASH_OF(FUNCTION) *ret = NULL;
/netbsd-current/crypto/external/bsd/openssl.old/dist/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
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_conf.c480 X509_EXTENSION *X509V3_EXT_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
495 X509_EXTENSION *X509V3_EXT_conf_nid(LHASH_OF(CONF_VALUE) *conf, function
527 void X509V3_set_conf_lhash(X509V3_CTX *ctx, LHASH_OF(CONF_VALUE) *lhash)
537 int X509V3_EXT_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
554 int X509V3_EXT_CRL_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
571 int X509V3_EXT_REQ_add_conf(LHASH_OF(CONF_VALUE) *conf, X509V3_CTX *ctx, function
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/txt_db/
H A Dtxt_db.c132 LHASH_OF(OPENSSL_STRING) *lh;
151 LHASH_OF(OPENSSL_STRING) *idx;
160 if ((idx = (LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_new(hash, cmp)) == NULL) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/txt_db/
H A Dtxt_db.c132 LHASH_OF(OPENSSL_STRING) *lh;
151 LHASH_OF(OPENSSL_STRING) *idx;
160 if ((idx = (LHASH_OF(OPENSSL_STRING) *)OPENSSL_LH_new(hash, cmp)) == NULL) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_table.c31 LHASH_OF(ENGINE_PILE) piles;
66 LHASH_OF(ENGINE_PILE) *lh;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_table.c32 LHASH_OF(ENGINE_PILE) piles;
67 LHASH_OF(ENGINE_PILE) *lh;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dstore_register.c144 static LHASH_OF(OSSL_STORE_LOADER) *loader_register = NULL;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_register.c153 static LHASH_OF(OSSL_STORE_LOADER) *loader_register = NULL;

Completed in 381 milliseconds

12