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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dvpm_int.h63 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dvpm_int.h63 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.h314 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \
315 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b))
328 STACK_OF(OPENSSL_STRING) *sigopts);
330 STACK_OF(OPENSSL_STRING) *sigopts);
332 STACK_OF(OPENSSL_STRING) *sigopts);
H A Ds_apps.h202 int *badarg, BIO *err, STACK_OF(OPENSSL_STRING) **pstr);
204 STACK_OF(OPENSSL_STRING) *str, int no_ecdhe, int no_jpake);
H A Dengine.c193 STACK_OF(OPENSSL_STRING) *cmds = NULL;
283 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds,
330 STACK_OF(OPENSSL_STRING) *engines = sk_OPENSSL_STRING_new_null();
331 STACK_OF(OPENSSL_STRING) *pre_cmds = sk_OPENSSL_STRING_new_null();
332 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)
79 STACK_OF(OPENSSL_STRING) *param);
107 STACK_OF(OPENSSL_STRING) *param;
122 STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL;
136 STACK_OF(OPENSSL_STRING) *rr_to = NULL, *rr_from = NULL;
1280 static STACK_OF(GENERAL_NAMES) *make_names_stack(STACK_OF(OPENSSL_STRING) *ns)
1317 static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING)
1318 *rr_to, int rr_allorfirst, STACK_OF(OPENSSL_STRING)
1340 STACK_OF(OPENSSL_STRING) *para
[all...]
H A Dca.c194 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
202 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
212 STACK_OF(OPENSSL_STRING) *sigopts,
222 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
317 STACK_OF(OPENSSL_STRING) *sigopts = NULL;
1499 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
1569 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
1626 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
1647 OPENSSL_STRING row[DB_NUMBER];
1648 OPENSSL_STRING *iro
[all...]
H A Dcrl2p7.c98 STACK_OF(OPENSSL_STRING) *certflst = NULL;
H A Dx509.c164 STACK_OF(OPENSSL_STRING) *sigopts, char *serial,
182 STACK_OF(OPENSSL_STRING) *sigopts = NULL;
745 STACK_OF(OPENSSL_STRING) *emlst;
1097 STACK_OF(OPENSSL_STRING) *sigopts,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.h314 index_name_cmp((const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, a), \
315 (const OPENSSL_CSTRING *)CHECKED_PTR_OF(OPENSSL_STRING, b))
328 STACK_OF(OPENSSL_STRING) *sigopts);
330 STACK_OF(OPENSSL_STRING) *sigopts);
332 STACK_OF(OPENSSL_STRING) *sigopts);
H A Ds_apps.h202 int *badarg, BIO *err, STACK_OF(OPENSSL_STRING) **pstr);
204 STACK_OF(OPENSSL_STRING) *str, int no_ecdhe, int no_jpake);
H A Dengine.c193 STACK_OF(OPENSSL_STRING) *cmds = NULL;
283 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds,
330 STACK_OF(OPENSSL_STRING) *engines = sk_OPENSSL_STRING_new_null();
331 STACK_OF(OPENSSL_STRING) *pre_cmds = sk_OPENSSL_STRING_new_null();
332 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)
79 STACK_OF(OPENSSL_STRING) *param);
107 STACK_OF(OPENSSL_STRING) *param;
122 STACK_OF(OPENSSL_STRING) *sksigners = NULL, *skkeys = NULL;
136 STACK_OF(OPENSSL_STRING) *rr_to = NULL, *rr_from = NULL;
1280 static STACK_OF(GENERAL_NAMES) *make_names_stack(STACK_OF(OPENSSL_STRING) *ns)
1317 static CMS_ReceiptRequest *make_receipt_request(STACK_OF(OPENSSL_STRING)
1318 *rr_to, int rr_allorfirst, STACK_OF(OPENSSL_STRING)
1340 STACK_OF(OPENSSL_STRING) *para
[all...]
H A Dca.c194 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
202 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
212 STACK_OF(OPENSSL_STRING) *sigopts,
222 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
317 STACK_OF(OPENSSL_STRING) *sigopts = NULL;
1499 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
1569 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
1626 const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts,
1647 OPENSSL_STRING row[DB_NUMBER];
1648 OPENSSL_STRING *iro
[all...]
H A Dcrl2p7.c98 STACK_OF(OPENSSL_STRING) *certflst = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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.h716 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x);
717 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
718 void X509_email_free(STACK_OF(OPENSSL_STRING) *sk);
719 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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.h716 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x);
717 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x);
718 void X509_email_free(STACK_OF(OPENSSL_STRING) *sk);
719 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/stack/
H A Dsafestack.h119 typedef char *OPENSSL_STRING; typedef
131 DECLARE_SPECIAL_STACK_OF(OPENSSL_STRING, char)
2172 # define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)sk_new(CHECKED_SK_CMP_FUNC(char, cmp)))
2173 # define sk_OPENSSL_STRING_new_null() ((STACK_OF(OPENSSL_STRING) *)sk_new_null())
2174 # define sk_OPENSSL_STRING_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
2175 # define sk_OPENSSL_STRING_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
2176 # define sk_OPENSSL_STRING_value(st, i) ((OPENSSL_STRING)sk_value(CHECKED_STACK_OF(OPENSSL_STRING, st), i))
2177 # define sk_OPENSSL_STRING_num(st) SKM_sk_num(OPENSSL_STRING, st)
2178 # define sk_OPENSSL_STRING_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_STRING, s
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/stack/
H A Dsafestack.h119 typedef char *OPENSSL_STRING; typedef
131 DECLARE_SPECIAL_STACK_OF(OPENSSL_STRING, char)
2172 # define sk_OPENSSL_STRING_new(cmp) ((STACK_OF(OPENSSL_STRING) *)sk_new(CHECKED_SK_CMP_FUNC(char, cmp)))
2173 # define sk_OPENSSL_STRING_new_null() ((STACK_OF(OPENSSL_STRING) *)sk_new_null())
2174 # define sk_OPENSSL_STRING_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
2175 # define sk_OPENSSL_STRING_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_STRING, st), CHECKED_PTR_OF(char, val))
2176 # define sk_OPENSSL_STRING_value(st, i) ((OPENSSL_STRING)sk_value(CHECKED_STACK_OF(OPENSSL_STRING, st), i))
2177 # define sk_OPENSSL_STRING_num(st) SKM_sk_num(OPENSSL_STRING, st)
2178 # define sk_OPENSSL_STRING_pop_free(st, free_func) sk_pop_free(CHECKED_STACK_OF(OPENSSL_STRING, s
[all...]

Completed in 165 milliseconds

123