Home
last modified time | relevance | path

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

123

/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/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.h160 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
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/
Dx509_vfy.h193 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 *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
201 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
202 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
[all …]
Dbase.h209 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
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 …
/external/chromium_org/third_party/boringssl/src/crypto/x509/
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 *ctx);
[all …]
Dx509_lu.c300 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name, in X509_STORE_get_by_subject()
500 STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm) in STACK_OF()
548 STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm) in STACK_OF()
637 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) in X509_STORE_CTX_get1_issuer()
724 int (*verify_cb)(int, X509_STORE_CTX *)) in X509_STORE_set_verify_cb() argument
730 STACK_OF(X509_CRL)* (*cb)(X509_STORE_CTX *ctx, X509_NAME *nm)) in X509_STORE_set_lookup_crls_cb()
735 X509_STORE *X509_STORE_CTX_get0_store(X509_STORE_CTX *ctx) in X509_STORE_CTX_get0_store()
/external/chromium_org/third_party/webrtc/base/
Dopenssladapter.h19 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
64 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
Dopensslstreamadapter.h23 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
158 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
/external/chromium_org/net/cert/
Dcert_verify_proc_openssl.cc99 void GetCertChainInfo(X509_STORE_CTX* store_ctx, in GetCertChainInfo()
157 void AppendPublicKeyHashes(X509_STORE_CTX* store_ctx, in AppendPublicKeyHashes()
207 crypto::ScopedOpenSSL<X509_STORE_CTX, X509_STORE_CTX_free>::Type ctx( in VerifyInternal()
/external/openssl/apps/
Dverify.c72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
272 X509_STORE_CTX *csc; in check()
311 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.h317 void policies_print(BIO *out, X509_STORE_CTX *ctx);
/external/chromium_org/net/socket/
Dssl_client_socket_openssl.h33 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
152 int CertVerifyCallback(X509_STORE_CTX *store_ctx);
/external/openssl/crypto/ocsp/
Docsp_vfy.c80 X509_STORE_CTX ctx; in OCSP_basic_verify()
369 X509_STORE_CTX ctx; in OCSP_request_verify()
/external/openssl/crypto/
Dossl_typ.h160 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
/external/openssl/ssl/
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/net/test/
Dopenssl_helper.cc26 static int verify_cb(int preverify_ok, X509_STORE_CTX *ctx) { in verify_cb()
/external/chromium_org/third_party/boringssl/src/ssl/
Dssl_cert.c597 X509_STORE_CTX ctx; in ssl_verify_cert_chain()
1012 X509_STORE_CTX xs_ctx; in ssl_add_cert_chain()
1049 X509_STORE_CTX xs_ctx; in ssl_build_cert_chain()

123