HomeSort by relevance Sort by last modified time
    Searched defs:tlv (Results 1 - 21 of 21) sorted by null

  /external/llvm/test/MC/AsmParser/
directive_tdata.s 4 # CHECK: _a$tlv$init:
8 _a$tlv$init:
  /external/llvm/test/MC/MachO/
tdata.s 3 _a$tlv$init:
70 // CHECK: ('_string_data', '\x00_a$tlv$init\x00\x00\x00\x00')
78 // CHECK: ('_string', '_a$tlv$init')
tls.s 5 .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$ini
    [all...]
tlv-reloc.s 4 _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/wpa_supplicant/tests/
test_sha1.c 99 u8 tlv[] = { local
156 memset(tlv + sizeof(tlv) - 20, 0, 20);
157 hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20);
158 if (memcmp(tlv + sizeof(tlv) - 20, compound_mac, sizeof(compound_mac))
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_sha1.c 110 u8 tlv[] = { local
175 memset(tlv + sizeof(tlv) - 20, 0, 20);
176 hmac_sha1(cmk, 20, tlv, sizeof(tlv), tlv + sizeof(tlv) - 20);
177 if (memcmp(tlv + sizeof(tlv) - 20, compound_mac, sizeof(compound_mac))
  /frameworks/base/telephony/java/com/android/internal/telephony/ims/
IsimUiccRecords.java 112 SimTlv tlv = new SimTlv(record, 0, record.length); local
114 if (tlv.getTag() == TAG_ISIM_VALUE) {
115 return new String(tlv.getData(), Charset.forName("UTF-8"));
117 } while (tlv.nextObject());
119 Log.e(LOG_TAG, "[ISIM] can't find TLV tag in ISIM record, returning null");
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_peap.c 194 * eap_tlv_build_nak - Build EAP-TLV NAK message
196 * @nak_type: TLV type (EAP_TLV_*)
197 * Returns: Buffer to the allocated EAP-TLV NAK message or %NULL on failure
199 * This funtion builds an EAP-TLV NAK message. The caller is responsible for
312 /* Compound_MAC: HMAC-SHA1-160(cryptobinding TLV | EAP type) */
344 * eap_tlv_build_result - Build EAP-TLV Result message
347 * Returns: Buffer to the allocated EAP-TLV Result message or %NULL on failure
349 * This funtion builds an EAP-TLV Result message. The caller is responsible for
365 len += 60; /* Cryptobinding TLV */
399 wpa_printf(MSG_DEBUG, "EAP-PEAP: Invalid cryptobinding TLV "
587 struct eap_tlv_hdr *tlv; local
842 struct eap_tlv_hdr *tlv; local
    [all...]
eap_fast.c 507 wpa_printf(MSG_DEBUG, "EAP-FAST: Add %sResult TLV(status=%d)",
530 wpa_printf(MSG_DEBUG, "EAP-FAST: Add PAC TLV (ack)");
553 "Payload TLV (len=%lu)",
561 "EAP Payload TLV");
584 wpa_printf(MSG_DEBUG, "EAP-FAST: Crypto-Binding TLV: Version %d "
596 "Crypto-Binding TLV: Version %d "
623 wpa_printf(MSG_DEBUG, "EAP-FAST: Reply Crypto-Binding TLV: Version %d "
758 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Crypto-Binding TLV for Compound "
851 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV overrun "
865 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV does not include
1148 struct eap_fast_tlv_parse tlv; local
1365 u8 *tlv; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 194 * eap_tlv_build_nak - Build EAP-TLV NAK message
196 * @nak_type: TLV type (EAP_TLV_*)
197 * Returns: Buffer to the allocated EAP-TLV NAK message or %NULL on failure
199 * This funtion builds an EAP-TLV NAK message. The caller is responsible for
312 /* Compound_MAC: HMAC-SHA1-160(cryptobinding TLV | EAP type) */
344 * eap_tlv_build_result - Build EAP-TLV Result message
347 * Returns: Buffer to the allocated EAP-TLV Result message or %NULL on failure
349 * This funtion builds an EAP-TLV Result message. The caller is responsible for
365 len += 60; /* Cryptobinding TLV */
399 wpa_printf(MSG_DEBUG, "EAP-PEAP: Invalid cryptobinding TLV "
587 struct eap_tlv_hdr *tlv; local
842 struct eap_tlv_hdr *tlv; local
    [all...]
eap_fast.c 507 wpa_printf(MSG_DEBUG, "EAP-FAST: Add %sResult TLV(status=%d)",
530 wpa_printf(MSG_DEBUG, "EAP-FAST: Add PAC TLV (ack)");
553 "Payload TLV (len=%lu)",
561 "EAP Payload TLV");
584 wpa_printf(MSG_DEBUG, "EAP-FAST: Crypto-Binding TLV: Version %d "
596 "Crypto-Binding TLV: Version %d "
623 wpa_printf(MSG_DEBUG, "EAP-FAST: Reply Crypto-Binding TLV: Version %d "
758 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Crypto-Binding TLV for Compound "
851 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV overrun "
865 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV does not include
1148 struct eap_fast_tlv_parse tlv; local
1365 u8 *tlv; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 30 /* Private PAC-Opaque TLV types */
119 /* TODO: send Result TLV(FAILURE) */
615 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Intermediate-Result TLV "
626 /* Result TLV */
627 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV "
636 /* Crypto-Binding TLV */
662 * Compound-MAC = HMAC-SHA1( CMK, Crypto-Binding TLV )
669 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Crypto-Binding TLV: Version %d "
760 /* Result TLV */
761 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV (status=SUCCESS)")
1229 struct eap_tlv_pac_type_tlv *tlv; local
1246 struct eap_fast_tlv_parse tlv; local
    [all...]
eap_peap.c 110 struct eap_tlv_hdr *tlv; local
115 /* Encapsulate EAP packet in EAP-Payload TLV */
116 wpa_printf(MSG_DEBUG, "EAP-PEAPv2: Add EAP-Payload TLV");
117 e = wpabuf_alloc(sizeof(*tlv) + wpabuf_len(buf));
120 "for TLV encapsulation");
124 tlv = wpabuf_put(e, sizeof(*tlv));
125 tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
127 tlv->length = host_to_be16(wpabuf_len(buf));
375 len = 6; /* Result TLV */
1110 struct eap_tlv_hdr *tlv; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 31 /* Private PAC-Opaque TLV types */
120 /* TODO: send Result TLV(FAILURE) */
616 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Intermediate-Result TLV "
627 /* Result TLV */
628 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV "
637 /* Crypto-Binding TLV */
663 * Compound-MAC = HMAC-SHA1( CMK, Crypto-Binding TLV )
670 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Crypto-Binding TLV: Version %d "
761 /* Result TLV */
762 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV (status=SUCCESS)")
1234 struct eap_tlv_pac_type_tlv *tlv; local
1251 struct eap_fast_tlv_parse tlv; local
    [all...]
eap_server_peap.c 111 struct eap_tlv_hdr *tlv; local
116 /* Encapsulate EAP packet in EAP-Payload TLV */
117 wpa_printf(MSG_DEBUG, "EAP-PEAPv2: Add EAP-Payload TLV");
118 e = wpabuf_alloc(sizeof(*tlv) + wpabuf_len(buf));
121 "for TLV encapsulation");
125 tlv = wpabuf_put(e, sizeof(*tlv));
126 tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
128 tlv->length = host_to_be16(wpabuf_len(buf));
378 mlen = 6; /* Result TLV */
1087 struct eap_tlv_hdr *tlv; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 1943 struct wpabuf *tlv = NULL; local
2030 struct wpabuf *tlv = NULL; local
    [all...]
  /external/wpa_supplicant/
eap_fast.c 1206 struct eap_tlv_hdr *tlv; local
1208 /* Encapsulate EAP packet in EAP Payload TLV */
1209 tlv = os_malloc(sizeof(*tlv) + *len);
1210 if (tlv == NULL) {
1212 "allocate memory for TLV "
1217 tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
1219 tlv->length = host_to_be16(*len);
1220 os_memcpy(tlv + 1, buf, *len);
1222 *len += sizeof(*tlv);
1869 u8 *tlv; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMRecords.java 907 SimTlv tlv = new SimTlv(data, 0, data.length); local
909 for ( ; tlv.isValidObject() ; tlv.nextObject()) {
910 if (tlv.getTag() == TAG_FULL_NETWORK_NAME) {
913 tlv.getData(), 0, tlv.getData().length);
1543 SimTlv tlv = new SimTlv(data, 0, data.length); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
emu10k1.h 283 unsigned int *tlv; member in struct:__anon20672
  /bionic/libc/kernel/common/sound/
asound.h 835 unsigned int tlv[0]; member in struct:snd_ctl_tlv
    [all...]
  /external/kernel-headers/original/sound/
asound.h 838 unsigned int tlv[0]; \/* first TLV *\/ member in struct:snd_ctl_tlv
    [all...]

Completed in 300 milliseconds