Searched refs:hbio (Results 1 – 3 of 3) sorted by relevance
/openssl-master/doc/man3/ |
A D | OSSL_HTTP_transfer.pod | 110 BIO *http_tls_cb(BIO *hbio, void *arg, int connect, int detail) 116 hbio = sbio != NULL ? BIO_push(sbio, hbio) : NULL; 120 return hbio;
|
/openssl-master/apps/include/ |
A D | apps.h | 279 BIO *app_http_tls_cb(BIO *hbio, /* APP_HTTP_TLS_INFO */ void *arg,
|
/openssl-master/apps/lib/ |
A D | apps.c | 2441 BIO *app_http_tls_cb(BIO *hbio, void *arg, int connect, int detail) in app_http_tls_cb() argument 2450 && !OSSL_HTTP_proxy_connect(hbio, info->server, info->port, in app_http_tls_cb() 2466 hbio = BIO_push(sbio, hbio); in app_http_tls_cb() 2477 return hbio; in app_http_tls_cb()
|
Completed in 10 milliseconds