Searched refs:STACK_OF (Results 76 - 100 of 496) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_attr.c71 STACK_OF(X509_ALGOR) *cap)
84 STACK_OF(X509_ALGOR) *PKCS7_get_smimecap(PKCS7_SIGNER_INFO *si) function
93 return (STACK_OF(X509_ALGOR) *)
99 int PKCS7_simple_smimecap(STACK_OF(X509_ALGOR) *sk, int nid, int arg) function
H A Dpk7_smime.c69 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
141 static int add_cipher_smcap(STACK_OF(X509_ALGOR) *sk, int nid, int arg) function
148 static int add_digest_smcap(STACK_OF(X509_ALGOR) *sk, int nid, int arg) function
160 STACK_OF(X509_ALGOR) *smcap = NULL;
224 STACK_OF(PKCS7_SIGNER_INFO) *sinfos;
249 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
252 STACK_OF(X509) *signers;
254 STACK_OF(PKCS7_SIGNER_INFO) *sinfos;
417 STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X50 function
481 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_v3.c68 int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x) function
75 int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x, int nid, function
86 int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk, function
106 int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit, function
126 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc) function
134 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc) function
144 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, function
149 STACK_OF(X509_EXTENSION) *sk = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_scts.c113 static void SCT_LIST_free(STACK_OF(SCT) *a);
114 static STACK_OF(SCT) *d2i_SCT_LIST(STACK_OF(SCT) **a,
116 static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list,
180 static void SCT_LIST_free(STACK_OF(SCT) *a) function
185 static STACK_OF(SCT) *d2i_SCT_LIST(STACK_OF(SCT) **a, function
189 STACK_OF(SCT) *sk = NULL;
292 static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/asn1/
H A Docsp.c178 STACK_OF(Request) *requestList;
179 STACK_OF(X509_EXTENSION) *requestExtensions;
185 STACK_OF(X509) *certs;
202 STACK_OF(X509_EXTENSION) *singleRequestExtensions;
229 STACK_OF(SingleResponse) *responses;
230 STACK_OF(X509_EXTENSION) *responseExtensions;
237 STACK_OF(X509) *certs;
259 STACK_OF(X509_EXTENSION) *singleExtensions;
264 STACK_OF(ACCESS_DESCRIPTION) *locator;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_v3.c68 int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x) function
74 int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x, int nid, function
84 int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk, ASN1_OBJECT *obj, function
104 int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit, function
125 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc) function
133 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc) function
143 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, function
148 STACK_OF(X509_EXTENSION) *sk=NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/asn1/
H A Docsp.c179 STACK_OF(Request) *requestList;
180 STACK_OF(X509_EXTENSION) *requestExtensions;
186 STACK_OF(X509) *certs;
203 STACK_OF(X509_EXTENSION) *singleRequestExtensions;
230 STACK_OF(SingleResponse) *responses;
231 STACK_OF(X509_EXTENSION) *responseExtensions;
238 STACK_OF(X509) *certs;
260 STACK_OF(X509_EXTENSION) *singleExtensions;
266 STACK_OF(ACCESS_DESCRIPTION) *locator;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dconf_api.h74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_v3.c68 int X509v3_get_ext_count(const STACK_OF(X509_EXTENSION) *x) function
75 int X509v3_get_ext_by_NID(const STACK_OF(X509_EXTENSION) *x, int nid, function
86 int X509v3_get_ext_by_OBJ(const STACK_OF(X509_EXTENSION) *sk, function
106 int X509v3_get_ext_by_critical(const STACK_OF(X509_EXTENSION) *sk, int crit, function
126 X509_EXTENSION *X509v3_get_ext(const STACK_OF(X509_EXTENSION) *x, int loc) function
134 X509_EXTENSION *X509v3_delete_ext(STACK_OF(X509_EXTENSION) *x, int loc) function
144 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, function
149 STACK_OF(X509_EXTENSION) *sk = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_scts.c113 static void SCT_LIST_free(STACK_OF(SCT) *a);
114 static STACK_OF(SCT) *d2i_SCT_LIST(STACK_OF(SCT) **a,
116 static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list,
180 static void SCT_LIST_free(STACK_OF(SCT) *a) function
185 static STACK_OF(SCT) *d2i_SCT_LIST(STACK_OF(SCT) **a, function
189 STACK_OF(SCT) *sk = NULL;
292 static int i2r_SCT_LIST(X509V3_EXT_METHOD *method, STACK_OF(SCT) *sct_list,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/asn1/
H A Docsp.c178 STACK_OF(Request) *requestList;
179 STACK_OF(X509_EXTENSION) *requestExtensions;
185 STACK_OF(X509) *certs;
202 STACK_OF(X509_EXTENSION) *singleRequestExtensions;
229 STACK_OF(SingleResponse) *responses;
230 STACK_OF(X509_EXTENSION) *responseExtensions;
237 STACK_OF(X509) *certs;
259 STACK_OF(X509_EXTENSION) *singleExtensions;
264 STACK_OF(ACCESS_DESCRIPTION) *locator;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_api.h74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/conf/
H A Dconf_api.h74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_attr.c71 STACK_OF(X509_ALGOR) *cap)
84 STACK_OF(X509_ALGOR) *PKCS7_get_smimecap(PKCS7_SIGNER_INFO *si) function
93 return (STACK_OF(X509_ALGOR) *)
99 int PKCS7_simple_smimecap(STACK_OF(X509_ALGOR) *sk, int nid, int arg) function
H A Dpk7_smime.c69 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
141 static int add_cipher_smcap(STACK_OF(X509_ALGOR) *sk, int nid, int arg) function
148 static int add_digest_smcap(STACK_OF(X509_ALGOR) *sk, int nid, int arg) function
160 STACK_OF(X509_ALGOR) *smcap = NULL;
224 STACK_OF(PKCS7_SIGNER_INFO) *sinfos;
249 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
252 STACK_OF(X509) *signers;
254 STACK_OF(PKCS7_SIGNER_INFO) *sinfos;
417 STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X50 function
481 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher, function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/conf/
H A Dconf_api.h74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dverify.c74 STACK_OF(X509) *uchain, STACK_OF(X509) *tchain,
75 STACK_OF(X509_CRL) *crls, ENGINE *e);
86 STACK_OF(X509) *untrusted = NULL, *trusted = NULL;
87 STACK_OF(X509_CRL) *crls = NULL;
262 STACK_OF(X509) *uchain, STACK_OF(X509) *tchain,
263 STACK_OF(X509_CRL) *crls, ENGINE *e)
H A Ds_apps.h164 STACK_OF(X509) *chain, int build_chain);
202 int *badarg, BIO *err, STACK_OF(OPENSSL_STRING) **pstr);
204 STACK_OF(OPENSSL_STRING) *str, int no_ecdhe, int no_jpake);
205 int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls,
209 const char *chCAfile, STACK_OF(X509_CRL) *crls,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dverify.c74 STACK_OF(X509) *uchain, STACK_OF(X509) *tchain,
75 STACK_OF(X509_CRL) *crls, ENGINE *e);
86 STACK_OF(X509) *untrusted = NULL, *trusted = NULL;
87 STACK_OF(X509_CRL) *crls = NULL;
262 STACK_OF(X509) *uchain, STACK_OF(X509) *tchain,
263 STACK_OF(X509_CRL) *crls, ENGINE *e)
H A Ds_apps.h164 STACK_OF(X509) *chain, int build_chain);
202 int *badarg, BIO *err, STACK_OF(OPENSSL_STRING) **pstr);
204 STACK_OF(OPENSSL_STRING) *str, int no_ecdhe, int no_jpake);
205 int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls,
209 const char *chCAfile, STACK_OF(X509_CRL) *crls,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_ncons.c67 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
71 STACK_OF(GENERAL_SUBTREE) *trees,
103 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
107 STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
170 STACK_OF(GENERAL_SUBTREE) *trees,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms.h147 STACK_OF(X509) *certs, BIO *data,
152 STACK_OF(X509) *certs, unsigned int flags);
173 int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs,
177 STACK_OF(X509) *certs,
180 STACK_OF(X509) *CMS_get0_signers(CMS_ContentInfo *cms);
182 CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in,
195 STACK_OF(CMS_RecipientInfo) *CMS_get0_RecipientInfos(CMS_ContentInfo *cms);
255 STACK_OF(X509) *CMS_get1_certs(CMS_ContentInfo *cms);
260 STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms);
268 STACK_OF(CMS_SignerInf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms.h147 STACK_OF(X509) *certs, BIO *data,
152 STACK_OF(X509) *certs, unsigned int flags);
173 int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs,
177 STACK_OF(X509) *certs,
180 STACK_OF(X509) *CMS_get0_signers(CMS_ContentInfo *cms);
182 CMS_ContentInfo *CMS_encrypt(STACK_OF(X509) *certs, BIO *in,
195 STACK_OF(CMS_RecipientInfo) *CMS_get0_RecipientInfos(CMS_ContentInfo *cms);
255 STACK_OF(X509) *CMS_get1_certs(CMS_ContentInfo *cms);
260 STACK_OF(X509_CRL) *CMS_get1_crls(CMS_ContentInfo *cms);
268 STACK_OF(CMS_SignerInf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_name.c66 typedef STACK_OF(X509_NAME_ENTRY) STACK_OF_X509_NAME_ENTRY;
89 static int i2d_name_canon(STACK_OF(STACK_OF_X509_NAME_ENTRY) * intname,
188 STACK_OF(STACK_OF_X509_NAME_ENTRY) *s;
200 STACK_OF(X509_NAME_ENTRY) *entries;
272 static void local_sk_X509_NAME_ENTRY_free(STACK_OF(X509_NAME_ENTRY) *ne) function
277 static void local_sk_X509_NAME_ENTRY_pop_free(STACK_OF(X509_NAME_ENTRY) *ne) function
285 STACK_OF(STACK_OF_X509_NAME_ENTRY) *s;
292 STACK_OF(X509_NAME_ENTRY) *entries = NULL;
352 STACK_OF(STACK_OF_X509_NAME_ENTRY) *intname = NULL;
353 STACK_OF(X509_NAME_ENTR
500 static int i2d_name_canon(STACK_OF(STACK_OF_X509_NAME_ENTRY) * _intname, function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_name.c66 typedef STACK_OF(X509_NAME_ENTRY) STACK_OF_X509_NAME_ENTRY;
89 static int i2d_name_canon(STACK_OF(STACK_OF_X509_NAME_ENTRY) * intname,
188 STACK_OF(STACK_OF_X509_NAME_ENTRY) *s;
200 STACK_OF(X509_NAME_ENTRY) *entries;
272 static void local_sk_X509_NAME_ENTRY_free(STACK_OF(X509_NAME_ENTRY) *ne) function
277 static void local_sk_X509_NAME_ENTRY_pop_free(STACK_OF(X509_NAME_ENTRY) *ne) function
285 STACK_OF(STACK_OF_X509_NAME_ENTRY) *s;
292 STACK_OF(X509_NAME_ENTRY) *entries = NULL;
352 STACK_OF(STACK_OF_X509_NAME_ENTRY) *intname = NULL;
353 STACK_OF(X509_NAME_ENTR
500 static int i2d_name_canon(STACK_OF(STACK_OF_X509_NAME_ENTRY) * _intname, function
[all...]

Completed in 183 milliseconds

1234567891011>>