Home
last modified time | relevance | path

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

12

/openbsd/src/lib/libssl/
Dtls13_record_layer.c23 uint8_t content_type, const uint8_t *buf, size_t n);
25 uint8_t content_type, const uint8_t *content, size_t content_len);
560 uint8_t content_type; in tls13_record_layer_open_record_protected() local
601 content_type = 0; in tls13_record_layer_open_record_protected()
602 while (CBS_get_last_u8(&inner, &content_type)) { in tls13_record_layer_open_record_protected()
603 if (content_type != 0) in tls13_record_layer_open_record_protected()
606 if (content_type == 0) { in tls13_record_layer_open_record_protected()
616 tls_content_set_data(rl->rcontent, content_type, CBS_data(&inner), in tls13_record_layer_open_record_protected()
641 uint8_t content_type, const uint8_t *content, size_t content_len) in tls13_record_layer_seal_record_plaintext() argument
654 if (rl->aead != NULL && content_type != SSL3_RT_CHANGE_CIPHER_SPEC) in tls13_record_layer_seal_record_plaintext()
[all …]
Dtls12_record_layer.c621 uint8_t content_type, uint16_t record_len, CBS *seq_num, uint8_t **out, in tls12_record_layer_pseudo_header() argument
635 if (!CBB_add_u8(&cbb, content_type)) in tls12_record_layer_pseudo_header()
655 EVP_MD_CTX *hash_ctx, int stream_mac, CBS *seq_num, uint8_t content_type, in tls12_record_layer_mac() argument
670 if (!tls12_record_layer_pseudo_header(rl, content_type, content_len, in tls12_record_layer_mac()
704 uint8_t content_type, CBS *seq_num, const uint8_t *content, in tls12_record_layer_read_mac_cbc() argument
720 if (!tls12_record_layer_pseudo_header(rl, content_type, content_len, in tls12_record_layer_read_mac_cbc()
743 uint8_t content_type, CBS *seq_num, const uint8_t *content, in tls12_record_layer_read_mac() argument
753 rl->read->stream_mac, seq_num, content_type, content, content_len, in tls12_record_layer_read_mac()
759 uint8_t content_type, CBS *seq_num, const uint8_t *content, in tls12_record_layer_write_mac() argument
763 rl->write->stream_mac, seq_num, content_type, content, content_len, in tls12_record_layer_write_mac()
[all …]
Dtls13_record.c23 uint8_t content_type; member
71 return rec->content_type; in tls13_record_content_type()
125 uint8_t content_type; in tls13_record_recv() local
132 if (rec->content_type == 0) { in tls13_record_recv()
140 if (!CBS_get_u8(&cbs, &content_type)) in tls13_record_recv()
152 rec->content_type = content_type; in tls13_record_recv()
Dssl_local.h654 uint8_t content_type, const uint8_t *content, size_t content_len,
658 typedef void (ssl_msg_callback_fn)(int is_write, int version, int content_type,
1216 void ssl_msg_callback(SSL *s, int is_write, int content_type,
1218 void ssl_msg_callback_cbs(SSL *s, int is_write, int content_type, CBS *cbs);
Dssl_lib.c3039 ssl_msg_callback(SSL *s, int is_write, int content_type, in ssl_msg_callback() argument
3045 s->msg_callback(is_write, s->version, content_type, in ssl_msg_callback()
3050 ssl_msg_callback_cbs(SSL *s, int is_write, int content_type, CBS *cbs) in ssl_msg_callback_cbs() argument
3052 ssl_msg_callback(s, is_write, content_type, CBS_data(cbs), CBS_len(cbs)); in ssl_msg_callback_cbs()
3493 int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) in SSL_CTX_set_msg_callback() argument
3502 int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) in SSL_set_msg_callback() argument
Dssl.h492 int version, int content_type, const void *buf, size_t len, SSL *ssl,
495 int content_type, const void *buf, size_t len, SSL *ssl, void *arg));
/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DSymbolicFile.h69 template <class content_type> class content_iterator {
70 content_type Current;
74 using value_type = content_type;
79 content_iterator(content_type symb) : Current(std::move(symb)) {} in content_iterator()
81 const content_type *operator->() const { return &Current; }
83 const content_type &operator*() const { return Current; }
/openbsd/src/usr.bin/openssl/
Ds_cb.c358 msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL * ssl, void *ar… in msg_cb() argument
456 switch (content_type) { in msg_cb()
468 if (content_type == 21) { /* Alert */ in msg_cb()
573 if (content_type == 22) { /* Handshake */ in msg_cb()
Dapps.h391 void msg_cb(int write_p, int version, int content_type, const void *buf,
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
DHTMLBatch.pm575 my($self, $url, $is_default, $name, $content_type, $media, $_code) = @_;
586 $content_type ||= 'text/css';
588 my $bunch = [$url, $name, $content_type, $media, $_code];
750 my($self, $url, $content_type, $_code) = @_;
753 $url, $content_type || 'text/javascript', $_code
/openbsd/src/usr.sbin/unbound/testcode/
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()
/openbsd/src/sys/dev/pci/drm/amd/display/amdgpu_dm/
Damdgpu_dm_hdcp.h80 uint8_t content_type,
Damdgpu_dm_trace.h117 __field(unsigned int, content_type)
137 __entry->content_type = state->content_type;
154 __entry->picture_aspect_ratio, __entry->content_type,
Damdgpu_dm_hdcp.c167 u8 content_type, in hdcp_update_display() argument
194 if (content_type == DRM_MODE_HDCP_CONTENT_TYPE0) { in hdcp_update_display()
196 } else if (content_type == DRM_MODE_HDCP_CONTENT_TYPE1) { in hdcp_update_display()
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_atomic.c143 new_conn_state->base.content_type != old_conn_state->base.content_type || in intel_digital_connector_atomic_check()
Dintel_hdcp.c162 data->streams[0].stream_type = hdcp->content_type; in intel_hdcp_prepare_streams()
1727 if (!dig_port->hdcp_mst_type1_capable && hdcp->content_type) { in hdcp2_authenticate_repeater_topology()
1802 hdcp->content_type); in hdcp2_authenticate_sink()
2035 hdcp->content_type); in _intel_hdcp2_enable()
2042 hdcp->content_type, ret); in _intel_hdcp2_enable()
2048 hdcp->content_type); in _intel_hdcp2_enable()
2405 hdcp->content_type = (u8)conn_state->hdcp_content_type; in _intel_hdcp_enable()
2435 hdcp->content_type != DRM_MODE_HDCP_CONTENT_TYPE1) { in _intel_hdcp_enable()
2518 (conn_state->hdcp_content_type != hdcp->content_type && in intel_hdcp_update_pipe()
Dintel_dp_hdcp.c597 bool is_repeater, u8 content_type) in intel_dp_hdcp2_config_stream_type() argument
613 stream_type_msg.stream_type = content_type; in intel_dp_hdcp2_config_stream_type()
/openbsd/src/lib/libcrypto/pkcs7/
Dpk7_lib.c201 p7->d.signed_and_enveloped->enc_data->content_type = in PKCS7_set_type()
210 p7->d.enveloped->enc_data->content_type = in PKCS7_set_type()
219 p7->d.encrypted->enc_data->content_type = in PKCS7_set_type()
Dpkcs7.h122 ASN1_OBJECT *content_type; member
Dpk7_asn1.c677 .offset = offsetof(PKCS7_ENC_CONTENT, content_type),
/openbsd/src/sys/dev/pci/drm/
Dhdmi.c166 ((frame->content_type & 0x3) << 4) | in hdmi_avi_infoframe_pack_only()
1223 hdmi_content_type_get_name(enum hdmi_content_type content_type) in hdmi_content_type_get_name() argument
1225 switch (content_type) { in hdmi_content_type_get_name()
1265 hdmi_content_type_get_name(frame->content_type)); in hdmi_avi_infoframe_log()
1634 frame->content_type = (ptr[4] >> 4) & 0x3; in hdmi_avi_infoframe_unpack()
Ddrm_atomic_uapi.c749 state->content_type = val; in drm_atomic_connector_set_property()
844 *val = state->content_type; in drm_atomic_connector_get_property()
/openbsd/src/sys/dev/pci/drm/include/linux/
Dhdmi.h194 enum hdmi_content_type content_type; member
/openbsd/src/sys/dev/pci/drm/amd/display/dc/
Ddc_stream.h218 enum display_content_type content_type; member
/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_connector.h1073 unsigned int content_type; member

12