Home
last modified time | relevance | path

Searched refs:content_type (Results 1 – 5 of 5) sorted by relevance

/lib/mbedtls/external/mbedtls/library/
A Dpkcs7.c534 mbedtls_pkcs7_buf content_type; in pkcs7_get_signed_data() local
535 memset(&content_type, 0, sizeof(content_type)); in pkcs7_get_signed_data()
536 ret = pkcs7_get_content_info_type(&p, end, &end_content_info, &content_type); in pkcs7_get_signed_data()
546 if (!MBEDTLS_OID_CMP(MBEDTLS_OID_PKCS7_DATA, &content_type)) { in pkcs7_get_signed_data()
549 &content_type)) { in pkcs7_get_signed_data()
/lib/crypto/
A Dpkcs7_parser.c462 enum OID content_type; local
470 content_type = look_up_OID(value, vlen);
471 if (content_type != ctx->msg->data_type) {
474 content_type);
/lib/lwip/lwip/src/apps/http/
A Dhttpd_structs.h11 const char *content_type; member
A Dhttpd.c844 size_t content_type; local
904 for (content_type = 0; content_type < NUM_HTTP_HEADERS; content_type++) {
906 if (!lwip_stricmp(g_psHTTPHeaders[content_type].extension, ext)) {
911 content_type = NUM_HTTP_HEADERS;
931 if (content_type < NUM_HTTP_HEADERS) {
933 hs->hdrs[HDR_STRINGS_IDX_CONTENT_TYPE] = g_psHTTPHeaders[content_type].content_type;
/lib/lwip/lwip/src/apps/http/makefsdata/
A Dmakefsdata.c1151 file_type = g_psHTTPHeaders[j].content_type; in file_write_http_header()

Completed in 22 milliseconds