Lines Matching refs:OPENSSL_STRING
125 static unsigned long ext_name_hash(const OPENSSL_STRING *a);
126 static int ext_name_cmp(const OPENSSL_STRING *a, const OPENSSL_STRING *b);
127 static void exts_cleanup(OPENSSL_STRING *x);
128 static int duplicated(LHASH_OF(OPENSSL_STRING) *addexts, char *kv);
133 LHASH_OF(OPENSSL_STRING) *addexts;
158 STACK_OF(OPENSSL_STRING) *pkeyopts;
163 STACK_OF(OPENSSL_STRING) *sigopts;
179 cfg.addexts = (LHASH_OF(OPENSSL_STRING) *)lh_new( in req_opt_addext()
1737 const EVP_MD * md, STACK_OF(OPENSSL_STRING) * sigopts) in do_sign_init()
1764 STACK_OF(OPENSSL_STRING) * sigopts) in do_X509_sign()
1784 STACK_OF(OPENSSL_STRING) * sigopts) in do_X509_REQ_sign()
1805 STACK_OF(OPENSSL_STRING) * sigopts) in do_X509_CRL_sign()
1823 ext_name_hash(const OPENSSL_STRING *a) in ext_name_hash()
1829 ext_name_cmp(const OPENSSL_STRING *a, const OPENSSL_STRING *b) in ext_name_cmp()
1835 exts_cleanup(OPENSSL_STRING *x) in exts_cleanup()
1845 duplicated(LHASH_OF(OPENSSL_STRING) *addexts, char *kv) in duplicated()
1872 if ((p = (char *)lh_OPENSSL_STRING_insert(addexts, (OPENSSL_STRING*)kv)) in duplicated()