Home
last modified time | relevance | path

Searched refs:X509_STORE_CTX (Results 1 – 25 of 50) sorted by relevance

12

/external/openssl/include/openssl/
Dx509_vfy.h195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
203 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
204 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
[all …]
Dossl_typ.h156 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
Dssl.h837 int (*app_verify_callback)(X509_STORE_CTX *, void *);
893 …int (*default_verify_callback)(int ok,X509_STORE_CTX *ctx); /* called 'verify_callback' in the SSL…
1236 int (*verify_callback)(int ok,X509_STORE_CTX *ctx); /* fail if callback returns 0 */
1711 int (*SSL_get_verify_callback(const SSL *s))(int,X509_STORE_CTX *);
1713 int (*callback)(int ok,X509_STORE_CTX *ctx));
1792 int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *);
1794 int (*callback)(int, X509_STORE_CTX *));
1796 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg);
Dx509v3.h848 int v3_asid_validate_path(X509_STORE_CTX *);
849 int v3_addr_validate_path(X509_STORE_CTX *);
/external/openssl/crypto/x509/
Dx509_vfy.h195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
203 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
204 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
[all …]
Dx509_vfy.c111 static int null_callback(int ok,X509_STORE_CTX *e);
112 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
114 static int check_chain_extensions(X509_STORE_CTX *ctx);
115 static int check_name_constraints(X509_STORE_CTX *ctx);
116 static int check_trust(X509_STORE_CTX *ctx);
117 static int check_revocation(X509_STORE_CTX *ctx);
118 static int check_cert(X509_STORE_CTX *ctx);
119 static int check_policy(X509_STORE_CTX *ctx);
121 static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer,
[all …]
Dx509_lu.c289 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name, in X509_STORE_get_by_subject()
488 STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm) in STACK_OF()
537 STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm) in STACK_OF()
624 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) in X509_STORE_CTX_get1_issuer()
710 int (*verify_cb)(int, X509_STORE_CTX *)) in X509_STORE_set_verify_cb() argument
/external/openssl/crypto/pkcs7/
Ddec.c67 int verify_callback(int ok, X509_STORE_CTX *ctx);
81 X509_STORE_CTX cert_ctx;
200 int verify_callback(int ok, X509_STORE_CTX *ctx) in verify_callback()
Dverify.c67 int verify_callback(int ok, X509_STORE_CTX *ctx);
78 X509_STORE_CTX cert_ctx;
215 int verify_callback(int ok, X509_STORE_CTX *ctx) in verify_callback()
/external/chromium/third_party/libjingle/source/talk/base/
Dopenssladapter.h36 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
81 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
Dopensslstreamadapter.h37 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
141 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
/external/openssl/apps/
Dverify.c72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
261 X509_STORE_CTX *csc; in check()
300 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx) in cb()
Ds_apps.h153 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
Dsmime.c73 static int smime_cb(int ok, X509_STORE_CTX *ctx);
843 static int smime_cb(int ok, X509_STORE_CTX *ctx) in smime_cb()
Dx509.c156 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
1156 X509_STORE_CTX xsc; in x509_certify()
1222 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx) in callb()
Dapps.h315 void policies_print(BIO *out, X509_STORE_CTX *ctx);
Dcrl.c114 X509_STORE_CTX ctx; in MAIN()
/external/openssl/crypto/ocsp/
Docsp_vfy.c80 X509_STORE_CTX ctx; in OCSP_basic_verify()
365 X509_STORE_CTX ctx; in OCSP_request_verify()
/external/openssl/crypto/
Dossl_typ.h156 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
/external/openssl/ssl/
Dssl.h837 int (*app_verify_callback)(X509_STORE_CTX *, void *);
893 …int (*default_verify_callback)(int ok,X509_STORE_CTX *ctx); /* called 'verify_callback' in the SSL…
1236 int (*verify_callback)(int ok,X509_STORE_CTX *ctx); /* fail if callback returns 0 */
1711 int (*SSL_get_verify_callback(const SSL *s))(int,X509_STORE_CTX *);
1713 int (*callback)(int ok,X509_STORE_CTX *ctx));
1792 int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *);
1794 int (*callback)(int, X509_STORE_CTX *));
1796 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg);
Dssltest.c220 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
225 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg);
1896 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx) in verify_callback()
2270 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg) in app_verify_callback()
/external/chromium/net/test/
Dopenssl_helper.cc26 static int verify_cb(int preverify_ok, X509_STORE_CTX *ctx) { in verify_cb()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c121 static int cb_check_cert_local __P((int, X509_STORE_CTX *));
122 static int cb_check_cert_remote __P((int, X509_STORE_CTX *));
464 X509_STORE_CTX *csc;
563 X509_STORE_CTX *ctx;
610 X509_STORE_CTX *ctx;
/external/openssl/crypto/x509v3/
Dv3_asid.c750 static int v3_asid_validate_path_internal(X509_STORE_CTX *ctx, in v3_asid_validate_path_internal()
868 int v3_asid_validate_path(X509_STORE_CTX *ctx) in v3_asid_validate_path()
Dx509v3.h848 int v3_asid_validate_path(X509_STORE_CTX *);
849 int v3_addr_validate_path(X509_STORE_CTX *);

12