Searched refs:X509_STORE (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dx509_vfy.h98 SSL_CTX -> X509_STORE
105 ->X509_STORE
107 The X509_STORE holds the tables etc for verification stuff.
109 The X509_STORE has X509_LOOKUPs for looking up certs.
110 The X509_STORE then calls a function to actually verify the
170 /* The following fields are not used by X509_STORE but are
191 } /* X509_STORE */;
206 X509_STORE *store_ctx; /* who owns us */
214 X509_STORE *ctx;
325 X509_STORE *X509_STORE_ne
[all...]
H A Dossl_typ.h113 typedef struct x509_store_st X509_STORE; typedef in typeref:struct:x509_store_st
H A Docsp.h451 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags);
555 X509_STORE *st, unsigned long flags);
H A Dpkcs7.h314 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
349 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
H A Dssl.h602 struct x509_store_st /* X509_STORE */ *cert_store;
1175 X509_STORE *SSL_CTX_get_cert_store(SSL_CTX *);
1176 void SSL_CTX_set_cert_store(SSL_CTX *,X509_STORE *);
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dx509_vfy.h99 SSL_CTX -> X509_STORE
106 ->X509_STORE
108 The X509_STORE holds the tables etc for verification stuff.
110 The X509_STORE has X509_LOOKUPs for looking up certs.
111 The X509_STORE then calls a function to actually verify the
205 } /* X509_STORE */;
207 int X509_STORE_set_depth(X509_STORE *store, int depth);
220 X509_STORE *store_ctx; /* who owns us */
228 X509_STORE *ctx;
383 X509_STORE *X509_STORE_ne
[all...]
H A Dossl_typ.h140 typedef struct x509_store_st X509_STORE; typedef in typeref:struct:x509_store_st
H A Dpkcs7.h322 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
358 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
H A Docsp.h444 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags);
550 X509_STORE *st, unsigned long flags);
H A Dssl.h620 struct x509_store_st /* X509_STORE */ *cert_store;
1197 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *);
1198 void SSL_CTX_set_cert_store(SSL_CTX *,X509_STORE *);

Completed in 115 milliseconds