Searched refs:content_type (Results 1 - 25 of 32) sorted by relevance

12

/openbsd-current/lib/libssl/
H A Dtls13_record.c23 uint8_t content_type; member in struct:tls13_record
71 return rec->content_type;
125 uint8_t content_type; local
132 if (rec->content_type == 0) {
140 if (!CBS_get_u8(&cbs, &content_type))
152 rec->content_type = content_type;
H A 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);
553 uint8_t content_type; local
594 content_type = 0;
595 while (CBS_get_last_u8(&inner, &content_type)) {
596 if (content_type != 0)
599 if (content_type == 0) {
609 tls_content_set_data(rl->rcontent, content_type, CBS_data(&inner),
634 uint8_t content_type, const uint8_t *content, size_t content_len)
647 if (rl->aead != NULL && content_type !
633 tls13_record_layer_seal_record_plaintext(struct tls13_record_layer *rl, uint8_t content_type, const uint8_t *content, size_t content_len) argument
685 tls13_record_layer_seal_record_protected(struct tls13_record_layer *rl, uint8_t content_type, const uint8_t *content, size_t content_len) argument
785 tls13_record_layer_seal_record(struct tls13_record_layer *rl, uint8_t content_type, const uint8_t *content, size_t content_len) argument
807 uint8_t content_type, ccs; local
907 tls13_record_layer_pending(struct tls13_record_layer *rl, uint8_t content_type) argument
950 tls13_record_layer_read_internal(struct tls13_record_layer *rl, uint8_t content_type, uint8_t *buf, size_t n, int peek) argument
1002 tls13_record_layer_peek(struct tls13_record_layer *rl, uint8_t content_type, uint8_t *buf, size_t n) argument
1018 tls13_record_layer_read(struct tls13_record_layer *rl, uint8_t content_type, uint8_t *buf, size_t n) argument
1034 tls13_record_layer_write_record(struct tls13_record_layer *rl, uint8_t content_type, const uint8_t *content, size_t content_len) argument
1094 tls13_record_layer_write_chunk(struct tls13_record_layer *rl, uint8_t content_type, const uint8_t *buf, size_t n) argument
1104 tls13_record_layer_write(struct tls13_record_layer *rl, uint8_t content_type, const uint8_t *buf, size_t n) argument
[all...]
H A Dtls12_record_layer.c621 uint8_t content_type, uint16_t record_len, CBS *seq_num, uint8_t **out,
635 if (!CBB_add_u8(&cbb, content_type))
655 EVP_MD_CTX *hash_ctx, int stream_mac, CBS *seq_num, uint8_t content_type,
670 if (!tls12_record_layer_pseudo_header(rl, content_type, content_len,
704 uint8_t content_type, CBS *seq_num, const uint8_t *content,
720 if (!tls12_record_layer_pseudo_header(rl, content_type, content_len,
743 uint8_t content_type, CBS *seq_num, const uint8_t *content,
753 rl->read->stream_mac, seq_num, content_type, content, content_len,
759 uint8_t content_type, CBS *seq_num, const uint8_t *content,
763 rl->write->stream_mac, seq_num, content_type, conten
620 tls12_record_layer_pseudo_header(struct tls12_record_layer *rl, uint8_t content_type, uint16_t record_len, CBS *seq_num, uint8_t **out, size_t *out_len) argument
654 tls12_record_layer_mac(struct tls12_record_layer *rl, CBB *cbb, EVP_MD_CTX *hash_ctx, int stream_mac, CBS *seq_num, uint8_t content_type, const uint8_t *content, size_t content_len, size_t *out_len) argument
703 tls12_record_layer_read_mac_cbc(struct tls12_record_layer *rl, CBB *cbb, uint8_t content_type, CBS *seq_num, const uint8_t *content, size_t content_len, size_t mac_len, size_t padding_len) argument
742 tls12_record_layer_read_mac(struct tls12_record_layer *rl, CBB *cbb, uint8_t content_type, CBS *seq_num, const uint8_t *content, size_t content_len) argument
758 tls12_record_layer_write_mac(struct tls12_record_layer *rl, CBB *cbb, uint8_t content_type, CBS *seq_num, const uint8_t *content, size_t content_len, size_t *out_len) argument
838 tls12_record_layer_open_record_plaintext(struct tls12_record_layer *rl, uint8_t content_type, CBS *fragment, struct tls_content *out) argument
849 tls12_record_layer_open_record_protected_aead(struct tls12_record_layer *rl, uint8_t content_type, CBS *seq_num, CBS *fragment, struct tls_content *out) argument
924 tls12_record_layer_open_record_protected_cipher(struct tls12_record_layer *rl, uint8_t content_type, CBS *seq_num, CBS *fragment, struct tls_content *out) argument
1059 uint8_t content_type; local
1108 tls12_record_layer_seal_record_plaintext(struct tls12_record_layer *rl, uint8_t content_type, const uint8_t *content, size_t content_len, CBB *out) argument
1118 tls12_record_layer_seal_record_protected_aead(struct tls12_record_layer *rl, uint8_t content_type, CBS *seq_num, const uint8_t *content, size_t content_len, CBB *out) argument
1173 tls12_record_layer_seal_record_protected_cipher(struct tls12_record_layer *rl, uint8_t content_type, CBS *seq_num, const uint8_t *content, size_t content_len, CBB *out) argument
1249 tls12_record_layer_seal_record(struct tls12_record_layer *rl, uint8_t content_type, const uint8_t *content, size_t content_len, CBB *cbb) argument
[all...]
H A Dssl_local.h678 uint8_t content_type, const uint8_t *content, size_t content_len,
682 typedef void (ssl_msg_callback_fn)(int is_write, int version, int content_type,
1244 void ssl_msg_callback(SSL *s, int is_write, int content_type,
1246 void ssl_msg_callback_cbs(SSL *s, int is_write, int content_type, CBS *cbs);
H A Dssl_lib.c3039 ssl_msg_callback(SSL *s, int is_write, int content_type, argument
3045 s->msg_callback(is_write, s->version, content_type,
3050 ssl_msg_callback_cbs(SSL *s, int is_write, int content_type, CBS *cbs) argument
3052 ssl_msg_callback(s, is_write, content_type, CBS_data(cbs), CBS_len(cbs));
3484 int content_type, const void *buf, size_t len, SSL *ssl, void *arg))
3493 int content_type, const void *buf, size_t len, SSL *ssl, void *arg))
3483 SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) argument
3492 SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg)) argument
/openbsd-current/sys/dev/pci/drm/display/
H A Ddrm_hdmi_helper.c177 switch (conn_state->content_type) {
179 frame->content_type = HDMI_CONTENT_TYPE_GRAPHICS;
182 frame->content_type = HDMI_CONTENT_TYPE_CINEMA;
185 frame->content_type = HDMI_CONTENT_TYPE_GAME;
188 frame->content_type = HDMI_CONTENT_TYPE_PHOTO;
192 frame->content_type = HDMI_CONTENT_TYPE_GRAPHICS;
195 frame->itc = conn_state->content_type != DRM_MODE_CONTENT_TYPE_NO_DATA;
/openbsd-current/usr.sbin/bgplgd/
H A Dbgplgd.c37 const char *content_type; member in struct:cmd
114 if (ctx->command->content_type == NULL)
117 printf("Content-type: %s\r\n\r\n", ctx->command->content_type);
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.h80 uint8_t content_type,
H A Damdgpu_dm_trace.h117 __field(unsigned int, content_type)
137 __entry->content_type = state->content_type;
148 "picture_aspect_ratio=%d content_type=%u "
154 __entry->picture_aspect_ratio, __entry->content_type,
H A Damdgpu_dm_hdcp.c167 u8 content_type,
194 if (content_type == DRM_MODE_HDCP_CONTENT_TYPE0) {
196 } else if (content_type == DRM_MODE_HDCP_CONTENT_TYPE1) {
164 hdcp_update_display(struct hdcp_workqueue *hdcp_work, unsigned int link_index, struct amdgpu_dm_connector *aconnector, u8 content_type, bool enable_encryption) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A 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)) {}
81 const content_type *operator->() const { return &Current; }
83 const content_type &operator*() const { return Current; }
/openbsd-current/usr.bin/openssl/
H A Ds_apps.h141 void msg_cb(int write_p, int version, int content_type, const void *buf,
H A Ds_cb.c360 msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SSL * ssl, void *arg) argument
458 switch (content_type) {
470 if (content_type == 21) { /* Alert */
575 if (content_type == 22) { /* Handshake */
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_atomic.c142 new_conn_state->base.content_type != old_conn_state->base.content_type ||
H A Dintel_hdcp.c63 * content_type for all streams in DP MST topology because security f/w doesn't
64 * have any provision to mark content_type for each stream separately, it marks
65 * all available streams with the content_type proivided at the time of port
100 data->streams[0].stream_type = hdcp->content_type;
1716 hdcp->content_type);
1941 hdcp->content_type);
1946 hdcp->content_type, ret);
1952 hdcp->content_type);
2376 hdcp->content_type = (u8)conn_state->hdcp_content_type;
2413 hdcp->content_type !
[all...]
H A Dintel_dp_hdcp.c578 bool is_repeater, u8 content_type)
594 stream_type_msg.stream_type = content_type;
577 intel_dp_hdcp2_config_stream_type(struct intel_digital_port *dig_port, bool is_repeater, u8 content_type) argument
/openbsd-current/usr.sbin/unbound/testcode/
H A Ddohclient.c70 const char* content_type; member in struct:http2_session
196 headers[4].value = (uint8_t*)h2_session->content_type;
594 h2_session->content_type = "application/dns-message";
599 h2_session->content_type = optarg;
/openbsd-current/lib/libcrypto/pkcs7/
H A Dpk7_lib.c196 p7->d.signed_and_enveloped->enc_data->content_type =
205 p7->d.enveloped->enc_data->content_type =
214 p7->d.encrypted->enc_data->content_type =
H A Dpkcs7.h122 ASN1_OBJECT *content_type; member in struct:pkcs7_enc_content_st
/openbsd-current/regress/lib/libssl/shutdown/
H A Dshutdowntest.c267 ssl_msg_callback(int is_write, int version, int content_type, const void *buf, argument
273 if (is_write || content_type != SSL3_RT_ALERT)
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dhdmi.h185 enum hdmi_content_type content_type; member in struct:hdmi_avi_infoframe
/openbsd-current/sys/dev/pci/drm/
H A Dhdmi.c166 ((frame->content_type & 0x3) << 4) |
1223 hdmi_content_type_get_name(enum hdmi_content_type content_type) argument
1225 switch (content_type) {
1265 hdmi_content_type_get_name(frame->content_type));
1640 frame->content_type = (ptr[4] >> 4) & 0x3;
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTMLBatch.pm578 my($self, $url, $is_default, $name, $content_type, $media, $_code) = @_;
589 $content_type ||= 'text/css';
591 my $bunch = [$url, $name, $content_type, $media, $_code];
753 my($self, $url, $content_type, $_code) = @_;
756 $url, $content_type || 'text/javascript', $_code
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_connector.h957 * @content_type: Connector property to control the
962 unsigned int content_type; member in struct:drm_connector_state
/openbsd-current/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp_helper.h88 * @content_type: CTA-861-G defines content types and expected processing by a sink device
98 enum dp_content_type content_type; member in struct:drm_dp_vsc_sdp

Completed in 332 milliseconds

12