Searched refs:expect_asn1 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | http.h | 85 const char *expected_content_type, int expect_asn1, 92 const char *expected_content_type, int expect_asn1, 102 const char *expected_content_type, int expect_asn1,
|
| /freebsd/crypto/openssl/crypto/http/ |
| H A D | http_client.c | 63 int expect_asn1; /* Response content must be ASN.1-encoded */ member 273 rctx->expect_asn1 = asn1; in OSSL_HTTP_REQ_CTX_set_expected() 575 … if (rctx->expect_asn1 && (rctx->state == OHS_ASN1_HEADER || rctx->state == OHS_ASN1_CONTENT)) { in OSSL_HTTP_REQ_CTX_nbio() 803 && rctx->expect_asn1 in OSSL_HTTP_REQ_CTX_nbio() 900 if (!rctx->expect_asn1) { in OSSL_HTTP_REQ_CTX_nbio() 1162 const char *expected_content_type, int expect_asn1, in OSSL_HTTP_set1_request() argument 1184 expect_asn1, timeout, keep_alive) in OSSL_HTTP_set1_request() 1270 const char *expected_ct, int expect_asn1, in OSSL_HTTP_get() argument 1306 expected_ct, expect_asn1, max_resp_len, in OSSL_HTTP_get() 1363 const char *expected_ct, int expect_asn1, in OSSL_HTTP_transfer() argument [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_HTTP_transfer.pod | 32 const char *expected_content_type, int expect_asn1, 39 const char *expected_content_type, int expect_asn1, 49 const char *expected_content_type, int expect_asn1, 183 For the meaning of the I<expected_content_type>, I<expect_asn1>, I<timeout>,
|
| H A D | OSSL_HTTP_REQ_CTX.pod | 38 const char *expected_content_type, int expect_asn1, 111 If the I<expect_asn1> parameter is nonzero a structure in ASN.1 encoding will be
|