Home
last modified time | relevance | path

Searched refs:bio_update_fn (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dhttp.h77 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
90 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
99 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c396 OSSL_HTTP_bio_cb_t bio_update_fn, in http_req_ctx_new() argument
407 rctx->upd_fn = bio_update_fn; in http_req_ctx_new()
1076 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, in OSSL_HTTP_open() argument
1082 if (use_ssl && bio_update_fn == NULL) { in OSSL_HTTP_open()
1086 if (rbio != NULL && (bio == NULL || bio_update_fn != NULL)) { in OSSL_HTTP_open()
1134 if (bio_update_fn != NULL) { in OSSL_HTTP_open()
1137 cbio = (*bio_update_fn)(cbio, arg, 1 /* connect */, use_ssl != 0); in OSSL_HTTP_open()
1146 bio_update_fn, arg, use_ssl, proxy, server, port, in OSSL_HTTP_open()
1268 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, in OSSL_HTTP_get() argument
1298 use_ssl, bio, rbio, bio_update_fn, arg, in OSSL_HTTP_get()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HTTP_transfer.pod24 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
37 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
46 OSSL_HTTP_bio_cb_t bio_update_fn, void *arg,
96 and the I<bio_update_fn> parameter must be provided.
98 The parameter I<bio_update_fn>, which is optional if I<use_ssl> is 0,
101 I<bio_update_fn> is a BIO connect/disconnect callback function with prototype
214 and the I<bio_update_fn>, as described for OSSL_HTTP_open(), must be provided.
H A DOSSL_CMP_CTX_new.pod421 as described for the I<bio_update_fn> parameter of L<OSSL_HTTP_open(3)>.