HomeSort by relevance Sort by last modified time
    Searched refs:hdr_len (Results 1 - 15 of 15) sorted by null

  /external/wpa_supplicant_8/src/crypto/
aes-eax.c 22 * @hdr_len: Length of the header data bytes
29 const u8 *hdr, size_t hdr_len,
42 if (hdr_len > buf_len)
43 buf_len = hdr_len;
58 os_memcpy(buf + 16, hdr, hdr_len);
59 if (omac1_aes_128(key, buf, 16 + hdr_len, hdr_mac))
86 * @hdr_len: Length of the header data bytes
93 const u8 *hdr, size_t hdr_len,
106 if (hdr_len > buf_len)
107 buf_len = hdr_len;
    [all...]
aes_wrap.h 31 const u8 *hdr, size_t hdr_len,
35 const u8 *hdr, size_t hdr_len,
  /external/tcpdump/
print-token.c 106 u_int route_len = 0, hdr_len = TOKEN_HDRLEN; local
113 return hdr_len;
150 hdr_len += route_len;
151 length -= hdr_len;
152 p += hdr_len;
153 caplen -= hdr_len;
181 return (hdr_len);
print-fr.c 228 u_int hdr_len; local
237 hdr_len = fr_hdrlen(p, addr_len);
238 TCHECK2(*p,hdr_len);
256 return hdr_len;
265 nlpid = p[hdr_len - 1];
269 p += hdr_len;
270 length -= hdr_len;
292 fr_hdr_print(length + hdr_len, hdr_len,
295 default_print(p - hdr_len, length + hdr_len)
391 u_int tlen,idx,hdr_len = 0; local
    [all...]
print-ppp.c 1401 u_int hdr_len = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
virtio_net.h 31 __u16 hdr_len; /* Ethernet + IP + tcp/udp hdrs */ member in struct:virtio_net_hdr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_net.h 31 __u16 hdr_len; /* Ethernet + IP + tcp/udp hdrs */ member in struct:virtio_net_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_net.h 31 __u16 hdr_len; /* Ethernet + IP + tcp/udp hdrs */ member in struct:virtio_net_hdr
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes_wrap.h 37 const u8 *hdr, size_t hdr_len,
41 const u8 *hdr, size_t hdr_len,
aes_wrap.c 339 * @hdr_len: Length of the header data bytes
346 const u8 *hdr, size_t hdr_len,
358 if (hdr_len > buf_len)
359 buf_len = hdr_len;
374 os_memcpy(buf + 16, hdr, hdr_len);
375 if (omac1_aes_128(key, buf, 16 + hdr_len, hdr_mac))
402 * @hdr_len: Length of the header data bytes
409 const u8 *hdr, size_t hdr_len,
421 if (hdr_len > buf_len)
422 buf_len = hdr_len;
    [all...]
  /external/iproute2/tc/
q_atm.c 59 int hdr_len = -1; local
131 hdr_len = ptr-hdr;
184 if (hdr_len != -1) addattr_l(n,1024,TCA_ATM_HDR,hdr,hdr_len);
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 284 size_t hdr_len; local
287 hdr_len = (const u8 *) &mgmt->u.action.u.vs_public_action.action - buf;
288 if (hdr_len > len)
293 len - hdr_len, freq);
336 size_t hdr_len; local
339 hdr_len = (const u8 *) &mgmt->u.action.u.vs_public_action.action - buf;
340 if (hdr_len > len)
345 len - hdr_len, freq);
  /external/openssl/crypto/asn1/
asn1_gen.c 148 long hdr_len; local
190 r = ASN1_get_object(&cpy_start, &hdr_len, &hdr_tag, &hdr_class, cpy_len);
203 hdr_len = 0;
211 len = ASN1_object_size(0, hdr_len, asn1_tags.imp_tag);
255 ASN1_put_object(&p, hdr_constructed, hdr_len,
  /external/sonivox/jet_tools/JetCreator/
midifile.py     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 1978 size_t hdr_len; local
    [all...]

Completed in 509 milliseconds