| /freebsd/crypto/openssl/util/perl/TLSProxy/ |
| H A D | Record.pm | 80 my $content_type; 91 ($content_type, $version, $epoch, 96 ($content_type, $version, $len) = unpack('Cnn', $packet); 107 print " Content type: ".$record_type{$content_type}."\n"; 119 $content_type, 133 $content_type, 144 if ($content_type != RT_CCS 146 || $content_type != RT_ALERT)) { 158 .$record_type{$record->content_type()}."\n"; 213 $content_type, [all …]
|
| H A D | Message.pm | 195 if ($record->content_type == TLSProxy::Record::RT_CCS) { 207 } elsif ($record->content_type == TLSProxy::Record::RT_HANDSHAKE) { 307 } elsif ($record->content_type == TLSProxy::Record::RT_APPLICATION_DATA) { 315 } elsif ($record->content_type == TLSProxy::Record::RT_ALERT) {
|
| /freebsd/crypto/openssl/test/ |
| H A D | http_test.c | 29 const char *content_type; member 45 const char *content_type, const char *txt, in mock_http_server() argument 119 content_type, len) in mock_http_server() 145 args->content_type, args->txt, in http_bio_cb_ex() 164 const char *content_type; in test_http_method() local 171 content_type = "text/plain"; in test_http_method() 181 content_type = "application/x-x509-ca-cert"; in test_http_method() 189 mock_args.content_type = content_type; in test_http_method() 199 real_server ? "text/html; charset=utf-8" : content_type, in test_http_method() 205 0 /* buf_size */, headers, content_type, in test_http_method() [all …]
|
| H A D | tls13groupselection_test.c | 336 int content_type, const void *buf, in server_response_check_cb() argument 352 content_type == SSL3_RT_HANDSHAKE && /* carrying a handshake record type ... */ in server_response_check_cb()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | SymbolicFile.h | 70 template <class content_type> class content_iterator { 71 content_type Current; 75 using value_type = const content_type; 80 content_iterator(content_type symb) : Current(std::move(symb)) {} in content_iterator() 82 const content_type *operator->() const { return &Current; } 84 const content_type &operator*() const { return Current; }
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | http.h | 56 const char *content_type, int asn1, 58 int OSSL_HTTP_REQ_CTX_set1_req(OSSL_HTTP_REQ_CTX *rctx, const char *content_type, 84 const char *content_type, BIO *req, 101 const char *content_type, BIO *req,
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 70-test_sslrecords.t | 30 my $content_type = undef; 76 $content_type = TLSProxy::Record::RT_APPLICATION_DATA; 90 $content_type = TLSProxy::Record::RT_HANDSHAKE; 374 $content_type, 388 $content_type, 713 last if $record->content_type == TLSProxy::Record::RT_CCS; 737 if ($record->content_type == TLSProxy::Record::RT_HANDSHAKE) {
|
| /freebsd/crypto/openssl/crypto/http/ |
| H A D | http_client.c | 270 const char *content_type, int asn1, in OSSL_HTTP_REQ_CTX_set_expected() argument 286 if (content_type != NULL in OSSL_HTTP_REQ_CTX_set_expected() 287 && (rctx->expected_ct = OPENSSL_strdup(content_type)) == NULL) in OSSL_HTTP_REQ_CTX_set_expected() 300 const char *content_type, BIO *req) in set1_content() argument 307 if (rctx == NULL || (req == NULL && content_type != NULL)) { in set1_content() 325 if (content_type == NULL) { in set1_content() 328 if (HAS_CASE_PREFIX(content_type, "text/")) in set1_content() 330 if (!OSSL_HTTP_REQ_CTX_add1_header(rctx, "Content-Type", content_type)) in set1_content() 368 int OSSL_HTTP_REQ_CTX_set1_req(OSSL_HTTP_REQ_CTX *rctx, const char *content_type, in OSSL_HTTP_REQ_CTX_set1_req() argument 376 res = res && set1_content(rctx, content_type, mem); in OSSL_HTTP_REQ_CTX_set1_req() [all …]
|
| /freebsd/sys/arm/nvidia/drm2/ |
| H A D | hdmi.c | 137 ((frame->content_type & 0x3) << 4) | in hdmi_avi_infoframe_pack() 640 hdmi_content_type_get_name(enum hdmi_content_type content_type) in hdmi_content_type_get_name() argument 642 switch (content_type) { in hdmi_content_type_get_name() 685 hdmi_content_type_get_name(frame->content_type)); in hdmi_avi_infoframe_log() 1032 frame->content_type = (ptr[4] >> 4) & 0x3; in hdmi_avi_infoframe_unpack()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_set_format_warc.c | 104 const char *content_type; member 467 if (header.content_type != NULL) { in warc_populate_header() 469 header.content_type); in warc_populate_header()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_trace.h | 15 int ossl_quic_trace(int write_p, int version, int content_type,
|
| H A D | ssl.h | 16 typedef void (*ossl_msg_cb)(int write_p, int version, int content_type,
|
| H A D | quic_tserver.h | 196 int content_type,
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_msg_callback.pod | 18 int content_type, const void *buf, 24 int content_type, const void *buf, 28 void SSL_trace(int write_p, int version, int content_type, 65 =item I<content_type>
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | http-utils.h | 21 const char *content_type, const char *ext_hdr,
|
| H A D | http_curl.c | 709 const char *content_type, const char *ext_hdr, in http_post() argument 729 if (content_type) { in http_post() 731 snprintf(ct, sizeof(ct), "Content-Type: %s", content_type); in http_post()
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | http_server.h | 85 const char *content_type,
|
| /freebsd/contrib/wpa/src/tls/ |
| H A D | tlsv1_record.h | 64 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
|
| H A D | tlsv1_record.c | 150 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, in tlsv1_record_send() argument 165 *pos++ = content_type; in tlsv1_record_send()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_hdmi.c | 168 ((frame->content_type & 0x3) << 4) | in hdmi_avi_infoframe_pack_only() 1227 hdmi_content_type_get_name(enum hdmi_content_type content_type) in hdmi_content_type_get_name() argument 1229 switch (content_type) { in hdmi_content_type_get_name() 1269 hdmi_content_type_get_name(frame->content_type)); in hdmi_avi_infoframe_log() 1638 frame->content_type = (ptr[4] >> 4) & 0x3; in hdmi_avi_infoframe_unpack()
|
| /freebsd/contrib/ntp/sntp/libevent/sample/ |
| H A D | http-server.c | 85 const char *content_type; member 124 return ent->content_type; in guess_content_type()
|
| /freebsd/contrib/libevent/sample/ |
| H A D | http-server.c | 85 const char *content_type; member 124 return ent->content_type; in guess_content_type()
|
| /freebsd/crypto/openssl/crypto/pkcs7/ |
| H A D | pk7_lib.c | 148 p7->d.signed_and_enveloped->enc_data->content_type in PKCS7_set_type() 158 p7->d.enveloped->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data); in PKCS7_set_type() 167 p7->d.encrypted->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data); in PKCS7_set_type()
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_trace.c | 565 int ossl_quic_trace(int write_p, int version, int content_type, in ossl_quic_trace() argument 573 switch (content_type) { in ossl_quic_trace()
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | http_server.c | 504 const char *content_type, in http_server_send_asn1_resp() argument 512 content_type, in http_server_send_asn1_resp()
|