Searched refs:OPENSSL_CSTRING (Results 1 – 15 of 15) sorted by relevance
/openssl-master/apps/lib/ |
A D | names.c | 26 STACK_OF(OPENSSL_CSTRING) *names = vdata; in collect_names() 31 void print_names(BIO *out, STACK_OF(OPENSSL_CSTRING) *names) in print_names()
|
A D | apps.c | 1407 static unsigned long index_serial_hash(const OPENSSL_CSTRING *a) in index_serial_hash() 1417 static int index_serial_cmp(const OPENSSL_CSTRING *a, in index_serial_cmp() 1418 const OPENSSL_CSTRING *b) in index_serial_cmp() 1432 static unsigned long index_name_hash(const OPENSSL_CSTRING *a) in index_name_hash() 1437 int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b) in index_name_cmp() 1442 static IMPLEMENT_LHASH_HASH_FN(index_serial, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN() argument 1443 static IMPLEMENT_LHASH_COMP_FN(index_serial, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN() 1444 static IMPLEMENT_LHASH_HASH_FN(index_name, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN() 1445 static IMPLEMENT_LHASH_COMP_FN(index_name, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN()
|
/openssl-master/crypto/conf/ |
A D | conf_lib.c | 223 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-master/apps/ |
A D | list.c | 126 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 …]
|
A D | engine.c | 302 STACK_OF(OPENSSL_CSTRING) *engines = sk_OPENSSL_CSTRING_new_null(); in engine_main()
|
/openssl-master/apps/include/ |
A D | names.h | 17 void print_names(BIO *out, STACK_OF(OPENSSL_CSTRING) *names);
|
A D | apps.h | 235 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \ 236 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b)) 237 int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b);
|
/openssl-master/crypto/encode_decode/ |
A D | decoder_pkey.c | 201 STACK_OF(OPENSSL_CSTRING) *names = arg; in collect_name() 219 STACK_OF(OPENSSL_CSTRING) *names; 309 STACK_OF(OPENSSL_CSTRING) *names = NULL; in ossl_decoder_ctx_setup_for_pkey()
|
A D | encoder_pkey.c | 75 STACK_OF(OPENSSL_CSTRING) *names; 130 STACK_OF(OPENSSL_CSTRING) *names;
|
/openssl-master/test/ |
A D | confdump.c | 35 STACK_OF(OPENSSL_CSTRING) *section_names = NULL; in main()
|
/openssl-master/doc/man3/ |
A D | NCONF_new_ex.pod | 27 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-master/include/openssl/ |
A D | conf.h.in | 123 STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *conf);
|
A D | safestack.h.in | 199 typedef const char *OPENSSL_CSTRING; typedef
|
A D | lhash.h.in | 256 .generate_lhash_macros("OPENSSL_CSTRING");
|
/openssl-master/util/ |
A D | indent.pro | 316 -T OPENSSL_CSTRING
|
Completed in 23 milliseconds