Searched refs:verify_cb (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
H A Dsslproxy_test.py32 def __init__(self, ca_cert_path, verify_cb, port, host_name='foo.com',
35 self.verify_cb = verify_cb
44 context.set_verify(certutils.VERIFY_PEER, self.verify_cb) # Demand a cert
154 def verify_cb(self, conn, cert, errnum, depth, ok): member in class:TestClient
173 c = Client(self.cert_path, self.verify_cb, server.server_port, '')
178 c = Client(self.cert_path, self.verify_cb, server.server_port, 'foo.com')
181 c = Client(self.cert_path, self.verify_cb, server.server_port,
187 c = Client(self.wrong_cert_path, self.verify_cb, server.server_port,
H A Dcertutils.py151 def verify_cb(conn, cert, errnum, depth, ok): function in function:get_host_cert
157 context.set_verify(SSL.VERIFY_PEER, verify_cb) # Demand a certificate
/external/boringssl/src/crypto/x509/
H A Dx509_vfy.c215 cb=ctx->verify_cb;
490 return ctx->verify_cb(0, ctx);
520 cb=ctx->verify_cb;
693 if (!ctx->verify_cb(0,ctx))
707 return ctx->verify_cb(0, ctx);
755 cb=ctx->verify_cb;
852 ok = ctx->verify_cb(0, ctx);
890 ok = ctx->verify_cb(0, ctx);
922 if (!ctx->verify_cb(0, ctx))
931 if (!ctx->verify_cb(
2422 X509_STORE_CTX_set_verify_cb(X509_STORE_CTX *ctx, int (*verify_cb)(int, X509_STORE_CTX *)) argument
[all...]
H A Dx509_lu.c724 int (*verify_cb)(int, X509_STORE_CTX *))
726 ctx->verify_cb = verify_cb;
723 X509_STORE_set_verify_cb(X509_STORE *ctx, int (*verify_cb)(int, X509_STORE_CTX *)) argument
/external/boringssl/include/openssl/
H A Dx509_vfy.h195 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ member in struct:x509_store_st
211 #define X509_STORE_set_verify_cb_func(ctx,func) ((ctx)->verify_cb=(func))
243 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ member in struct:x509_store_ctx_st
373 /* Send issuer+subject checks to verify_cb */
444 int (*verify_cb)(int, X509_STORE_CTX *));
525 int (*verify_cb)(int, X509_STORE_CTX *));
/external/boringssl/src/include/openssl/
H A Dx509_vfy.h195 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ member in struct:x509_store_st
211 #define X509_STORE_set_verify_cb_func(ctx,func) ((ctx)->verify_cb=(func))
243 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ member in struct:x509_store_ctx_st
373 /* Send issuer+subject checks to verify_cb */
444 int (*verify_cb)(int, X509_STORE_CTX *));
525 int (*verify_cb)(int, X509_STORE_CTX *));

Completed in 102 milliseconds