Home
last modified time | relevance | path

Searched refs:OSSL_HTTP_REQ_CTX_new (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HTTP_REQ_CTX.pod6 OSSL_HTTP_REQ_CTX_new,
28 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size);
65 OSSL_HTTP_REQ_CTX_new() allocates a new HTTP request context structure,
117 In this case the BIO given as I<rbio> argument to OSSL_HTTP_REQ_CTX_new() should
150 that were given when calling OSSL_HTTP_REQ_CTX_new().
175 Otherwise the returned BIO is the I<rbio> given to OSSL_HTTP_REQ_CTX_new(),
224 OSSL_HTTP_REQ_CTX_new().
258 OSSL_HTTP_REQ_CTX_new() returns a pointer to a B<OSSL_HTTP_REQ_CTX>, or NULL
/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_http.c18 OSSL_HTTP_REQ_CTX *rctx = OSSL_HTTP_REQ_CTX_new(io, io, buf_size); in OCSP_sendreq_new()
/freebsd/crypto/openssl/include/openssl/
H A Dhttp.h50 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size);
H A Docsp.h.in180 OSSL_HTTP_REQ_CTX_new(io, io, buf_size)
H A Docsp.h276 OSSL_HTTP_REQ_CTX_new(io, io, buf_size)
/freebsd/crypto/openssl/test/
H A Dhttp_test.c512 rctx = OSSL_HTTP_REQ_CTX_new(wbio, rbio, 8192); in test_http_resp_hdr_limit()
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c97 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size) in OSSL_HTTP_REQ_CTX_new() function
401 OSSL_HTTP_REQ_CTX *rctx = OSSL_HTTP_REQ_CTX_new(wbio, rbio, buf_size); in http_req_ctx_new()
/freebsd/secure/lib/libcrypto/
H A DVersion.map5086 OSSL_HTTP_REQ_CTX_new;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3268 MLINKS+= OSSL_HTTP_REQ_CTX.3 OSSL_HTTP_REQ_CTX_new.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1117 OSSL_HTTP_REQ_CTX_new 1145 3_0_0 EXIST::FUNCTION:HTTP