Home
last modified time | relevance | path

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

123

/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
H A DRecord.pm73 my ($content_type, $version, $len) = unpack('Cnn', $packet);
83 print " Content type: ".$record_type{$content_type}."\n";
89 $content_type,
99 if ($content_type != RT_CCS
101 || $content_type != RT_ALERT)) {
113 .$record_type{$record->content_type()}."\n";
168 $content_type,
179 content_type => $content_type,
234 if ($self->content_type() == RT_ALERT) {
261 my $content_type = unpack("C", substr($data, length($data) - 1));
[all …]
H A DMessage.pm180 if ($record->content_type == TLSProxy::Record::RT_CCS) {
192 } elsif ($record->content_type == TLSProxy::Record::RT_HANDSHAKE) {
270 } elsif ($record->content_type == TLSProxy::Record::RT_APPLICATION_DATA) {
278 } elsif ($record->content_type == TLSProxy::Record::RT_ALERT) {
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
H A DRecord.pm73 my ($content_type, $version, $len) = unpack('Cnn', $packet);
83 print " Content type: ".$record_type{$content_type}."\n";
89 $content_type,
99 if ($content_type != RT_CCS
101 || $content_type != RT_ALERT)) {
113 .$record_type{$record->content_type()}."\n";
168 $content_type,
179 content_type => $content_type,
234 if ($self->content_type() == RT_ALERT) {
261 my $content_type = unpack("C", substr($data, length($data) - 1));
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DSymbolicFile.h67 template <class content_type> class content_iterator {
68 content_type Current;
72 using value_type = content_type;
77 content_iterator(content_type symb) : Current(std::move(symb)) {} in content_iterator()
79 const content_type *operator->() const { return &Current; }
81 const content_type &operator*() const { return Current; }
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dhttp.h48 const char *content_type, int asn1,
50 int OSSL_HTTP_REQ_CTX_set1_req(OSSL_HTTP_REQ_CTX *rctx, const char *content_type,
74 const char *content_type, BIO *req,
91 const char *content_type, BIO *req,
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dhttp_test.c121 const char content_type[] = "application/x-x509-ca-cert"; in test_http_x509() local
134 0 /* buf_size */, headers, content_type, in test_http_x509()
140 0 /* buf_size */, headers, content_type, in test_http_x509()
141 req, content_type, 1 /* expect_asn1 */, in test_http_x509()
163 const char *const content_type = "application/x-x509-ca-cert"; in test_http_keep_alive() local
182 content_type, 0 /* ASN.1 not expected */, in test_http_keep_alive()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c244 const char *content_type, int asn1, in OSSL_HTTP_REQ_CTX_set_expected() argument
260 if (content_type != NULL in OSSL_HTTP_REQ_CTX_set_expected()
261 && (rctx->expected_ct = OPENSSL_strdup(content_type)) == NULL) in OSSL_HTTP_REQ_CTX_set_expected()
274 const char *content_type, BIO *req) in set1_content() argument
281 if (rctx == NULL || (req == NULL && content_type != NULL)) { in set1_content()
299 if (content_type != NULL in set1_content()
300 && BIO_printf(rctx->mem, "Content-Type: %s\r\n", content_type) <= 0) in set1_content()
337 int OSSL_HTTP_REQ_CTX_set1_req(OSSL_HTTP_REQ_CTX *rctx, const char *content_type, in OSSL_HTTP_REQ_CTX_set1_req() argument
345 res = res && set1_content(rctx, content_type, mem); in OSSL_HTTP_REQ_CTX_set1_req()
1017 const char *content_type, BIO *req, in OSSL_HTTP_set1_request() argument
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/
H A D70-test_sslrecords.t43 my $content_type = TLSProxy::Record::RT_APPLICATION_DATA;
53 $content_type = TLSProxy::Record::RT_HANDSHAKE;
268 $content_type,
553 last if $record->content_type == TLSProxy::Record::RT_CCS;
577 if ($record->content_type == TLSProxy::Record::RT_HANDSHAKE) {
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D70-test_sslrecords.t43 my $content_type = TLSProxy::Record::RT_APPLICATION_DATA;
52 $content_type = TLSProxy::Record::RT_HANDSHAKE;
246 $content_type,
531 last if $record->content_type == TLSProxy::Record::RT_CCS;
555 if ($record->content_type == TLSProxy::Record::RT_HANDSHAKE) {
H A D70-test_tls13hrr.t114 $hrr_record->content_type(),
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_hdcp.c1381 msgs.stream_manage.streams[0].stream_type = hdcp->content_type; in hdcp2_propagate_stream_management_info()
1395 hdcp->port_data.streams[0].stream_type = hdcp->content_type; in hdcp2_propagate_stream_management_info()
1511 hdcp->content_type); in hdcp2_authenticate_sink()
1524 hdcp->port_data.streams[0].stream_type = hdcp->content_type; in hdcp2_authenticate_sink()
1646 hdcp->content_type); in _intel_hdcp2_enable()
1651 hdcp->content_type, ret); in _intel_hdcp2_enable()
1657 hdcp->content_type); in _intel_hdcp2_enable()
1873 data->streams[0].stream_type = hdcp->content_type; in initialize_hdcp_port_data()
1961 enum transcoder cpu_transcoder, u8 content_type) in intel_hdcp_enable() argument
1973 hdcp->content_type = content_type; in intel_hdcp_enable()
[all …]
H A Dintel_hdcp.h29 enum transcoder cpu_transcoder, u8 content_type);
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/k7/
H A DREADME147 http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/22007.pdf
152 http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/21928.pdf
159 http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/22466.pdf
165 http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/22621.pdf
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Ddohclient.c70 const char* content_type; member
196 headers[4].value = (uint8_t*)h2_session->content_type; in submit_query()
594 h2_session->content_type = "application/dns-message"; in main()
599 h2_session->content_type = optarg; in main()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_msg_callback.pod17 int content_type, const void *buf,
23 int content_type, const void *buf,
59 =item I<content_type>
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_msg_callback.pod17 int content_type, const void *buf,
23 int content_type, const void *buf,
59 =item I<content_type>
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_connector.c1323 switch (conn_state->content_type) { in drm_hdmi_avi_infoframe_content_type()
1325 frame->content_type = HDMI_CONTENT_TYPE_GRAPHICS; in drm_hdmi_avi_infoframe_content_type()
1328 frame->content_type = HDMI_CONTENT_TYPE_CINEMA; in drm_hdmi_avi_infoframe_content_type()
1331 frame->content_type = HDMI_CONTENT_TYPE_GAME; in drm_hdmi_avi_infoframe_content_type()
1334 frame->content_type = HDMI_CONTENT_TYPE_PHOTO; in drm_hdmi_avi_infoframe_content_type()
1338 frame->content_type = HDMI_CONTENT_TYPE_GRAPHICS; in drm_hdmi_avi_infoframe_content_type()
1341 frame->itc = conn_state->content_type != DRM_MODE_CONTENT_TYPE_NO_DATA; in drm_hdmi_avi_infoframe_content_type()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c101 uint8_t content_type, in hdcp_update_display() argument
123 if (content_type == DRM_MODE_HDCP_CONTENT_TYPE0) in hdcp_update_display()
125 else if (content_type == DRM_MODE_HDCP_CONTENT_TYPE1) in hdcp_update_display()
H A Damdgpu_dm_hdcp.h62 uint8_t content_type,
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dhttp_server.h103 const char *content_type,
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/k6/
H A DREADME224 http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/21924.pdf
231 http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/21828.pdf
237 http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/21928.pdf
243 http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/22621.pdf
/netbsd-src/external/bsd/wpa/dist/src/tls/
H A Dtlsv1_record.h64 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf,
H A Dtlsv1_record.c150 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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
H A Dpk7_lib.c139 p7->d.signed_and_enveloped->enc_data->content_type in PKCS7_set_type()
149 p7->d.enveloped->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data); in PKCS7_set_type()
158 p7->d.encrypted->enc_data->content_type = OBJ_nid2obj(NID_pkcs7_data); in PKCS7_set_type()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dhttp_server.c509 const char *content_type, in http_server_send_asn1_resp() argument
516 content_type, in http_server_send_asn1_resp()

123