Home
last modified time | relevance | path

Searched refs:expected_ct (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/http/
H A Dhttp_client.c60 char *expected_ct; /* Optional expected Content-Type */ member
138 OPENSSL_free(rctx->expected_ct); in OSSL_HTTP_REQ_CTX_free()
263 OPENSSL_free(rctx->expected_ct); in OSSL_HTTP_REQ_CTX_set_expected()
264 rctx->expected_ct = NULL; in OSSL_HTTP_REQ_CTX_set_expected()
761 && rctx->expected_ct != NULL) { in OSSL_HTTP_REQ_CTX_nbio()
774 rctx->expected_ct, value); in OSSL_HTTP_REQ_CTX_nbio()
839 if (rctx->expected_ct != NULL && !found_expected_ct) { in OSSL_HTTP_REQ_CTX_nbio()
841 "expected=%s", rctx->expected_ct); in OSSL_HTTP_REQ_CTX_nbio()
1215 const char *expected_ct, int expect_asn1, in OSSL_HTTP_get() argument
1308 const char *expected_ct, int expect_asn1, in OSSL_HTTP_transfer() argument
[all …]
/openssl/test/
H A Dhpke_test.c55 const unsigned char *expected_ct; member
165 if (!TEST_mem_eq(ct, ctlen, aead[i].expected_ct, in do_testhpke()
200 aead[i].expected_ct, in do_testhpke()

Completed in 19 milliseconds