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

12345678

/external/chromium/net/tools/flip_server/
H A Dspdy_ssl.cc81 STACK_OF(SSL_COMP) *ssl_comp_methods = SSL_COMP_get_compression_methods();
/external/openssl/crypto/asn1/
H A Dasn_moid.c75 STACK_OF(CONF_VALUE) *sktmp;
H A Dt_crl.c87 STACK_OF(X509_REVOKED) *rev;
H A Dd2i_pr.c133 STACK_OF(ASN1_TYPE) *inkey;
137 /* Dirty trick: read in the ASN1 data into a STACK_OF(ASN1_TYPE):
H A Da_strnid.c66 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
244 STACK_OF(ASN1_STRING_TABLE) *tmp;
H A Dt_req.c98 STACK_OF(X509_ATTRIBUTE) *sk;
99 STACK_OF(X509_EXTENSION) *exts;
/external/openssl/crypto/x509v3/
H A Dv3_prn.c71 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml)
114 STACK_OF(CONF_VALUE) *nval = NULL;
165 int X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent)
H A Dv3_ncons.c67 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval);
71 STACK_OF(GENERAL_SUBTREE) *trees,
110 X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval)
114 STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
177 STACK_OF(GENERAL_SUBTREE) *trees,
/external/openssl/apps/
H A Dengine.c203 STACK_OF(OPENSSL_STRING) *cmds = NULL;
293 static void util_do_cmds(ENGINE *e, STACK_OF(OPENSSL_STRING) *cmds,
347 STACK_OF(OPENSSL_STRING) *engines = sk_OPENSSL_STRING_new_null();
348 STACK_OF(OPENSSL_STRING) *pre_cmds = sk_OPENSSL_STRING_new_null();
349 STACK_OF(OPENSSL_STRING) *post_cmds = sk_OPENSSL_STRING_new_null();
H A Dreq.c133 STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect,
134 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
136 static int auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *sk,
137 STACK_OF(CONF_VALUE) *attr, int attribs,
168 STACK_OF(OPENSSL_STRING) *pkeyopts = NULL, *sigopts = NULL;
1121 STACK_OF(CONF_VALUE) *dn_sk, *attr_sk = NULL;
1202 STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect,
1203 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
1380 static int auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk,
1381 STACK_OF(CONF_VALU
[all...]
H A Dpkcs7.c245 STACK_OF(X509) *certs=NULL;
246 STACK_OF(X509_CRL) *crls=NULL;
/external/openssl/crypto/x509/
H A Dx509_vfy.c113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
127 X509_CRL *base, STACK_OF(X509_CRL) *crls);
134 STACK_OF(X509) *cert_path,
135 STACK_OF(X509) *crl_path);
161 STACK_OF(X509) *sktmp=NULL;
395 /* Given a STACK_OF(X509) find the issuer of cert (if any)
398 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x)
821 STACK_OF(X509_CRL) *crls)
944 X509_CRL *base, STACK_OF(X509_CRL) *crls)
1148 STACK_OF(X50
1860 STACK_OF(X509) *X509_STORE_CTX_get_chain(X509_STORE_CTX *ctx) function
1865 STACK_OF(X509) *X509_STORE_CTX_get1_chain(X509_STORE_CTX *ctx) function
[all...]
H A Dx509name.c113 STACK_OF(X509_NAME_ENTRY) *sk;
142 STACK_OF(X509_NAME_ENTRY) *sk;
217 STACK_OF(X509_NAME_ENTRY) *sk;
H A Dx509_cmp.c265 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *name, function
287 X509 *X509_find_by_subject(STACK_OF(X509) *sk, X509_NAME *name) function
H A Dx509_vpm.c274 STACK_OF(ASN1_OBJECT) *policies)
372 static STACK_OF(X509_VERIFY_PARAM) *param_table = NULL;
/external/openssl/crypto/pkcs7/
H A Dpk7_lib.c240 STACK_OF(PKCS7_SIGNER_INFO) *signer_sk;
241 STACK_OF(X509_ALGOR) *md_sk;
298 STACK_OF(X509) **sk;
333 STACK_OF(X509_CRL) **sk;
460 STACK_OF(PKCS7_SIGNER_INFO) *PKCS7_get_signer_info(PKCS7 *p7) function
508 STACK_OF(PKCS7_RECIP_INFO) *sk;
H A Dexample.c180 ASN1_UTCTIME *sk_get_time(STACK_OF(X509_ATTRIBUTE) *sk) function
209 int sk_get_string(STACK_OF(X509_ATTRIBUTE) *sk, char *buf, int len) function
279 int sk_get_seq2string(STACK_OF(X509_ATTRIBUTE) *sk, char **str1, char **str2) function
H A Denc.c78 STACK_OF(X509) *recips=NULL;
/external/openssl/crypto/engine/
H A Deng_int.h130 typedef void (engine_table_doall_cb)(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg);
H A Dengine.h292 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **pkey,
293 STACK_OF(X509) **pother, UI_METHOD *ui_method, void *callback_data);
574 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **ppkey,
575 STACK_OF(X509) **pother,
/external/openssl/include/openssl/
H A Dengine.h292 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **pkey,
293 STACK_OF(X509) **pother, UI_METHOD *ui_method, void *callback_data);
574 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **ppkey,
575 STACK_OF(X509) **pother,
/external/openssl/crypto/conf/
H A Dconf.h130 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
167 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section);
H A Dconf_lib.c143 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf, function
303 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section) function
/external/openssl/crypto/ocsp/
H A Docsp_cl.c147 STACK_OF(X509) *certs,
238 STACK_OF(OCSP_SINGLERESP) *sresp;
/external/openssl/crypto/store/
H A Dstr_mem.c89 STACK_OF(MEM_OBJECT_DATA) *data; /* sorted with
100 STACK_OF(STORE_ATTR_INFO) *search_attributes; /* Sets of

Completed in 326 milliseconds

12345678