Searched refs:STACK_OF (Results 126 - 150 of 181) sorted by relevance

12345678

/external/openssl/apps/
H A Dapps.c718 STACK_OF(CONF_VALUE) *sktmp;
743 EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca)
1117 STACK_OF(X509) **pcerts, STACK_OF(X509_CRL) **pcrls)
1121 STACK_OF(X509_INFO) *xis = NULL;
1214 STACK_OF(X509) *load_certs(BIO *err, const char *file, int format, function
1217 STACK_OF(X509) *certs;
1223 STACK_OF(X509_CRL) *load_crls(BIO *err, const char *file, int format, function
1226 STACK_OF(X509_CRL) *crls;
1321 STACK_OF(X509_EXTENSIO
[all...]
H A Dasn1pars.c99 STACK_OF(OPENSSL_STRING) *osk=NULL;
/external/openssl/crypto/srp/
H A Dsrp_vfy.c313 static SRP_gN *SRP_get_gN_by_id(const char *id, STACK_OF(SRP_gN) *gN_tab)
329 static BIGNUM *SRP_gN_place_bn(STACK_OF(SRP_gN_cache) *gN_cache, char *ch) function
363 STACK_OF(SRP_gN) *SRP_gN_tab = sk_SRP_gN_new_null();
/external/openssl/crypto/asn1/
H A Dtasn_prn.c357 STACK_OF(ASN1_VALUE) *stack;
376 stack = (STACK_OF(ASN1_VALUE) *)*fld;
H A Dtasn_new.c289 STACK_OF(ASN1_VALUE) *skval;
H A Dasn1_gen.c451 STACK_OF(ASN1_TYPE) *sk = NULL;
452 STACK_OF(CONF_VALUE) *sect = NULL;
H A Dameth_lib.c100 static STACK_OF(EVP_PKEY_ASN1_METHOD) *app_methods = NULL;
H A Dtasn_dec.c669 STACK_OF(ASN1_VALUE) *sktmp
670 = (STACK_OF(ASN1_VALUE) *)*val;
715 if (!sk_ASN1_VALUE_push((STACK_OF(ASN1_VALUE) *)*val,
/external/openssl/crypto/engine/
H A Deng_lib.c151 static STACK_OF(ENGINE_CLEANUP_ITEM) *cleanup_stack = NULL;
H A Deng_table.c66 STACK_OF(ENGINE) *sk;
H A Deng_dyn.c149 STACK_OF(OPENSSL_STRING) *dirs;
/external/openssl/crypto/evp/
H A Devp_pbe.c69 static STACK_OF(EVP_PBE_CTL) *pbe_algs;
/external/openssl/crypto/ocsp/
H A Docsp_srv.c210 STACK_OF(X509) *certs, unsigned long flags)
/external/openssl/crypto/x509/
H A Dby_file.c266 STACK_OF(X509_INFO) *inf;
H A Dx509_trs.c95 static STACK_OF(X509_TRUST) *trtable = NULL;
/external/openssl/ssl/
H A Ds2_srvr.c526 STACK_OF(SSL_CIPHER) *cs; /* a stack of SSL_CIPHERS */
527 STACK_OF(SSL_CIPHER) *cl; /* the ones we want to use */
528 STACK_OF(SSL_CIPHER) *prio, *allow;
928 STACK_OF(X509) *sk=NULL;
H A Dssl_rsa.c700 int SSL_use_certificate_chain(SSL *ssl, STACK_OF(X509) *cert_chain)
721 STACK_OF(X509) *SSL_get_certificate_chain(SSL *ssl, X509 *x) function
H A Dssl3.h522 STACK_OF(X509_NAME) *ca_names;
/external/openssl/crypto/stack/
H A Dsafestack.h71 ((_STACK*) (1 ? p : (STACK_OF(type)*)0))
83 #define STACK_OF(type) struct stack_st_##type macro
84 #define PREDECLARE_STACK_OF(type) STACK_OF(type);
87 STACK_OF(type) \
92 STACK_OF(type) \
118 * STACK_OF(STRING) is really more like STACK_OF(char), only, as
121 * specially for STACK_OF. This is dealt with in the autogenerated
137 ((STACK_OF(type) *)sk_new(CHECKED_SK_CMP_FUNC(type, cmp)))
139 ((STACK_OF(typ
[all...]
/external/openssl/include/openssl/
H A Dsafestack.h71 ((_STACK*) (1 ? p : (STACK_OF(type)*)0))
83 #define STACK_OF(type) struct stack_st_##type macro
84 #define PREDECLARE_STACK_OF(type) STACK_OF(type);
87 STACK_OF(type) \
92 STACK_OF(type) \
118 * STACK_OF(STRING) is really more like STACK_OF(char), only, as
121 * specially for STACK_OF. This is dealt with in the autogenerated
137 ((STACK_OF(type) *)sk_new(CHECKED_SK_CMP_FUNC(type, cmp)))
139 ((STACK_OF(typ
[all...]
H A Dssl3.h522 STACK_OF(X509_NAME) *ca_names;
/external/openssl/crypto/
H A Dcryptlib.c177 static STACK_OF(OPENSSL_STRING) *app_locks=NULL;
182 static STACK_OF(CRYPTO_dynlock) *dyn_locks=NULL;
/external/openssl/crypto/objects/
H A Do_names.c39 static STACK_OF(NAME_FUNCS) *name_funcs_stack;
/external/openssl/crypto/x509v3/
H A Dv3_addr.c937 STACK_OF(CONF_VALUE) *values)
1215 STACK_OF(X509) *chain,
1325 int v3_addr_validate_resource_set(STACK_OF(X509) *chain, function
H A Dv3_asid.c543 STACK_OF(CONF_VALUE) *values)
751 STACK_OF(X509) *chain,
877 int v3_asid_validate_resource_set(STACK_OF(X509) *chain, function

Completed in 811 milliseconds

12345678