Searched refs:X509_STORE (Results 1 – 10 of 10) sorted by relevance
| /include/openssl/ |
| A D | x509_vfy.h.in | 45 SSL_CTX -> X509_STORE 52 ->X509_STORE 412 X509_STORE *X509_STORE_new(void); 413 void X509_STORE_free(X509_STORE *xs); 414 int X509_STORE_lock(X509_STORE *xs); 415 int X509_STORE_unlock(X509_STORE *xs); 416 int X509_STORE_up_ref(X509_STORE *xs); 436 void X509_STORE_set_verify_cb(X509_STORE *xs, 451 void X509_STORE_set_get_crl(X509_STORE *xs, 457 void X509_STORE_set_cert_crl(X509_STORE *xs, [all …]
|
| A D | ts.h | 363 X509_STORE *store, X509 **signer_out); 435 X509_STORE *TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *s); 437 int TS_VERIFY_CTX_set0_store(TS_VERIFY_CTX *ctx, X509_STORE *s);
|
| A D | types.h | 176 typedef struct x509_store_st X509_STORE; typedef
|
| A D | cmp.h.in | 389 int OSSL_CMP_CTX_set0_trustedStore(OSSL_CMP_CTX *ctx, X509_STORE *store); 391 X509_STORE *OSSL_CMP_CTX_get0_trustedStore(const OSSL_CMP_CTX *ctx); 397 int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted, 481 X509_STORE *trusted_store, X509 *cert);
|
| A D | cms.h.in | 175 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 179 X509_STORE *store, unsigned int flags); 305 STACK_OF(X509) *scerts, X509_STORE *store,
|
| A D | pkcs7.h.in | 279 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, 328 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
|
| A D | ocsp.h.in | 258 X509_STORE *store, unsigned long flags); 380 X509_STORE *st, unsigned long flags);
|
| A D | crmf.h.in | 195 X509_STORE *ts, STACK_OF(X509) *extra, EVP_PKEY *pkey,
|
| A D | ssl.h.in | 1581 __owur X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *); 1582 void SSL_CTX_set_cert_store(SSL_CTX *, X509_STORE *); 1583 void SSL_CTX_set1_cert_store(SSL_CTX *, X509_STORE *);
|
| /include/crypto/ |
| A D | x509.h | 216 X509_STORE *store;
|
Completed in 29 milliseconds