Home
last modified time | relevance | path

Searched refs:app_http_tls_cb (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/apps/include/
H A Dapps.h283 BIO *app_http_tls_cb(BIO *hbio, /* APP_HTTP_TLS_INFO */ void *arg,
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2474 BIO *app_http_tls_cb(BIO *bio, void *arg, int connect, int detail) in app_http_tls_cb() function
2578 app_http_tls_cb, &info, 0 /* buf_size */, headers, in app_http_get_asn1()
2616 app_http_tls_cb, &info, in app_http_post_asn1()
/freebsd/crypto/openssl/apps/
H A Dcmp.c1985 (void)OSSL_CMP_CTX_set_http_cb(ctx, app_http_tls_cb); in setup_client_ctx()