Searched defs:tlv (Results 1 - 25 of 43) sorted by relevance

12

/external/llvm/test/MC/AsmParser/
H A Ddirective_tdata.s4 # CHECK: _a$tlv$init:
8 _a$tlv$init:
/external/llvm/test/MC/MachO/
H A Dtdata.s3 _a$tlv$init:
67 // CHECK: Name: _a$tlv$init (1)
H A Dtls.s5 .globl _c$tlv$init
7 _c$tlv$init:
15 .quad _c$tlv$init
18 .globl _d$tlv$init
20 _d$tlv$init:
28 .quad _d$tlv$init
30 .tbss _a$tlv$init, 4, 2
36 .quad _a$tlv$init
38 .tbss _b$tlv$init, 4, 2
44 .quad _b$tlv
[all...]
H A Dtlv-reloc.s4 _a$tlv$init:
8 .tlv
13 .quad _a$tlv$init
109 // CHECK: 0x10 0 3 1 X86_64_RELOC_UNSIGNED 0 _a$tlv$init
115 // CHECK: Name: _a$tlv$init (1)
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
H A Ddirective_tdata.s4 # CHECK: _a$tlv$init:
8 _a$tlv$init:
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dtdata.s3 _a$tlv$init:
70 // CHECK: ('_string_data', '\x00_a$tlv$init\x00\x00\x00\x00')
78 // CHECK: ('_string', '_a$tlv$init')
H A Dtls.s5 .globl _c$tlv$init
7 _c$tlv$init:
15 .quad _c$tlv$init
18 .globl _d$tlv$init
20 _d$tlv$init:
28 .quad _d$tlv$init
30 .tbss _a$tlv$init, 4, 2
36 .quad _a$tlv$init
38 .tbss _b$tlv$init, 4, 2
44 .quad _b$tlv
[all...]
H A Dtlv-reloc.s4 _a$tlv$init:
8 .tlv
13 .quad _a$tlv$init
114 // CHECK: ('_string_data', '\x00_a\x00__tlv_bootstrap\x00_foo\x00_a$tlv$init\x00\x00\x00\x00')
122 // CHECK: ('_string', '_a$tlv$init')
/external/llvm/test/MC/ARM/
H A Dtls-directives.s27 _b$tlv$init:
35 .long _b$tlv$init
37 .tbss _c$tlv$init, 4, 2 @ @c
43 .long _c$tlv$init
/external/tcpdump/
H A Dprint-nflog.c73 const nflog_tlv_t *tlv; local
104 tlv = (const nflog_tlv_t *) p;
105 size = tlv->tlv_length;
123 if (tlv->tlv_type == NFULA_PAYLOAD) {
H A Dprint-slow.c349 /* did we capture enough for fully decoding the tlv header ? */
373 /* did we capture enough for fully decoding the tlv ? */
478 } tlv; local
510 tlv.slow_oam_info = (const struct slow_oam_info_t *)tptr;
512 if (tlv.slow_oam_info->info_length !=
520 tlv.slow_oam_info->oam_version,
521 EXTRACT_16BITS(&tlv.slow_oam_info->revision)));
525 tlv.slow_oam_info->state & OAM_INFO_TYPE_PARSER_MASK),
527 tlv.slow_oam_info->state & OAM_INFO_TYPE_MUX_MASK)));
530 tlv
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_fast_common.c148 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv, argument
155 if (tlv->eap_payload_tlv) {
158 tlv->iresult = EAP_TLV_RESULT_FAILURE;
161 tlv->eap_payload_tlv = pos;
162 tlv->eap_payload_tlv_len = len;
166 if (tlv->result) {
169 tlv->result = EAP_TLV_RESULT_FAILURE;
175 tlv->result = EAP_TLV_RESULT_FAILURE;
178 tlv->result = WPA_GET_BE16(pos);
179 if (tlv
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_fast_common.c148 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv, argument
155 if (tlv->eap_payload_tlv) {
158 tlv->iresult = EAP_TLV_RESULT_FAILURE;
161 tlv->eap_payload_tlv = pos;
162 tlv->eap_payload_tlv_len = len;
166 if (tlv->result) {
169 tlv->result = EAP_TLV_RESULT_FAILURE;
175 tlv->result = EAP_TLV_RESULT_FAILURE;
178 tlv->result = WPA_GET_BE16(pos);
179 if (tlv
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_fast_common.c148 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv, argument
155 if (tlv->eap_payload_tlv) {
158 tlv->iresult = EAP_TLV_RESULT_FAILURE;
161 tlv->eap_payload_tlv = pos;
162 tlv->eap_payload_tlv_len = len;
166 if (tlv->result) {
169 tlv->result = EAP_TLV_RESULT_FAILURE;
175 tlv->result = EAP_TLV_RESULT_FAILURE;
178 tlv->result = WPA_GET_BE16(pos);
179 if (tlv
[all...]
/external/iproute2/tc/
H A Dem_meta.c148 static inline void dump_value(struct nlmsghdr *n, int tlv, unsigned long val, argument
156 addattr_l(n, MAX_MSG, tlv, &t, sizeof(t));
162 addattr_l(n, MAX_MSG, tlv, a->data, a->len);
/external/tinyalsa/
H A Dtinymix.c280 unsigned int *tlv, tlv_size; local
295 tlv = (unsigned int *)buf;
296 tlv[0] = 0;
297 tlv[1] = num_values;
H A Dmixer.c379 struct snd_ctl_tlv *tlv; local
382 if (count > SIZE_MAX - sizeof(*tlv))
384 tlv = calloc(1, sizeof(*tlv) + count);
385 if (!tlv)
387 tlv->numid = ctl->info->id.numid;
388 tlv->length = count;
389 ret = ioctl(ctl->mixer->fd, SNDRV_CTL_IOCTL_TLV_READ, tlv);
391 source = tlv->tlv;
492 struct snd_ctl_tlv *tlv; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dtipc_config.h252 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
254 static inline int TLV_OK(const void *tlv, __u16 space) argument
257 * Would also like to check that "tlv" is a multiple of 4,
259 * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler
261 * - Tried casting "tlv" to integer type, but causes warning about size
266 (ntohs(((struct tlv_desc *)tlv)->tlv_len) <= space);
269 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) argument
271 return TLV_OK(tlv, space) &&
272 (ntohs(((struct tlv_desc *)tlv)
275 TLV_GET_LEN(struct tlv_desc *tlv) argument
280 TLV_SET_LEN(struct tlv_desc *tlv, __u16 len) argument
285 TLV_CHECK_TYPE(struct tlv_desc *tlv, __u16 type) argument
290 TLV_SET_TYPE(struct tlv_desc *tlv, __u16 type) argument
295 TLV_SET(void *tlv, __u16 type, void *data, __u16 len) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_module_tests.c925 u8 tlv[] = { local
994 os_memset(tlv + sizeof(tlv) - 20, 0, 20);
995 if (hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20) < 0 ||
996 os_memcmp(tlv + sizeof(tlv) - 20, compound_mac,
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast.c1087 struct eap_fast_tlv_parse *tlv,
1094 os_memset(tlv, 0, sizeof(*tlv));
1114 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1185 struct eap_fast_tlv_parse tlv; local
1188 if (eap_fast_parse_decrypted(decrypted, &tlv, &resp) < 0)
1194 if (tlv.result == EAP_TLV_RESULT_FAILURE) {
1200 if (tlv.iresult == EAP_TLV_RESULT_FAILURE) {
1206 if (tlv.crypto_binding) {
1208 tlv
1086 eap_fast_parse_decrypted(struct wpabuf *decrypted, struct eap_fast_tlv_parse *tlv, struct wpabuf **resp) argument
1402 u8 *tlv; local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_fast.c1133 struct eap_fast_tlv_parse *tlv)
1139 os_memset(tlv, 0, sizeof(*tlv));
1158 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1239 struct eap_tlv_pac_type_tlv *tlv; local
1241 if (pac == NULL || len != sizeof(*tlv))
1244 tlv = (struct eap_tlv_pac_type_tlv *) pac;
1246 return be_to_host16(tlv->tlv_type) == PAC_TYPE_PAC_TYPE &&
1247 be_to_host16(tlv->length) == 2 &&
1248 be_to_host16(tlv
1132 eap_fast_parse_tlvs(struct wpabuf *data, struct eap_fast_tlv_parse *tlv) argument
1256 struct eap_fast_tlv_parse tlv; local
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_module_tests.c925 u8 tlv[] = { local
994 os_memset(tlv + sizeof(tlv) - 20, 0, 20);
995 if (hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20) < 0 ||
996 os_memcmp(tlv + sizeof(tlv) - 20, compound_mac,
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast.c1087 struct eap_fast_tlv_parse *tlv,
1094 os_memset(tlv, 0, sizeof(*tlv));
1114 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1185 struct eap_fast_tlv_parse tlv; local
1188 if (eap_fast_parse_decrypted(decrypted, &tlv, &resp) < 0)
1194 if (tlv.result == EAP_TLV_RESULT_FAILURE) {
1200 if (tlv.iresult == EAP_TLV_RESULT_FAILURE) {
1206 if (tlv.crypto_binding) {
1208 tlv
1086 eap_fast_parse_decrypted(struct wpabuf *decrypted, struct eap_fast_tlv_parse *tlv, struct wpabuf **resp) argument
1402 u8 *tlv; local
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_fast.c1133 struct eap_fast_tlv_parse *tlv)
1139 os_memset(tlv, 0, sizeof(*tlv));
1158 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1239 struct eap_tlv_pac_type_tlv *tlv; local
1241 if (pac == NULL || len != sizeof(*tlv))
1244 tlv = (struct eap_tlv_pac_type_tlv *) pac;
1246 return be_to_host16(tlv->tlv_type) == PAC_TYPE_PAC_TYPE &&
1247 be_to_host16(tlv->length) == 2 &&
1248 be_to_host16(tlv
1132 eap_fast_parse_tlvs(struct wpabuf *data, struct eap_fast_tlv_parse *tlv) argument
1256 struct eap_fast_tlv_parse tlv; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_module_tests.c925 u8 tlv[] = { local
994 os_memset(tlv + sizeof(tlv) - 20, 0, 20);
995 if (hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20) < 0 ||
996 os_memcmp(tlv + sizeof(tlv) - 20, compound_mac,

Completed in 402 milliseconds

12