Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dnames.c23 STACK_OF(OPENSSL_CSTRING) *names = vdata; in collect_names()
28 void print_names(BIO *out, STACK_OF(OPENSSL_CSTRING) *names) in print_names()
H A Dapps.c1381 static unsigned long index_serial_hash(const OPENSSL_CSTRING *a) in index_serial_hash()
1391 static int index_serial_cmp(const OPENSSL_CSTRING *a, in index_serial_cmp()
1392 const OPENSSL_CSTRING *b) in index_serial_cmp()
1406 static unsigned long index_name_hash(const OPENSSL_CSTRING *a) in index_name_hash()
1411 int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b) in index_name_cmp()
1416 static IMPLEMENT_LHASH_HASH_FN(index_serial, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN() argument
1417 static IMPLEMENT_LHASH_COMP_FN(index_serial, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN()
1418 static IMPLEMENT_LHASH_HASH_FN(index_name, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN()
1419 static IMPLEMENT_LHASH_COMP_FN(index_name, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN()
/openssl/crypto/property/
H A Dproperty_string.c45 STACK_OF(OPENSSL_CSTRING) *prop_namelist;
46 STACK_OF(OPENSSL_CSTRING) *prop_valuelist;
171 STACK_OF(OPENSSL_CSTRING) *slist; in ossl_property_string()
/openssl/crypto/conf/
H A Dconf_lib.c223 typedef STACK_OF(OPENSSL_CSTRING) SECTION_NAMES;
234 static int section_name_cmp(OPENSSL_CSTRING const *a, OPENSSL_CSTRING const *b) in section_name_cmp()
239 STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *cnf) in STACK_OF() argument
/openssl/apps/include/
H A Dnames.h17 void print_names(BIO *out, STACK_OF(OPENSSL_CSTRING) *names);
H A Dapps.h245 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \
246 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b))
247 int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b);
/openssl/apps/
H A Dlist.c126 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_ciphers()
210 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_digests()
271 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_macs()
335 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_kdfs()
534 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_encoders()
599 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_decoders()
655 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_keymanagers()
718 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_signatures()
777 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_kems()
838 STACK_OF(OPENSSL_CSTRING) *names = NULL; in list_asymciphers()
[all …]
H A Dengine.c302 STACK_OF(OPENSSL_CSTRING) *engines = sk_OPENSSL_CSTRING_new_null(); in engine_main()
/openssl/test/
H A Dconfdump.c35 STACK_OF(OPENSSL_CSTRING) *section_names = NULL; in main()
/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
/openssl/crypto/encode_decode/
H A Dencoder_pkey.c74 STACK_OF(OPENSSL_CSTRING) *names;
129 STACK_OF(OPENSSL_CSTRING) *names;
/openssl/include/openssl/
H A Dconf.h.in126 STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *conf);
H A Dsafestack.h.in199 typedef const char *OPENSSL_CSTRING; typedef
H A Dlhash.h.in299 .generate_lhash_macros("OPENSSL_CSTRING");
/openssl/util/
H A Dindent.pro316 -T OPENSSL_CSTRING

Completed in 289 milliseconds