Searched refs:content_type (Results 1 – 3 of 3) sorted by relevance
| /crypto/http/ |
| A D | http_client.c | 252 const char *content_type, int asn1, in OSSL_HTTP_REQ_CTX_set_expected() argument 268 if (content_type != NULL in OSSL_HTTP_REQ_CTX_set_expected() 269 && (rctx->expected_ct = OPENSSL_strdup(content_type)) == NULL) in OSSL_HTTP_REQ_CTX_set_expected() 282 const char *content_type, BIO *req) in set1_content() argument 289 if (rctx == NULL || (req == NULL && content_type != NULL)) { in set1_content() 307 if (content_type == NULL) { in set1_content() 310 if (HAS_CASE_PREFIX(content_type, "text/")) in set1_content() 358 res = res && set1_content(rctx, content_type, mem); in OSSL_HTTP_REQ_CTX_set1_req() 1148 const char *content_type, BIO *req, in OSSL_HTTP_set1_request() argument 1171 && set1_content(rctx, content_type, req); in OSSL_HTTP_set1_request() [all …]
|
| /crypto/pkcs7/ |
| A D | pk7_lib.c | 147 p7->d.signed_and_enveloped->enc_data->content_type in PKCS7_set_type() 157 p7->d.enveloped->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data); in PKCS7_set_type() 166 p7->d.encrypted->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data); in PKCS7_set_type()
|
| A D | pk7_asn1.c | 200 ASN1_SIMPLE(PKCS7_ENC_CONTENT, content_type, ASN1_OBJECT),
|
Completed in 14 milliseconds