Home
last modified time | relevance | path

Searched refs:acbio (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/apps/lib/
Dhttp_server.c221 BIO *acbio = NULL, *bufbio; in http_server_init_bio() local
227 acbio = BIO_new(BIO_s_accept()); in http_server_init_bio()
228 if (acbio == NULL in http_server_init_bio()
229 || BIO_set_bind_mode(acbio, BIO_BIND_REUSEADDR) < 0 in http_server_init_bio()
230 || BIO_set_accept_port(acbio, port) < 0) { in http_server_init_bio()
235 BIO_set_accept_bios(acbio, bufbio); in http_server_init_bio()
237 if (BIO_do_accept(acbio) <= 0) { in http_server_init_bio()
243 BIO_get_fd(acbio, &asock); in http_server_init_bio()
249 return acbio; in http_server_init_bio()
252 BIO_free_all(acbio); in http_server_init_bio()
[all …]
/third_party/node/deps/openssl/openssl/apps/lib/
Dhttp_server.c221 BIO *acbio = NULL, *bufbio; in http_server_init_bio() local
227 acbio = BIO_new(BIO_s_accept()); in http_server_init_bio()
228 if (acbio == NULL in http_server_init_bio()
229 || BIO_set_bind_mode(acbio, BIO_BIND_REUSEADDR) < 0 in http_server_init_bio()
230 || BIO_set_accept_port(acbio, port) < 0) { in http_server_init_bio()
235 BIO_set_accept_bios(acbio, bufbio); in http_server_init_bio()
237 if (BIO_do_accept(acbio) <= 0) { in http_server_init_bio()
243 BIO_get_fd(acbio, &asock); in http_server_init_bio()
249 return acbio; in http_server_init_bio()
252 BIO_free_all(acbio); in http_server_init_bio()
[all …]
/third_party/openssl/apps/
Docsp.c78 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio,
216 BIO *acbio = NULL, *cbio = NULL, *derbio = NULL, *out = NULL; in ocsp_main() local
579 acbio = http_server_init_bio(prog, port); in ocsp_main()
580 if (acbio == NULL) in ocsp_main()
632 if (multi && acbio != NULL) in ocsp_main()
634 if (acbio != NULL && req_timeout > 0) in ocsp_main()
638 if (acbio != NULL) in ocsp_main()
643 if (acbio != NULL) { in ocsp_main()
660 res = do_responder(&req, &cbio, acbio, port, req_timeout); in ocsp_main()
866 BIO_free_all(acbio); in ocsp_main()
[all …]
Dcmp.c2681 BIO *acbio; in cmp_server() local
2688 if ((acbio = http_server_init_bio(prog, opt_port)) == NULL) in cmp_server()
2697 &cbio, acbio, &keep_alive, in cmp_server()
2752 BIO_free_all(acbio); in cmp_server()
/third_party/node/deps/openssl/openssl/apps/
Docsp.c78 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio,
216 BIO *acbio = NULL, *cbio = NULL, *derbio = NULL, *out = NULL; in ocsp_main() local
579 acbio = http_server_init_bio(prog, port); in ocsp_main()
580 if (acbio == NULL) in ocsp_main()
632 if (multi && acbio != NULL) in ocsp_main()
634 if (acbio != NULL && req_timeout > 0) in ocsp_main()
638 if (acbio != NULL) in ocsp_main()
643 if (acbio != NULL) { in ocsp_main()
660 res = do_responder(&req, &cbio, acbio, port, req_timeout); in ocsp_main()
866 BIO_free_all(acbio); in ocsp_main()
[all …]
Dcmp.c2682 BIO *acbio; in cmp_server() local
2689 if ((acbio = http_server_init_bio(prog, opt_port)) == NULL) in cmp_server()
2698 &cbio, acbio, &keep_alive, in cmp_server()
2753 BIO_free_all(acbio); in cmp_server()
/third_party/node/deps/openssl/openssl/apps/include/
Dhttp_server.h87 char **ppath, BIO **pcbio, BIO *acbio,
/third_party/openssl/apps/include/
Dhttp_server.h87 char **ppath, BIO **pcbio, BIO *acbio,