Home
last modified time | relevance | path

Searched defs:hdr (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/external/wpa_supplicant_8/src/tls/
Dasn1.h88 static inline bool asn1_is_oid(const struct asn1_hdr *hdr) in asn1_is_oid()
94 static inline bool asn1_is_boolean(const struct asn1_hdr *hdr) in asn1_is_boolean()
100 static inline bool asn1_is_integer(const struct asn1_hdr *hdr) in asn1_is_integer()
106 static inline bool asn1_is_enumerated(const struct asn1_hdr *hdr) in asn1_is_enumerated()
112 static inline bool asn1_is_sequence(const struct asn1_hdr *hdr) in asn1_is_sequence()
118 static inline bool asn1_is_set(const struct asn1_hdr *hdr) in asn1_is_set()
124 static inline bool asn1_is_octetstring(const struct asn1_hdr *hdr) in asn1_is_octetstring()
130 static inline bool asn1_is_bitstring(const struct asn1_hdr *hdr) in asn1_is_bitstring()
136 static inline bool asn1_is_utctime(const struct asn1_hdr *hdr) in asn1_is_utctime()
142 static inline bool asn1_is_generalizedtime(const struct asn1_hdr *hdr) in asn1_is_generalizedtime()
[all …]
Dasn1.c106 static int asn1_valid_der_boolean(struct asn1_hdr *hdr) in asn1_valid_der_boolean()
126 static int asn1_valid_der(struct asn1_hdr *hdr) in asn1_valid_der()
171 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) in asn1_get_next()
276 void asn1_print_hdr(const struct asn1_hdr *hdr, const char *title) in asn1_print_hdr()
283 void asn1_unexpected(const struct asn1_hdr *hdr, const char *title) in asn1_unexpected()
337 struct asn1_hdr hdr; in asn1_get_oid() local
435 struct asn1_hdr hdr; in asn1_get_integer() local
466 int asn1_get_sequence(const u8 *buf, size_t len, struct asn1_hdr *hdr, in asn1_get_sequence()
484 struct asn1_hdr hdr; in asn1_get_alg_id() local
Dx509v3.c185 struct asn1_hdr hdr; in x509_parse_algorithm_identifier() local
220 struct asn1_hdr hdr; in x509_parse_public_key() local
288 struct asn1_hdr hdr; in x509_parse_name() local
689 struct asn1_hdr hdr; in x509_parse_validity() local
768 struct asn1_hdr hdr; in x509_parse_ext_key_usage() local
801 struct asn1_hdr hdr; in x509_parse_ext_basic_constraints() local
974 struct asn1_hdr hdr; in x509_parse_ext_alt_name() local
1052 struct asn1_hdr hdr; in x509_parse_ext_subject_alt_name() local
1076 struct asn1_hdr hdr; in x509_parse_ext_issuer_alt_name() local
1149 struct asn1_hdr hdr; in x509_parse_ext_certificate_policies() local
[all …]
Dtlsv1_cred.c446 struct asn1_hdr hdr; in pkcs12_certbag() local
517 struct asn1_hdr hdr; in pkcs12_parse_attr_friendly_name() local
542 struct asn1_hdr hdr; in pkcs12_parse_attr_local_key_id() local
568 struct asn1_hdr hdr; in pkcs12_parse_attr() local
609 struct asn1_hdr hdr; in pkcs12_safebag() local
682 struct asn1_hdr hdr; in pkcs12_safecontents() local
722 struct asn1_hdr hdr; in pkcs12_parse_content_data() local
741 struct asn1_hdr hdr; in pkcs12_parse_content_enc_data() local
851 struct asn1_hdr hdr; in pkcs12_parse_content() local
887 struct asn1_hdr hdr; in pkcs12_parse() local
[all …]
/external/crosvm/third_party/vmm_vhost/src/
Dmaster.rs148 let hdr = node.send_request_header(MasterReq::GET_FEATURES, None)?; in get_features() localVariable
158 let hdr = node.send_request_with_body(MasterReq::SET_FEATURES, &val, None)?; in set_features() localVariable
168 let hdr = node.send_request_header(MasterReq::SET_OWNER, None)?; in set_owner() localVariable
174 let hdr = node.send_request_header(MasterReq::RESET_OWNER, None)?; in reset_owner() localVariable
204 let hdr = node.send_request_with_payload( in set_mem_table() localVariable
233 let hdr = node.send_request_header(MasterReq::SET_LOG_FD, Some(&fds))?; in set_log_fd() localVariable
245 let hdr = node.send_request_with_body(MasterReq::SET_VRING_NUM, &val, None)?; in set_vring_num() localVariable
259 let hdr = node.send_request_with_body(MasterReq::SET_VRING_ADDR, &val, None)?; in set_vring_addr() localVariable
271 let hdr = node.send_request_with_body(MasterReq::SET_VRING_BASE, &val, None)?; in set_vring_base() localVariable
282 let hdr = node.send_request_with_body(MasterReq::GET_VRING_BASE, &req, None)?; in get_vring_base() localVariable
[all …]
/external/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc35 uint8_t TemporalIdxField(const RTPVideoHeaderVP9& hdr, uint8_t def) { in TemporalIdxField()
39 uint8_t SpatialIdxField(const RTPVideoHeaderVP9& hdr, uint8_t def) { in SpatialIdxField()
43 int16_t Tl0PicIdxField(const RTPVideoHeaderVP9& hdr, uint8_t def) { in Tl0PicIdxField()
55 size_t PictureIdLength(const RTPVideoHeaderVP9& hdr) { in PictureIdLength()
61 bool PictureIdPresent(const RTPVideoHeaderVP9& hdr) { in PictureIdPresent()
75 size_t LayerInfoLength(const RTPVideoHeaderVP9& hdr) { in LayerInfoLength()
82 bool LayerInfoPresent(const RTPVideoHeaderVP9& hdr) { in LayerInfoPresent()
93 size_t RefIndicesLength(const RTPVideoHeaderVP9& hdr) { in RefIndicesLength()
122 size_t SsDataLength(const RTPVideoHeaderVP9& hdr) { in SsDataLength()
145 size_t PayloadDescriptorLengthMinusSsData(const RTPVideoHeaderVP9& hdr) { in PayloadDescriptorLengthMinusSsData()
[all …]
Drtp_sender_video_unittest.cc204 RTPVideoHeader hdr; in TEST_P() local
226 RTPVideoHeader hdr; in TEST_P() local
249 RTPVideoHeader hdr; in TEST_P() local
273 RTPVideoHeader hdr; in TEST_P() local
509 RTPVideoHeader hdr; in TEST_P() local
576 RTPVideoHeader hdr; in TEST_P() local
610 RTPVideoHeader hdr; in TEST_P() local
649 RTPVideoHeader hdr; in TEST_P() local
732 RTPVideoHeader hdr; in TEST_P() local
753 RTPVideoHeader hdr; in TEST_P() local
[all …]
/external/uwb/src/uwa/include/
Duwa_dm_int.h74 UWB_HDR hdr; member
81 UWB_HDR hdr; member
87 UWB_HDR hdr; member
95 UWB_HDR hdr; member
104 UWB_HDR hdr; member
111 UWB_HDR hdr; member
120 UWB_HDR hdr; member
126 UWB_HDR hdr; member
135 UWB_HDR hdr; member
141 UWB_HDR hdr; member
[all …]
/external/arm-trusted-firmware/plat/ti/k3/common/drivers/ti_sci/
Dti_sci_protocol.h87 struct ti_sci_msg_hdr hdr; member
104 struct ti_sci_msg_hdr hdr; member
136 struct ti_sci_msg_hdr hdr; member
155 struct ti_sci_msg_hdr hdr; member
173 struct ti_sci_msg_hdr hdr; member
197 struct ti_sci_msg_hdr hdr; member
240 struct ti_sci_msg_hdr hdr; member
261 struct ti_sci_msg_hdr hdr; member
278 struct ti_sci_msg_hdr hdr; member
299 struct ti_sci_msg_hdr hdr; member
[all …]
/external/mesa3d/src/util/
Du_debug_memory.c105 data_from_header(struct debug_memory_header *hdr) in data_from_header()
114 footer_from_header(struct debug_memory_header *hdr) in footer_from_header()
127 struct debug_memory_header *hdr; in debug_malloc() local
167 struct debug_memory_header *hdr; in debug_free() local
309 struct debug_memory_header *hdr; in debug_memory_end() local
360 struct debug_memory_header *hdr; in debug_memory_tag() local
381 struct debug_memory_header *hdr; in debug_memory_check_block() local
416 struct debug_memory_header *hdr; in debug_memory_check() local
/external/nos/host/generic/nugget/include/
Dcitadel_events.h134 struct hdr { struct
136 uint64_t reset_count;
137 uint64_t uptime_usecs;
138 uint32_t priority;
140 uint8_t version;
141 uint8_t flags;
142 uint16_t length;
143 } hdr; member
/external/kernel-headers/original/uapi/linux/
Dvirtio_gpu.h157 struct virtio_gpu_ctrl_hdr hdr; member
176 struct virtio_gpu_ctrl_hdr hdr; member
183 struct virtio_gpu_ctrl_hdr hdr; member
192 struct virtio_gpu_ctrl_hdr hdr; member
200 struct virtio_gpu_ctrl_hdr hdr; member
208 struct virtio_gpu_ctrl_hdr hdr; member
223 struct virtio_gpu_ctrl_hdr hdr; member
230 struct virtio_gpu_ctrl_hdr hdr; member
238 struct virtio_gpu_ctrl_hdr hdr; member
255 struct virtio_gpu_ctrl_hdr hdr; member
[all …]
Dvboxguest.h66 struct vbg_ioctl_hdr hdr; member
111 struct vbg_ioctl_hdr hdr; member
129 struct vbg_ioctl_hdr hdr; member
145 struct vbg_ioctl_hdr hdr; member
188 struct vbg_ioctl_hdr hdr; member
207 struct vbg_ioctl_hdr hdr; member
243 struct vbg_ioctl_hdr hdr; member
263 struct vbg_ioctl_hdr hdr; member
287 struct vbg_ioctl_hdr hdr; member
312 struct vbg_ioctl_hdr hdr; member
[all …]
Dvirtio_snd.h81 struct virtio_snd_hdr hdr; member
89 struct virtio_snd_hdr hdr; member
109 struct virtio_snd_hdr hdr; member
121 struct virtio_snd_info hdr; member
137 struct virtio_snd_jack_hdr hdr; member
149 struct virtio_snd_hdr hdr; member
214 struct virtio_snd_info hdr; member
234 struct virtio_snd_pcm_hdr hdr; member
274 struct virtio_snd_hdr hdr; member
325 struct virtio_snd_info hdr; member
/external/wpa_supplicant_8/src/eap_common/
Deap_common.c27 const struct eap_hdr *hdr; in eap_hdr_len_valid() local
69 const struct eap_hdr *hdr; in eap_hdr_validate() local
132 struct eap_hdr *hdr; in eap_msg_alloc() local
169 struct eap_hdr *hdr; in eap_update_len() local
/external/crosvm/devices/src/virtio/snd/
Dlayout.rs29 pub hdr: virtio_snd_hdr, field
38 pub hdr: virtio_snd_hdr, field
47 pub hdr: virtio_snd_hdr, field
66 pub hdr: virtio_snd_info, field
82 pub hdr: virtio_snd_hdr, field
91 pub hdr: virtio_snd_pcm_hdr, field
123 pub hdr: virtio_snd_info, field
136 pub hdr: virtio_snd_jack_hdr, /* .code = VIRTIO_SND_R_JACK_REMAP */ field
146 pub hdr: virtio_snd_info, field
/external/mesa3d/src/freedreno/afuc/
Dafuc.h122 uint32_t hdr : 6; member
128 uint32_t hdr : 6; member
137 uint32_t hdr : 6; member
144 uint32_t hdr : 6; member
150 uint32_t hdr : 6; member
154 uint32_t hdr : 6; member
159 uint32_t hdr : 6; member
163 uint32_t hdr : 6; member
/external/grpc-grpc/test/core/http/
Dformat_request_test.cc27 grpc_http_header hdr = {const_cast<char*>("x-yz"), const_cast<char*>("abc")}; in test_format_get_request() local
52 grpc_http_header hdr = {const_cast<char*>("x-yz"), const_cast<char*>("abc")}; in test_format_post_request() local
82 grpc_http_header hdr = {const_cast<char*>("x-yz"), const_cast<char*>("abc")}; in test_format_post_request_no_body() local
/external/ltp/lib/
Dtst_capability.c14 int tst_capget(struct tst_cap_user_header *hdr, in tst_capget()
20 int tst_capset(struct tst_cap_user_header *hdr, in tst_capset()
48 struct tst_cap_user_header hdr = { in tst_cap_action() local
/external/kernel-headers/original/uapi/scsi/
Dcxlflash_ioctl.h75 struct dk_cxlflash_hdr hdr; /* Common fields */ member
87 struct dk_cxlflash_hdr hdr; /* Common fields */ member
93 struct dk_cxlflash_hdr hdr; /* Common fields */ member
103 struct dk_cxlflash_hdr hdr; /* Common fields */ member
112 struct dk_cxlflash_hdr hdr; /* Common fields */ member
119 struct dk_cxlflash_hdr hdr; /* Common fields */ member
128 struct dk_cxlflash_hdr hdr; /* Common fields */ member
139 struct dk_cxlflash_hdr hdr; /* Common fields */ member
152 struct dk_cxlflash_hdr hdr; /* Common fields */ member
166 struct dk_cxlflash_hdr hdr; /* Common fields */ member
[all …]
/external/mesa3d/src/mesa/main/
Dprogram_binary.c79 struct program_binary_header *hdr = binary; in write_program_binary() local
102 simple_header_checks(const struct program_binary_header *hdr, unsigned length) in simple_header_checks()
114 check_crc32(const struct program_binary_header *hdr, unsigned length) in check_crc32()
132 const struct program_binary_header *hdr, in is_program_binary_valid()
164 const struct program_binary_header *hdr = binary; in get_program_binary_payload() local
/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs180 pub hdr: virtio_gpu_ctrl_hdr, field
207 pub hdr: virtio_gpu_ctrl_hdr, field
218 pub hdr: virtio_gpu_ctrl_hdr, field
231 pub hdr: virtio_gpu_ctrl_hdr, field
243 pub hdr: virtio_gpu_ctrl_hdr, field
255 pub hdr: virtio_gpu_ctrl_hdr, field
278 pub hdr: virtio_gpu_ctrl_hdr, field
289 pub hdr: virtio_gpu_ctrl_hdr, field
311 pub hdr: virtio_gpu_ctrl_hdr, field
336 pub hdr: virtio_gpu_ctrl_hdr, field
[all …]
/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_tpacket.c176 static inline int __v1_rx_kernel_ready(struct tpacket_hdr *hdr) in __v1_rx_kernel_ready()
181 static inline void __v1_rx_user_ready(struct tpacket_hdr *hdr) in __v1_rx_user_ready()
187 static inline int __v2_rx_kernel_ready(struct tpacket2_hdr *hdr) in __v2_rx_kernel_ready()
192 static inline void __v2_rx_user_ready(struct tpacket2_hdr *hdr) in __v2_rx_user_ready()
282 static inline int __v1_tx_kernel_ready(struct tpacket_hdr *hdr) in __v1_tx_kernel_ready()
287 static inline void __v1_tx_user_ready(struct tpacket_hdr *hdr) in __v1_tx_user_ready()
293 static inline int __v2_tx_kernel_ready(struct tpacket2_hdr *hdr) in __v2_tx_kernel_ready()
298 static inline void __v2_tx_user_ready(struct tpacket2_hdr *hdr) in __v2_tx_user_ready()
304 static inline int __v3_tx_kernel_ready(struct tpacket3_hdr *hdr) in __v3_tx_kernel_ready()
309 static inline void __v3_tx_user_ready(struct tpacket3_hdr *hdr) in __v3_tx_user_ready()
/external/crosvm/rutabaga_gfx/ffi/src/tests/
Dvirtgpu_cross_domain_protocol.h76 struct CrossDomainHeader hdr; member
82 struct CrossDomainHeader hdr; member
90 struct CrossDomainHeader hdr; member
95 struct CrossDomainHeader hdr; member
104 struct CrossDomainHeader hdr; member
/external/minigbm/external/
Dvirtgpu_cross_domain_protocol.h76 struct CrossDomainHeader hdr; member
82 struct CrossDomainHeader hdr; member
90 struct CrossDomainHeader hdr; member
95 struct CrossDomainHeader hdr; member
104 struct CrossDomainHeader hdr; member

12345678910>>...17