Searched refs:STACK_OF (Results 51 - 75 of 170) sorted by relevance

1234567

/freebsd-10.1-release/crypto/openssl/crypto/cms/
H A Dcms_ess.c96 STACK_OF(GENERAL_NAMES)
97 *receiptList, STACK_OF(GENERAL_NAMES)
168 STACK_OF(GENERAL_NAMES) **plist,
169 STACK_OF(GENERAL_NAMES) **prto)
228 STACK_OF(CMS_SignerInfo) *sis, *osis;
H A Dcms_sd.c161 STACK_OF(CMS_SignerInfo) *sinfos;
378 STACK_OF(X509_ALGOR) *smcap = NULL;
446 STACK_OF(CMS_SignerInfo) *CMS_get0_SignerInfos(CMS_ContentInfo *cms) function
455 STACK_OF(X509) *CMS_get0_signers(CMS_ContentInfo *cms) function
457 STACK_OF(X509) *signers = NULL;
458 STACK_OF(CMS_SignerInfo) *sinfos;
504 int CMS_set1_signers_certs(CMS_ContentInfo *cms, STACK_OF(X509) *scerts,
510 STACK_OF(CMS_CertificateChoices) *certs;
625 STACK_OF(CMS_SignerInfo) *sinfos;
831 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGO
844 int CMS_add_simple_smimecap(STACK_OF(X509_ALGOR) **algs, function
874 static int cms_add_cipher_smcap(STACK_OF(X509_ALGOR) **sk, int nid, int arg) function
881 static int cms_add_digest_smcap(STACK_OF(X509_ALGOR) **sk, int nid, int arg) function
888 int CMS_add_standard_smimecap(STACK_OF(X509_ALGOR) **smcap) function
[all...]
H A Dcms_io.c115 STACK_OF(X509_ALGOR) *mdalgs;
/freebsd-10.1-release/crypto/openssl/crypto/x509v3/
H A Dpcy_tree.c85 STACK_OF(ASN1_OBJECT) *pset = node->data->expected_policy_set;
144 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
410 STACK_OF(ASN1_OBJECT) *expset = node->data->expected_policy_set;
490 STACK_OF(X509_POLICY_NODE) *nodes;
535 static int tree_add_auth_node(STACK_OF(X509_POLICY_NODE) **pnodes, function
562 STACK_OF(X509_POLICY_NODE) **pnodes)
566 STACK_OF(X509_POLICY_NODE) **addnodes;
605 STACK_OF(ASN1_OBJECT) *policy_oids,
606 STACK_OF(X509_POLICY_NODE) *auth_nodes)
731 STACK_OF(X50
[all...]
H A Dv3_lib.c68 static STACK_OF(X509V3_EXT_METHOD) *ext_list = NULL;
209 void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, function
264 int X509V3_add1_i2d(STACK_OF(X509_EXTENSION) **x, int nid, void *value, function
H A Dpcy_node.c72 STACK_OF(X509_POLICY_NODE) *policy_node_cmp_new(void) function
77 X509_POLICY_NODE *tree_find_sk(STACK_OF(X509_POLICY_NODE) *nodes, function
H A Dv3_alt.c67 STACK_OF(CONF_VALUE) *nval);
70 STACK_OF(CONF_VALUE) *nval);
98 STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method, function
100 STACK_OF(CONF_VALUE) *ret)
113 STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, function
115 STACK_OF(CONF_VALUE) *ret)
241 STACK_OF(CONF_VALUE) *nval)
310 STACK_OF(CONF_VALUE) *nval)
400 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
588 STACK_OF(CONF_VALU
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_cnf.c76 static STACK_OF(ENGINE) *initialized_engines = NULL;
96 STACK_OF(CONF_VALUE) *ecmds;
204 STACK_OF(CONF_VALUE) *elist;
H A Deng_pkey.c161 STACK_OF(X509_NAME) *ca_dn, X509 **pcert,
162 EVP_PKEY **ppkey, STACK_OF(X509) **pother,
/freebsd-10.1-release/crypto/openssl/crypto/pem/
H A Dpem_info.c74 STACK_OF(X509_INFO) *PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk, function
78 STACK_OF(X509_INFO) *ret;
91 STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, function
101 STACK_OF(X509_INFO) *ret = NULL;
/freebsd-10.1-release/crypto/openssl/crypto/srp/
H A Dsrp.h101 STACK_OF(SRP_user_pwd) *users_pwd;
102 STACK_OF(SRP_gN_cache) *gN_cache;
/freebsd-10.1-release/crypto/openssl/apps/
H A Docsp.c102 STACK_OF(OCSP_CERTID) *ids);
105 STACK_OF(OCSP_CERTID) *ids);
107 STACK_OF(OPENSSL_STRING) *names,
108 STACK_OF(OCSP_CERTID) *ids, long nsec,
113 EVP_PKEY *rkey, STACK_OF(X509) *rother,
122 STACK_OF(CONF_VALUE) *headers,
142 STACK_OF(CONF_VALUE) *headers = NULL;
157 STACK_OF(X509) *sign_other = NULL, *verify_other = NULL, *rother = NULL;
165 STACK_OF(OPENSSL_STRING) *reqnames = NULL;
166 STACK_OF(OCSP_CERTI
[all...]
H A Dpkcs12.c82 int get_cert_chain(X509 *cert, X509_STORE *store, STACK_OF(X509) **chain);
85 int dump_certs_pkeys_bags(BIO *out, STACK_OF(PKCS12_SAFEBAG) *bags,
90 int print_attribs(BIO *out, STACK_OF(X509_ATTRIBUTE) *attrlst,
94 int cert_load(BIO *in, STACK_OF(X509) *sk);
124 STACK_OF(OPENSSL_STRING) *canames = NULL;
499 STACK_OF(X509) *certs = NULL;
563 STACK_OF(X509) *morecerts = NULL;
585 STACK_OF(X509) *chain2;
773 STACK_OF(PKCS7) *asafes = NULL;
774 STACK_OF(PKCS12_SAFEBA
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/x509/
H A Dx509_req.c190 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req) function
213 return (STACK_OF(X509_EXTENSION) *)
219 * Add a STACK_OF extensions to a certificate request: allow alternative OIDs
223 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts,
260 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts)
H A Dx509_lu.c235 STACK_OF(X509_LOOKUP) *sk;
259 STACK_OF(X509_LOOKUP) *sk;
414 static int x509_object_idx_cnt(STACK_OF(X509_OBJECT) *h, int type, function
457 int X509_OBJECT_idx_by_subject(STACK_OF(X509_OBJECT) *h, int type, function
463 X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h, function
473 STACK_OF(X509) *X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm) function
476 STACK_OF(X509) *sk;
518 STACK_OF(X509_CRL) *X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm) function
521 STACK_OF(X509_CRL) *sk;
561 X509_OBJECT *X509_OBJECT_retrieve_match(STACK_OF(X509_OBJEC function
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/evp/
H A Devp_cnf.c78 STACK_OF(CONF_VALUE) *sktmp;
/freebsd-10.1-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_mime.c79 STACK_OF(X509_ALGOR) *mdalgs;
/freebsd-10.1-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.h85 STACK_OF(OPENSSL_PSTRING) *data;
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Da_set.c89 int i2d_ASN1_SET(STACK_OF(OPENSSL_BLOCK) *a, unsigned char **pp, function
164 STACK_OF(OPENSSL_BLOCK) *d2i_ASN1_SET(STACK_OF(OPENSSL_BLOCK) **a, function
171 STACK_OF(OPENSSL_BLOCK) *ret = NULL;
H A Dasn_mime.c86 STACK_OF(MIME_PARAM) *params; /* Zero or more parameters */
99 static STACK_OF(MIME_HEADER) *mime_parse_hdr(BIO *bio);
106 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
108 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, char *name);
201 static int asn1_write_micalg(BIO *out, STACK_OF(X509_ALGOR) *mdalgs)
274 STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it)
423 STACK_OF(MIME_HEADER) *headers = NULL;
424 STACK_OF(BIO) *parts = NULL;
564 STACK_OF(MIME_HEADER) *headers;
595 static int multi_split(BIO *bio, char *bound, STACK_OF(BI
647 static STACK_OF(MIME_HEADER) *mime_parse_hdr(BIO *bio) function
892 static MIME_HEADER *mime_hdr_find(STACK_OF(MIME_HEADER) *hdrs, char *name) function
[all...]
H A Dtasn_fre.c182 STACK_OF(ASN1_VALUE) *sk = (STACK_OF(ASN1_VALUE) *)*pval;
H A Dt_crl.c87 STACK_OF(X509_REVOKED) *rev;
/freebsd-10.1-release/crypto/openssl/crypto/pkcs12/
H A Dp12_attr.c120 ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid) function
/freebsd-10.1-release/crypto/openssl/crypto/ts/
H A Dts_conf.c110 STACK_OF(X509) *TS_CONF_load_certs(const char *file) function
113 STACK_OF(X509) *othercerts = NULL;
114 STACK_OF(X509_INFO) *allcerts = NULL;
266 STACK_OF(X509) *certs_obj = NULL;
334 STACK_OF(CONF_VALUE) *list = NULL;
365 STACK_OF(CONF_VALUE) *list = NULL;
402 STACK_OF(CONF_VALUE) *list = NULL;
/freebsd-10.1-release/crypto/openssl/ssl/
H A Dssl.h389 STACK_OF(SSL_CIPHER) *peer_ciphers,
528 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
826 STACK_OF(SSL_CIPHER) *cipher_list;
828 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
914 STACK_OF(X509) *extra_certs;
915 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
923 STACK_OF(X509_NAME) *client_CA;
1044 STACK_OF(SRTP_PROTECTION_PROFILE) *srtp_profiles;
1332 STACK_OF(SSL_CIPHER) *cipher_list;
1333 STACK_OF(SSL_CIPHE
[all...]

Completed in 568 milliseconds

1234567