/openssl/test/testutil/ |
H A D | load.c | 33 STACK_OF(X509) *load_certs_pem(const char *file) in STACK_OF() argument
|
/openssl/crypto/x509/ |
H A D | x509_trust.c | 57 int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *, in X509_TRUST_set_default() argument 126 int X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), in X509_TRUST_add() argument
|
H A D | x509_vfy.c | 469 static STACK_OF(X509) *lookup_certs_sk(X509_STORE_CTX *ctx, const X509_NAME *nm) in STACK_OF() argument 2297 STACK_OF(X509) *X509_STORE_CTX_get0_chain(const X509_STORE_CTX *ctx) in STACK_OF() argument 2302 STACK_OF(X509) *X509_STORE_CTX_get1_chain(const X509_STORE_CTX *ctx) in STACK_OF() argument 2668 STACK_OF(X509) *X509_STORE_CTX_get0_untrusted(const X509_STORE_CTX *ctx) in STACK_OF() argument 3586 STACK_OF(X509) *X509_build_chain(X509 *target, STACK_OF(X509) *certs, in STACK_OF() argument
|
H A D | x509_lu.c | 618 STACK_OF(X509) *X509_STORE_get1_all_certs(X509_STORE *store) in STACK_OF() argument 656 STACK_OF(X509) *X509_STORE_CTX_get1_certs(X509_STORE_CTX *ctx, in STACK_OF() argument
|
H A D | x509_cmp.c | 576 STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *chain) in STACK_OF() argument
|
H A D | v3_purp.c | 160 int (*ck) (const X509_PURPOSE *, const X509 *, int), in X509_PURPOSE_add()
|
/openssl/crypto/ts/ |
H A D | ts_verify_ctx.c | 80 STACK_OF(X509) *TS_VERIFY_CTX_set_certs(TS_VERIFY_CTX *ctx, in STACK_OF() argument
|
H A D | ts_conf.c | 63 STACK_OF(X509) *TS_CONF_load_certs(const char *file) in STACK_OF() argument
|
/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 698 DEFINE_OSSL_set1_up_ref(OSSL_CMP_CTX, cert, X509) in DEFINE_OSSL_set1_up_ref() argument 732 DEFINE_OSSL_set1_up_ref(OSSL_CMP_CTX, oldCert, X509) in DEFINE_OSSL_set1_up_ref() argument
|
/openssl/crypto/ocsp/ |
H A D | ocsp_cl.c | 178 const STACK_OF(X509) *OCSP_resp_get0_certs(const OCSP_BASICRESP *bs) in STACK_OF() argument
|
/openssl/test/ |
H A D | danetest.c | 91 static STACK_OF(X509) *load_chain(BIO *fp, int nelem) in STACK_OF() argument
|
H A D | cmp_ctx_test.c | 42 static STACK_OF(X509) *sk_X509_new_1(void) in STACK_OF() argument
|
/openssl/crypto/pkcs7/ |
H A D | pk7_smime.c | 367 STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, in STACK_OF() argument
|
H A D | pk7_lib.c | 416 STACK_OF(X509) *pkcs7_get0_certificates(const PKCS7 *p7) in STACK_OF() argument
|
/openssl/include/openssl/ |
H A D | types.h | 166 typedef struct x509_st X509; typedef
|
H A D | x509_vfy.h.in | 162 typedef STACK_OF(X509) typedef
|
/openssl/crypto/cms/ |
H A D | cms_lib.c | 620 STACK_OF(X509) *CMS_get1_certs(CMS_ContentInfo *cms) in STACK_OF() argument
|
H A D | cms_sd.c | 603 STACK_OF(X509) *CMS_get0_signers(CMS_ContentInfo *cms) in STACK_OF() argument
|
/openssl/apps/lib/ |
H A D | apps.c | 773 STACK_OF(X509) *load_certs_multifile(char *files, const char *pass, in STACK_OF() argument
|
/openssl/ssl/ |
H A D | ssl_lib.c | 1967 STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s) in STACK_OF() argument 6224 STACK_OF(X509) *SSL_get0_verified_chain(const SSL *s) in STACK_OF() argument
|