/external/openssl/include/openssl/ |
D | x509_vfy.h | 211 int X509_STORE_set_depth(X509_STORE *store, int depth); 224 X509_STORE *store_ctx; /* who owns us */ 232 X509_STORE *ctx; 412 X509_STORE *X509_STORE_new(void ); 413 void X509_STORE_free(X509_STORE *v); 417 int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags); 418 int X509_STORE_set_purpose(X509_STORE *ctx, int purpose); 419 int X509_STORE_set_trust(X509_STORE *ctx, int trust); 420 int X509_STORE_set1_param(X509_STORE *ctx, X509_VERIFY_PARAM *pm); 422 void X509_STORE_set_verify_cb(X509_STORE *ctx, [all …]
|
D | ossl_typ.h | 155 typedef struct x509_store_st X509_STORE; typedef
|
D | pkcs7.h | 321 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, 367 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
|
D | ocsp.h | 456 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long … 557 X509_STORE *st, unsigned long flags);
|
D | ts.h | 612 X509_STORE *store, X509 **signer_out); 658 X509_STORE *store;
|
D | ssl.h | 1675 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *); 1676 void SSL_CTX_set_cert_store(SSL_CTX *,X509_STORE *);
|
/external/openssl/crypto/x509/ |
D | x509_vfy.h | 211 int X509_STORE_set_depth(X509_STORE *store, int depth); 224 X509_STORE *store_ctx; /* who owns us */ 232 X509_STORE *ctx; 412 X509_STORE *X509_STORE_new(void ); 413 void X509_STORE_free(X509_STORE *v); 417 int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags); 418 int X509_STORE_set_purpose(X509_STORE *ctx, int purpose); 419 int X509_STORE_set_trust(X509_STORE *ctx, int trust); 420 int X509_STORE_set1_param(X509_STORE *ctx, X509_VERIFY_PARAM *pm); 422 void X509_STORE_set_verify_cb(X509_STORE *ctx, [all …]
|
D | x509_lu.c | 178 X509_STORE *X509_STORE_new(void) in X509_STORE_new() 180 X509_STORE *ret; in X509_STORE_new() 182 if ((ret=(X509_STORE *)OPENSSL_malloc(sizeof(X509_STORE))) == NULL) in X509_STORE_new() 232 void X509_STORE_free(X509_STORE *vfy) in X509_STORE_free() 257 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m) in X509_STORE_add_lookup() 292 X509_STORE *ctx=vs->ctx; in X509_STORE_get_by_subject() 334 int X509_STORE_add_cert(X509_STORE *ctx, X509 *x) in X509_STORE_add_cert() 367 int X509_STORE_add_crl(X509_STORE *ctx, X509_CRL *x) in X509_STORE_add_crl() 683 int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags) in X509_STORE_set_flags() 688 int X509_STORE_set_depth(X509_STORE *ctx, int depth) in X509_STORE_set_depth() [all …]
|
D | x509_d2.c | 65 int X509_STORE_set_default_paths(X509_STORE *ctx) in X509_STORE_set_default_paths() 83 int X509_STORE_load_locations(X509_STORE *ctx, const char *file, in X509_STORE_load_locations()
|
/external/openssl/crypto/ocsp/ |
D | ocsp_vfy.c | 64 X509_STORE *st, unsigned long flags); 71 X509_STORE *st, unsigned long flags); 76 X509_STORE *st, unsigned long flags) in OCSP_basic_verify() 163 X509_STORE *st, unsigned long flags) in ocsp_find_signer() 359 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long … in OCSP_request_verify() 429 X509_STORE *st, unsigned long flags) in ocsp_req_find_signer()
|
D | ocsp.h | 456 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long … 557 X509_STORE *st, unsigned long flags);
|
/external/openssl/apps/ |
D | verify.c | 73 static int check(X509_STORE *ctx, char *file, 88 X509_STORE *cert_ctx=NULL; in MAIN() 255 static int check(X509_STORE *ctx, char *file, in check()
|
D | pkcs12.c | 82 int get_cert_chain (X509 *cert, X509_STORE *store, STACK_OF(X509) **chain); 521 X509_STORE *store = X509_STORE_new(); in MAIN() 827 int get_cert_chain (X509 *cert, X509_STORE *store, STACK_OF(X509) **chain) in get_cert_chain()
|
D | x509.c | 159 static int x509_certify (X509_STORE *ctx,char *CAfile,const EVP_MD *digest, 200 X509_STORE *ctx=NULL; in MAIN() 1147 static int x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, in x509_certify()
|
D | apps.h | 256 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
|
D | crl.c | 113 X509_STORE *store = NULL; in MAIN()
|
D | smime.c | 100 X509_STORE *store = NULL; in MAIN()
|
/external/chromium/net/base/ |
D | x509_certificate.h | 32 typedef struct x509_store_st X509_STORE; typedef 287 static X509_STORE* cert_store();
|
D | x509_certificate_openssl.cc | 219 X509_STORE* store() const { return store_.get(); } in store() 238 crypto::ScopedOpenSSL<X509_STORE, X509_STORE_free> store_; 407 X509_STORE* X509Certificate::cert_store() { in cert_store()
|
/external/openssl/crypto/ |
D | ossl_typ.h | 155 typedef struct x509_store_st X509_STORE; typedef
|
/external/openssl/crypto/pkcs7/ |
D | pkcs7.h | 321 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, 367 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
|
D | dec.c | 82 X509_STORE *cert_store=NULL;
|
D | verify.c | 79 X509_STORE *cert_store=NULL;
|
D | pk7_smime.c | 266 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, in PKCS7_verify()
|
/external/openssl/ssl/ |
D | ssl.h | 1675 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *); 1676 void SSL_CTX_set_cert_store(SSL_CTX *,X509_STORE *);
|