| /freebsd-14.2/crypto/openssl/apps/lib/ |
| H A D | names.c | 23 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 D | apps.c | 1421 static unsigned long index_serial_hash(const OPENSSL_CSTRING *a) in index_serial_hash() 1431 static int index_serial_cmp(const OPENSSL_CSTRING *a, in index_serial_cmp() 1432 const OPENSSL_CSTRING *b) in index_serial_cmp() 1446 static unsigned long index_name_hash(const OPENSSL_CSTRING *a) in index_name_hash() 1451 int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b) in index_name_cmp() 1456 static IMPLEMENT_LHASH_HASH_FN(index_serial, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN() argument 1457 static IMPLEMENT_LHASH_COMP_FN(index_serial, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN() 1458 static IMPLEMENT_LHASH_HASH_FN(index_name, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN() 1459 static IMPLEMENT_LHASH_COMP_FN(index_name, OPENSSL_CSTRING) in IMPLEMENT_LHASH_HASH_FN()
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | safestack.h | 196 typedef const char *OPENSSL_CSTRING; typedef 231 SKM_DEFINE_STACK_OF_INTERNAL(OPENSSL_CSTRING, const char, char) 234 #define sk_OPENSSL_CSTRING_new(cmp) ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_sk_new(ossl_check_OPENSSL… 235 #define sk_OPENSSL_CSTRING_new_null() ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_sk_new_null()) 236 #define sk_OPENSSL_CSTRING_new_reserve(cmp, n) ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_sk_new_reserve… 254 #define sk_OPENSSL_CSTRING_dup(sk) ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_sk_dup(ossl_check_const_OP… 255 #define sk_OPENSSL_CSTRING_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(OPENSSL_CSTRING) *)OPENSSL_…
|
| H A D | lhash.h | 267 DEFINE_LHASH_OF_INTERNAL(OPENSSL_CSTRING); 268 #define lh_OPENSSL_CSTRING_new(hfn, cmp) ((LHASH_OF(OPENSSL_CSTRING) *)OPENSSL_LH_new(ossl_check_OP… 271 #define lh_OPENSSL_CSTRING_insert(lh, ptr) ((OPENSSL_CSTRING *)OPENSSL_LH_insert(ossl_check_OPENSSL… 272 #define lh_OPENSSL_CSTRING_delete(lh, ptr) ((OPENSSL_CSTRING *)OPENSSL_LH_delete(ossl_check_OPENSSL… 273 #define lh_OPENSSL_CSTRING_retrieve(lh, ptr) ((OPENSSL_CSTRING *)OPENSSL_LH_retrieve(ossl_check_OPE…
|
| H A D | conf.h | 160 STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *conf);
|
| H A D | conf.h.in | 123 STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *conf);
|
| H A D | safestack.h.in | 199 typedef const char *OPENSSL_CSTRING; typedef
|
| H A D | lhash.h.in | 256 .generate_lhash_macros("OPENSSL_CSTRING");
|
| /freebsd-14.2/crypto/openssl/crypto/conf/ |
| H 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
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H 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 …]
|
| H A D | engine.c | 302 STACK_OF(OPENSSL_CSTRING) *engines = sk_OPENSSL_CSTRING_new_null(); in engine_main()
|
| /freebsd-14.2/crypto/openssl/apps/include/ |
| H A D | apps.h | 240 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \ 241 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b)) 242 int index_name_cmp(const OPENSSL_CSTRING *a, const OPENSSL_CSTRING *b);
|
| H A D | names.h | 17 void print_names(BIO *out, STACK_OF(OPENSSL_CSTRING) *names);
|
| /freebsd-14.2/crypto/openssl/crypto/encode_decode/ |
| H A D | decoder_pkey.c | 204 STACK_OF(OPENSSL_CSTRING) *names = arg; in collect_name() 222 STACK_OF(OPENSSL_CSTRING) *names; 312 STACK_OF(OPENSSL_CSTRING) *names = NULL; in ossl_decoder_ctx_setup_for_pkey()
|
| H A D | encoder_pkey.c | 74 STACK_OF(OPENSSL_CSTRING) *names; 129 STACK_OF(OPENSSL_CSTRING) *names;
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | confdump.c | 35 STACK_OF(OPENSSL_CSTRING) *section_names = NULL; in main()
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H 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
|
| /freebsd-14.2/crypto/openssl/crypto/ |
| H A D | provider_conf.c | 84 STACK_OF(OPENSSL_CSTRING) *visited) in provider_conf_params_internal() 167 STACK_OF(OPENSSL_CSTRING) *visited = sk_OPENSSL_CSTRING_new_null(); in provider_conf_params()
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | check-format-test-negatives.c | 323 DECLARE_STACK_OF(OPENSSL_CSTRING)
|
| H A D | indent.pro | 316 -T OPENSSL_CSTRING
|