Home
last modified time | relevance | path

Searched refs:X509_STORE (Results 1 – 8 of 8) sorted by relevance

/optee_test-3.20.0/host/openssl/include/openssl/
A Dx509_vfy.h228 X509_STORE *store_ctx; /* who owns us */
237 X509_STORE *ctx;
467 X509_STORE *X509_STORE_new(void);
468 void X509_STORE_free(X509_STORE *v);
474 int X509_STORE_set_trust(X509_STORE *ctx, int trust);
477 void X509_STORE_set_verify_cb(X509_STORE *ctx,
480 void X509_STORE_set_lookup_crls_cb(X509_STORE *ctx,
502 int X509_STORE_add_cert(X509_STORE *ctx, X509 *x);
503 int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x);
532 int X509_STORE_load_locations(X509_STORE *ctx,
[all …]
A Dossl_typ.h161 typedef struct x509_store_st X509_STORE; typedef
A Dpkcs7.h301 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
346 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
A Docsp.h459 X509_STORE *store, unsigned long flags);
570 X509_STORE *st, unsigned long flags);
A Dcms.h174 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
178 X509_STORE *store, unsigned int flags);
A Dts.h616 X509_STORE *store, X509 **signer_out);
664 X509_STORE *store;
A Dssl.h2135 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
2136 void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *);
/optee_test-3.20.0/host/xtest/
A Dregression_8100.c189 X509_STORE *store = NULL; in check()

Completed in 29 milliseconds