HomeSort by relevance Sort by last modified time
    Searched refs:tlv (Results 26 - 43 of 43) sorted by null

12

  /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))
  /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...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_peap.c 188 * eap_tlv_build_nak - Build EAP-TLV NAK message
190 * @nak_type: TLV type (EAP_TLV_*)
191 * Returns: Buffer to the allocated EAP-TLV NAK message or %NULL on failure
193 * This function builds an EAP-TLV NAK message. The caller is responsible for
308 /* Compound_MAC: HMAC-SHA1-160(cryptobinding TLV | EAP type) */
340 * eap_tlv_build_result - Build EAP-TLV Result message
343 * Returns: Buffer to the allocated EAP-TLV Result message or %NULL on failure
345 * This function builds an EAP-TLV Result message. The caller is responsible
361 len += 60; /* Cryptobinding TLV */
395 wpa_printf(MSG_DEBUG, "EAP-PEAP: Invalid cryptobinding TLV "
583 struct eap_tlv_hdr *tlv; local
838 struct eap_tlv_hdr *tlv; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
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_peap.c 105 struct eap_tlv_hdr *tlv; local
110 /* Encapsulate EAP packet in EAP-Payload TLV */
111 wpa_printf(MSG_DEBUG, "EAP-PEAPv2: Add EAP-Payload TLV");
112 e = wpabuf_alloc(sizeof(*tlv) + wpabuf_len(buf));
115 "for TLV encapsulation");
119 tlv = wpabuf_put(e, sizeof(*tlv));
120 tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
122 tlv->length = host_to_be16(wpabuf_len(buf));
376 mlen = 6; /* Result TLV */
1083 struct eap_tlv_hdr *tlv; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control.h 125 /** Element's TLV value has been changed \hideinitializer */
169 /** TLV type - Container */
171 /** TLV type - basic dB scale */
173 /** TLV type - linear volume */
175 /** TLV type - dB range container */
240 unsigned int *tlv, unsigned int tlv_size);
242 const unsigned int *tlv);
244 const unsigned int *tlv);
515 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size);
516 int snd_hctl_elem_tlv_write(snd_hctl_elem_t *elem, const unsigned int *tlv);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control.h 125 /** Element's TLV value has been changed \hideinitializer */
169 /** TLV type - Container */
171 /** TLV type - basic dB scale */
173 /** TLV type - linear volume */
175 /** TLV type - dB range container */
240 unsigned int *tlv, unsigned int tlv_size);
242 const unsigned int *tlv);
244 const unsigned int *tlv);
515 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size);
516 int snd_hctl_elem_tlv_write(snd_hctl_elem_t *elem, const unsigned int *tlv);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control.h 125 /** Element's TLV value has been changed \hideinitializer */
169 /** TLV type - Container */
171 /** TLV type - basic dB scale */
173 /** TLV type - linear volume */
175 /** TLV type - dB range container */
240 unsigned int *tlv, unsigned int tlv_size);
242 const unsigned int *tlv);
244 const unsigned int *tlv);
515 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size);
516 int snd_hctl_elem_tlv_write(snd_hctl_elem_t *elem, const unsigned int *tlv);
    [all...]
  /external/iproute2/tc/
em_meta.c 148 static inline void dump_value(struct nlmsghdr *n, int tlv, unsigned long val,
156 addattr_l(n, MAX_MSG, tlv, &t, sizeof(t));
162 addattr_l(n, MAX_MSG, tlv, a->data, a->len);
440 fprintf(stderr, "Missing value TLV\n");
447 fprintf(stderr, "meta int type value TLV " \
496 fprintf(stderr, "meta int type mask TLV size mismatch\n");
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 2170 struct wpabuf *tlv = NULL; local
2257 struct wpabuf *tlv = NULL; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
emu10k1.h 283 unsigned int *tlv; member in struct:__anon22805
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
emu10k1.h 283 unsigned int *tlv; member in struct:__anon24395
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
emu10k1.h 283 unsigned int *tlv; member in struct:__anon25907
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 831 unsigned int tlv[0]; \/* first TLV *\/ member in struct:snd_ctl_tlv
    [all...]
emu10k1.h 1925 const unsigned int *tlv; member in struct:snd_emu10k1_fx8010_control_gpr
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 1391 milliseconds

12