Home
last modified time | relevance | path

Searched refs:OPENSSL_CSTRING (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/openssl/apps/lib/
H A Dnames.c23 STACK_OF(OPENSSL_CSTRING) *names = vdata; in collect_names()
29 void print_names(BIO *out, STACK_OF(OPENSSL_CSTRING) *names) in print_names()
H A Dapps.c1445 static unsigned long index_serial_hash(const OPENSSL_CSTRING *a) in index_serial_hash()
1455 static int index_serial_cmp(const OPENSSL_CSTRING *a, in index_serial_cmp()
1456 const OPENSSL_CSTRING *b) in index_serial_cmp()
1472 static unsigned long index_name_hash(const OPENSSL_CSTRING *a) in index_name_hash()
1477 int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b) in index_name_cmp()
1482 static IMPLEMENT_LHASH_HASH_FN(index_serial, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN() argument
1483 static IMPLEMENT_LHASH_COMP_FN(index_serial, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN()
1484 static IMPLEMENT_LHASH_HASH_FN(index_name, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN()
1485 static IMPLEMENT_LHASH_COMP_FN(index_name, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN()
/freebsd/crypto/openssl/include/openssl/
H A Dsafestack.h198 typedef const char *OPENSSL_CSTRING; typedef
234 SKM_DEFINE_STACK_OF_INTERNAL(OPENSSL_CSTRING, const char, char)
237 #define sk_OPENSSL_CSTRING_new(cmp) ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_sk_new(ossl_check_OPENSSL…
238 #define sk_OPENSSL_CSTRING_new_null() ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_sk_new_null())
239 #define sk_OPENSSL_CSTRING_new_reserve(cmp, n) ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_sk_new_reserve…
257 #define sk_OPENSSL_CSTRING_dup(sk) ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_sk_dup(ossl_check_const_OP…
258 #define sk_OPENSSL_CSTRING_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_…
H A Dlhash.h395 DEFINE_LHASH_OF_INTERNAL(OPENSSL_CSTRING);
396 #define lh_OPENSSL_CSTRING_new(hfn, cmp) ((LHASH_OF(OPENSSL_CSTRING) *)OPENSSL_LH_set_thunks(OPENSS…
399 #define lh_OPENSSL_CSTRING_insert(lh, ptr) ((OPENSSL_CSTRING *)OPENSSL_LH_insert(ossl_check_OPENSSL…
400 #define lh_OPENSSL_CSTRING_delete(lh, ptr) ((OPENSSL_CSTRING *)OPENSSL_LH_delete(ossl_check_OPENSSL…
401 #define lh_OPENSSL_CSTRING_retrieve(lh, ptr) ((OPENSSL_CSTRING *)OPENSSL_LH_retrieve(ossl_check_OPE…
H A Dconf.h167 STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *conf);
H A Dconf.h.in130 STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *conf);
H A Dsafestack.h.in201 typedef const char *OPENSSL_CSTRING; typedef
H A Dlhash.h.in384 .generate_lhash_macros("OPENSSL_CSTRING");
H A Dssl.h1503 (STACK_OF(OPENSSL_CSTRING) *)(out))
H A Dssl.h.in1456 (STACK_OF(OPENSSL_CSTRING) *)(out))
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_string.c45 STACK_OF(OPENSSL_CSTRING) *prop_namelist;
46 STACK_OF(OPENSSL_CSTRING) *prop_valuelist;
172 STACK_OF(OPENSSL_CSTRING) *slist; in ossl_property_string()
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_lib.c223 typedef STACK_OF(OPENSSL_CSTRING) SECTION_NAMES;
235 static int section_name_cmp(OPENSSL_CSTRING const *a, OPENSSL_CSTRING const *b) in section_name_cmp()
240 STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *cnf) in STACK_OF() argument
/freebsd/crypto/openssl/apps/
H A Dlist.c133 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_ciphers()
218 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_digests()
279 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_macs()
344 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_kdfs()
545 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_encoders()
611 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_decoders()
668 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_keymanagers()
731 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_skeymanagers()
786 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_signatures()
848 STACK_OF(OPENSSL_CSTRING) *groups; in list_tls_groups()
[all …]
H A Dengine.c309 STACK_OF(OPENSSL_CSTRING) *engines = sk_OPENSSL_CSTRING_new_null(); in engine_main()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h248 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \
249 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b))
250 int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b);
H A Dnames.h17 void print_names(BIO *out, STACK_OF(OPENSSL_CSTRING) *names);
/freebsd/crypto/openssl/doc/man3/
H A DNCONF_new_ex.pod27 STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *conf);
50 the I<conf> as B<STACK_OF(OPENSSL_CSTRING)> strings. The individual strings
H A DSSL_CTX_set1_curves.pod37 STACK_OF(OPENSSL_CSTRING) *names);
/freebsd/crypto/openssl/test/
H A Dconfdump.c35 STACK_OF(OPENSSL_CSTRING) *section_names = NULL; in main()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_pkey.c73 STACK_OF(OPENSSL_CSTRING) *names;
130 STACK_OF(OPENSSL_CSTRING) *names;
/freebsd/crypto/openssl/crypto/
H A Dprovider_conf.c78 STACK_OF(OPENSSL_CSTRING) *visited) in provider_conf_params_internal()
161 STACK_OF(OPENSSL_CSTRING) *visited = sk_OPENSSL_CSTRING_new_null(); in provider_conf_params()
/freebsd/crypto/openssl/util/
H A Dindent.pro316 -T OPENSSL_CSTRING
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h2847 STACK_OF(OPENSSL_CSTRING) *out);
H A Dt1_lib.c950 STACK_OF(OPENSSL_CSTRING) *out) in tls1_get0_implemented_groups()