Searched refs:X509_STORE_CTX (Results 1 - 25 of 65) sorted by relevance

123

/external/openssl/crypto/x509/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 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 *ct
[all...]
H A 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 *ct
[all...]
H A Dx509_lu.c289 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name,
488 STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm)
537 STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm)
624 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x)
710 int (*verify_cb)(int, X509_STORE_CTX *))
/external/openssl/include/openssl/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 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 *ct
[all...]
H A Dossl_typ.h160 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
H A Dssl.h872 int (*app_verify_callback)(X509_STORE_CTX *, void *);
931 int (*default_verify_callback)(int ok,X509_STORE_CTX *ctx); /* called 'verify_callback' in the SSL */
1334 int (*verify_callback)(int ok,X509_STORE_CTX *ctx); /* fail if callback returns 0 */
1853 int (*SSL_get_verify_callback(const SSL *s))(int,X509_STORE_CTX *);
1855 int (*callback)(int ok,X509_STORE_CTX *ctx));
1934 int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *);
1936 int (*callback)(int, X509_STORE_CTX *));
1938 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509_vfy.h102 SSL -> X509_STORE_CTX
106 A X509_STORE_CTX is used while validating a single certificate.
193 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
194 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
195 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
196 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
197 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
198 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
199 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
200 int (*cert_crl)(X509_STORE_CTX *ct
[all...]
H A Dbase.h209 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
H A Dssl.h858 int (*app_verify_callback)(X509_STORE_CTX *, void *);
910 int (*default_verify_callback)(int ok,X509_STORE_CTX *ctx); /* called 'verify_callback' in the SSL */
1339 int (*verify_callback)(int ok,X509_STORE_CTX *ctx); /* fail if callback returns 0 */
1947 OPENSSL_EXPORT int (*SSL_get_verify_callback(const SSL *s))(int,X509_STORE_CTX *);
1948 OPENSSL_EXPORT void SSL_set_verify(SSL *s, int mode, int (*callback)(int ok,X509_STORE_CTX *ctx));
2014 OPENSSL_EXPORT int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *);
2016 int (*callback)(int, X509_STORE_CTX *));
2018 OPENSSL_EXPORT void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg);
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_vfy.c109 static int null_callback(int ok,X509_STORE_CTX *e);
110 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
111 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
112 static int check_chain_extensions(X509_STORE_CTX *ctx);
113 static int check_name_constraints(X509_STORE_CTX *ctx);
114 static int check_id(X509_STORE_CTX *ctx);
115 static int check_trust(X509_STORE_CTX *ctx);
116 static int check_revocation(X509_STORE_CTX *ctx);
117 static int check_cert(X509_STORE_CTX *ctx);
118 static int check_policy(X509_STORE_CTX *ct
[all...]
H A Dx509_lu.c300 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name,
500 STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm)
548 STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm)
637 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x)
724 int (*verify_cb)(int, X509_STORE_CTX *))
730 STACK_OF(X509_CRL)* (*cb)(X509_STORE_CTX *ctx, X509_NAME *nm))
735 X509_STORE *X509_STORE_CTX_get0_store(X509_STORE_CTX *ctx)
/external/chromium_org/third_party/webrtc/base/
H A Dopenssladapter.h19 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
64 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
H A Dopensslstreamadapter.h23 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
158 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
/external/openssl/apps/
H A Ds_apps.h153 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
H A Dverify.c72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
272 X509_STORE_CTX *csc;
311 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
H A Dapps.h317 void policies_print(BIO *out, X509_STORE_CTX *ctx);
H A Dsmime.c73 static int smime_cb(int ok, X509_STORE_CTX *ctx);
843 static int smime_cb(int ok, X509_STORE_CTX *ctx)
H A Dcrl.c120 X509_STORE_CTX ctx;
/external/chromium_org/net/cert/
H A Dcert_verify_proc_openssl.cc99 void GetCertChainInfo(X509_STORE_CTX* store_ctx,
157 void AppendPublicKeyHashes(X509_STORE_CTX* store_ctx,
207 crypto::ScopedOpenSSL<X509_STORE_CTX, X509_STORE_CTX_free>::Type ctx(
/external/chromium_org/net/socket/
H A Dssl_client_socket_openssl.h33 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
152 int CertVerifyCallback(X509_STORE_CTX *store_ctx);
/external/openssl/crypto/
H A Dossl_typ.h160 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
/external/openssl/crypto/ocsp/
H A Docsp_vfy.c80 X509_STORE_CTX ctx;
369 X509_STORE_CTX ctx;
/external/chromium_org/net/test/
H A Dopenssl_helper.cc26 static int verify_cb(int preverify_ok, X509_STORE_CTX *ctx) {
/external/openssl/ssl/
H A Dssl.h872 int (*app_verify_callback)(X509_STORE_CTX *, void *);
931 int (*default_verify_callback)(int ok,X509_STORE_CTX *ctx); /* called 'verify_callback' in the SSL */
1334 int (*verify_callback)(int ok,X509_STORE_CTX *ctx); /* fail if callback returns 0 */
1853 int (*SSL_get_verify_callback(const SSL *s))(int,X509_STORE_CTX *);
1855 int (*callback)(int ok,X509_STORE_CTX *ctx));
1934 int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *);
1936 int (*callback)(int, X509_STORE_CTX *));
1938 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_cert.c597 X509_STORE_CTX ctx;
1012 X509_STORE_CTX xs_ctx;
1049 X509_STORE_CTX xs_ctx;

Completed in 1717 milliseconds

123