/external/openssl/crypto/x509/ |
D | x509_vfy.h | 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 *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 …]
|
D | x509_vfy.c | 111 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 …]
|
D | x509_lu.c | 289 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/ |
D | x509_vfy.h | 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 *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 …]
|
D | ossl_typ.h | 160 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
|
D | ssl.h | 872 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/ |
D | x509_vfy.h | 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 *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 …]
|
D | base.h | 209 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
|
D | ssl.h | 858 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/ |
D | x509_vfy.c | 109 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 …]
|
D | x509_lu.c | 300 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/ |
D | openssladapter.h | 19 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef 64 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
|
D | opensslstreamadapter.h | 23 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/ |
D | cert_verify_proc_openssl.cc | 99 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/ |
D | verify.c | 72 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()
|
D | s_apps.h | 153 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
|
D | smime.c | 73 static int smime_cb(int ok, X509_STORE_CTX *ctx); 843 static int smime_cb(int ok, X509_STORE_CTX *ctx) in smime_cb()
|
D | x509.c | 156 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()
|
D | apps.h | 317 void policies_print(BIO *out, X509_STORE_CTX *ctx);
|
/external/chromium_org/net/socket/ |
D | ssl_client_socket_openssl.h | 33 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef 152 int CertVerifyCallback(X509_STORE_CTX *store_ctx);
|
/external/openssl/crypto/ocsp/ |
D | ocsp_vfy.c | 80 X509_STORE_CTX ctx; in OCSP_basic_verify() 369 X509_STORE_CTX ctx; in OCSP_request_verify()
|
/external/openssl/crypto/ |
D | ossl_typ.h | 160 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
|
/external/openssl/ssl/ |
D | ssl.h | 872 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/ |
D | openssl_helper.cc | 26 static int verify_cb(int preverify_ok, X509_STORE_CTX *ctx) { in verify_cb()
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | ssl_cert.c | 597 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()
|