Searched refs:X509_STORE (Results 1 – 8 of 8) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | x509_vfy.h | 228 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 D | ossl_typ.h | 161 typedef struct x509_store_st X509_STORE; typedef
|
A D | pkcs7.h | 301 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 D | ocsp.h | 459 X509_STORE *store, unsigned long flags); 570 X509_STORE *st, unsigned long flags);
|
A D | cms.h | 174 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 178 X509_STORE *store, unsigned int flags);
|
A D | ts.h | 616 X509_STORE *store, X509 **signer_out); 664 X509_STORE *store;
|
A D | ssl.h | 2135 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 D | regression_8100.c | 189 X509_STORE *store = NULL; in check()
|
Completed in 29 milliseconds