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

1234

/external/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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.h156 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
/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.h156 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
/external/chromium/third_party/libjingle/source/talk/base/
H A Dopenssladapter.h36 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
81 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
H A Dopensslstreamadapter.h37 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
141 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dopenssladapter.h36 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
81 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
H A Dopensslstreamadapter.h40 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
176 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
/external/chromium_org/net/cert/
H A Dcert_verify_proc_openssl.cc97 void GetCertChainInfo(X509_STORE_CTX* store_ctx,
130 void AppendPublicKeyHashes(X509_STORE_CTX* store_ctx,
180 crypto::ScopedOpenSSL<X509_STORE_CTX, X509_STORE_CTX_free> ctx(
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
H A 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)
H A 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)
/external/openssl/crypto/pkcs7/
H A 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)
H A 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)
/external/chromium_org/third_party/openssl/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)
/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)
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dossl_typ.h156 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
/external/openssl/crypto/
H A Dossl_typ.h156 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st

Completed in 583 milliseconds

1234