Searched refs:OPENSSL_STRING (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.h80 typedef OPENSSL_STRING *OPENSSL_PSTRING;
81 DECLARE_SPECIAL_STACK_OF(OPENSSL_PSTRING, OPENSSL_STRING)
86 LHASH_OF(OPENSSL_STRING) **index;
87 int (**qual) (OPENSSL_STRING *);
91 OPENSSL_STRING *arg_row;
101 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
104 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx,
105 OPENSSL_STRING *value);
106 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *value);
H A Dtxt_db.c81 OPENSSL_STRING *pp;
201 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx,
202 OPENSSL_STRING *value)
204 OPENSSL_STRING *ret;
205 LHASH_OF(OPENSSL_STRING) *lh;
221 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
224 LHASH_OF(OPENSSL_STRING) *idx;
225 OPENSSL_STRING *r;
233 if ((idx = (LHASH_OF(OPENSSL_STRING) *)lh_new(hash, cmp)) == NULL) {
305 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *ro
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c70 static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name,
72 static void str_free(OPENSSL_STRING str);
73 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email);
525 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x)
528 STACK_OF(OPENSSL_STRING) *ret;
536 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x)
539 STACK_OF(OPENSSL_STRING) *ret = NULL;
559 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x)
563 STACK_OF(OPENSSL_STRING) *ret;
573 static STACK_OF(OPENSSL_STRING) *get_emai
[all...]
H A Dx509v3.h706 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x);
707 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
708 void X509_email_free(STACK_OF(OPENSSL_STRING) *sk);
709 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);
/freebsd-10.1-release/crypto/openssl/apps/
H A Dapps.h310 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \
311 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b))
324 STACK_OF(OPENSSL_STRING) *sigopts);
326 STACK_OF(OPENSSL_STRING) *sigopts);
328 STACK_OF(OPENSSL_STRING) *sigopts);
H A Dengine.c198 STACK_OF(OPENSSL_STRING) *cmds = NULL;
288 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds,
335 STACK_OF(OPENSSL_STRING) *engines = sk_OPENSSL_STRING_new_null();
336 STACK_OF(OPENSSL_STRING) *pre_cmds = sk_OPENSSL_STRING_new_null();
337 STACK_OF(OPENSSL_STRING) *post_cmds = sk_OPENSSL_STRING_new_null();
H A Dcms.c75 static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING)
76 *rr_to, int rr_allorfirst, STACK_OF(OPENSSL_STRING)
112 STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL;
126 STACK_OF(OPENSSL_STRING) *rr_to = NULL, *rr_from = NULL;
1164 static STACK_OF(GENERAL_NAMES) *make_names_stack(STACK_OF(OPENSSL_STRING) *ns)
1201 static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING)
1202 *rr_to, int rr_allorfirst, STACK_OF(OPENSSL_STRING)
H A Dca.c200 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
208 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
218 STACK_OF(OPENSSL_STRING) *sigopts,
228 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
323 STACK_OF(OPENSSL_STRING) *sigopts = NULL;
1498 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
1568 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
1625 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
1646 OPENSSL_STRING row[DB_NUMBER];
1647 OPENSSL_STRING *iro
[all...]
H A Dx509.c161 STACK_OF(OPENSSL_STRING) *sigopts, char *serial,
176 STACK_OF(OPENSSL_STRING) *sigopts = NULL;
699 STACK_OF(OPENSSL_STRING) *emlst;
1045 STACK_OF(OPENSSL_STRING) *sigopts,
H A Dcrl2p7.c98 STACK_OF(OPENSSL_STRING) *certflst = NULL;
H A Dreq.c172 STACK_OF(OPENSSL_STRING) *pkeyopts = NULL, *sigopts = NULL;
1677 const EVP_MD *md, STACK_OF(OPENSSL_STRING) *sigopts)
1696 STACK_OF(OPENSSL_STRING) *sigopts)
1709 STACK_OF(OPENSSL_STRING) *sigopts)
1722 STACK_OF(OPENSSL_STRING) *sigopts)
H A Dasn1pars.c101 STACK_OF(OPENSSL_STRING) *osk = NULL;
H A Docsp.c107 STACK_OF(OPENSSL_STRING) *names,
165 STACK_OF(OPENSSL_STRING) *reqnames = NULL;
924 STACK_OF(OPENSSL_STRING) *names,
H A Ddgst.c131 STACK_OF(OPENSSL_STRING) *sigopts = NULL, *macopts = NULL;
H A Dsmime.c97 STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL;
H A Dpkcs12.c124 STACK_OF(OPENSSL_STRING) *canames = NULL;
H A Ds_server.c872 STACK_OF(OPENSSL_STRING) *aia = NULL;
/freebsd-10.1-release/crypto/openssl/crypto/stack/
H A Dsafestack.h119 typedef char *OPENSSL_STRING; typedef
131 DECLARE_SPECIAL_STACK_OF(OPENSSL_STRING, char)
2039 # define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)sk_new(CHECKED_SK_CMP_FUNC(char, cmp)))
2040 # define sk_OPENSSL_STRING_new_null() ((STACK_OF(OPENSSL_STRING) *)sk_new_null())
2041 # define sk_OPENSSL_STRING_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
2042 # define sk_OPENSSL_STRING_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
2043 # define sk_OPENSSL_STRING_value(st, i) ((OPENSSL_STRING)sk_value(CHECKED_STACK_OF(OPENSSL_STRING, st), i))
2044 # define sk_OPENSSL_STRING_num(st) SKM_sk_num(OPENSSL_STRING, st)
2045 # define sk_OPENSSL_STRING_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_STRING, s
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/lhash/
H A Dlhash.h233 DECLARE_LHASH_OF(OPENSSL_STRING); variable
/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_dyn.c160 STACK_OF(OPENSSL_STRING) *dirs;
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dcryptlib.c178 static STACK_OF(OPENSSL_STRING) *app_locks = NULL;

Completed in 1001 milliseconds