HomeSort by relevance Sort by last modified time
    Searched refs:STACK_OF (Results 76 - 100 of 180) sorted by null

1 2 34 5 6 7 8

  /external/chromium/net/tools/flip_server/
spdy_ssl.cc 81 STACK_OF(SSL_COMP) *ssl_comp_methods = SSL_COMP_get_compression_methods();
  /external/openssl/crypto/asn1/
asn_moid.c 75 STACK_OF(CONF_VALUE) *sktmp;
t_crl.c 87 STACK_OF(X509_REVOKED) *rev;
d2i_pr.c 133 STACK_OF(ASN1_TYPE) *inkey;
137 /* Dirty trick: read in the ASN1 data into a STACK_OF(ASN1_TYPE):
a_strnid.c 66 static STACK_OF(ASN1_STRING_TABLE) *stable = NULL;
244 STACK_OF(ASN1_STRING_TABLE) *tmp;
t_req.c 98 STACK_OF(X509_ATTRIBUTE) *sk;
99 STACK_OF(X509_EXTENSION) *exts;
  /external/openssl/crypto/x509v3/
v3_prn.c 71 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)
v3_ncons.c 67 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/
engine.c 203 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();
req.c 133 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,
    [all...]
pkcs7.c 245 STACK_OF(X509) *certs=NULL;
246 STACK_OF(X509_CRL) *crls=NULL;
  /external/openssl/crypto/x509/
x509_vfy.c 113 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(X509) *cert_path
    [all...]
x509name.c 113 STACK_OF(X509_NAME_ENTRY) *sk;
142 STACK_OF(X509_NAME_ENTRY) *sk;
217 STACK_OF(X509_NAME_ENTRY) *sk;
x509_cmp.c 265 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *name,
287 X509 *X509_find_by_subject(STACK_OF(X509) *sk, X509_NAME *name)
x509_vpm.c 274 STACK_OF(ASN1_OBJECT) *policies)
372 static STACK_OF(X509_VERIFY_PARAM) *param_table = NULL;
  /external/openssl/crypto/pkcs7/
pk7_lib.c 240 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)
508 STACK_OF(PKCS7_RECIP_INFO) *sk;
example.c 180 ASN1_UTCTIME *sk_get_time(STACK_OF(X509_ATTRIBUTE) *sk)
209 int sk_get_string(STACK_OF(X509_ATTRIBUTE) *sk, char *buf, int len)
279 int sk_get_seq2string(STACK_OF(X509_ATTRIBUTE) *sk, char **str1, char **str2)
enc.c 78 STACK_OF(X509) *recips=NULL;
  /external/openssl/crypto/engine/
eng_int.h 130 typedef void (engine_table_doall_cb)(int nid, STACK_OF(ENGINE) *sk, ENGINE *def, void *arg);
engine.h 292 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,
    [all...]
  /external/openssl/include/openssl/
engine.h 292 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,
    [all...]
  /external/openssl/crypto/conf/
conf.h 130 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);
conf_lib.c 143 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
303 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section)
  /external/openssl/crypto/ocsp/
ocsp_cl.c 147 STACK_OF(X509) *certs,
238 STACK_OF(OCSP_SINGLERESP) *sresp;
  /external/openssl/crypto/store/
str_mem.c 89 STACK_OF(MEM_OBJECT_DATA) *data; /* sorted with
100 STACK_OF(STORE_ATTR_INFO) *search_attributes; /* Sets of

Completed in 340 milliseconds

1 2 34 5 6 7 8