HomeSort by relevance Sort by last modified time
    Searched full:octets (Results 1 - 25 of 766) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/wps/
wps_attr_parse.h 19 const u8 *enrollee_nonce; /* WPS_NONCE_LEN (16) octets */
20 const u8 *registrar_nonce; /* WPS_NONCE_LEN (16) octets */
21 const u8 *uuid_r; /* WPS_UUID_LEN (16) octets */
22 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */
23 const u8 *auth_type_flags; /* 2 octets */
24 const u8 *encr_type_flags; /* 2 octets */
26 const u8 *config_methods; /* 2 octets */
27 const u8 *sel_reg_config_methods; /* 2 octets */
28 const u8 *primary_dev_type; /* 8 octets */
30 const u8 *assoc_state; /* 2 octets */
    [all...]
  /external/tcpdump/tests/
loopback.out 1 Loopback, skipCount 0, Forward Data, forwarding address aa:00:04:00:1d:04, data (44 octets)
2 Loopback, skipCount 8, Reply, receipt number 1, data (40 octets)
3 Loopback, skipCount 0, Forward Data, forwarding address aa:00:04:00:6a:04, data (60 octets)
4 Loopback, skipCount 8, Forward Data, forwarding address aa:00:04:00:69:04, data (52 octets)
5 Loopback, skipCount 16, Forward Data, forwarding address aa:00:04:00:1d:04, data (44 octets)
6 Loopback, skipCount 24, Reply, receipt number 2, data (40 octets)
sflow_multiple_counter_30_pdus.out 7 In octets 820721, unicast pkts 9601, multicast pkts 0, broadcast pkts 1302, discards 0
9 Out octets 178785248, unicast pkts 9736, multicast pkts 132958, broadcast pkts 2213534, discards 0
19 In octets 156084746, unicast pkts 473593, multicast pkts 0, broadcast pkts 1862745, discards 0
21 Out octets 59635889, unicast pkts 8834, multicast pkts 132958, broadcast pkts 352092, discards 0
31 In octets 3051593057, unicast pkts 52919488, multicast pkts 1491, broadcast pkts 956, discards 0
33 Out octets 1525716840, unicast pkts 30013667, multicast pkts 131467, broadcast pkts 2213880, discards 0
43 In octets 0, unicast pkts 0, multicast pkts 0, broadcast pkts 0, discards 0
45 Out octets 178404732, unicast pkts 3035, multicast pkts 132958, broadcast pkts 2214836, discards 0
55 In octets 0, unicast pkts 0, multicast pkts 0, broadcast pkts 0, discards 0
57 Out octets 178368955, unicast pkts 3031, multicast pkts 132840, broadcast pkts 2214791, discards
    [all...]
  /external/wpa_supplicant_8/hostapd/
hostapd.sim_db 4 # Kc: hex, 8 octets
5 # SRES: hex, 4 octets
6 # RAND: hex, 16 octets
  /external/iptables/extensions/
libip6t_dst.man 4 Total length of this header in octets.
7 numeric type of option and the length of the option data in octets.
libip6t_hbh.man 4 Total length of this header in octets.
7 numeric type of option and the length of the option data in octets.
libip6t_ah.man 7 Total length of this header in octets.
  /frameworks/base/wifi/java/android/net/wifi/
WifiSsid.java 32 * Stores SSID octets and handles conversion.
44 public final ByteArrayOutputStream octets = new ByteArrayOutputStream(32); field in class:WifiSsid
73 a.octets.write(val);
90 octets.write('\\');
94 octets.write('"');
98 octets.write('\n');
102 octets.write('\r');
106 octets.write('\t');
110 octets.write(27); //escape char
123 octets.write(val)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ECPoint.java 68 byte[] octets = encoding.getOctets();
69 return octets != null && octets.length > 0 && (octets[0] == 2 || octets[0] == 3);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1String.java 14 byte[] octets = new byte[length];
15 data.get(octets);
18 mString = new String(octets, charset);
  /external/kernel-headers/original/uapi/linux/
if_fddi.h 33 #define FDDI_K_ALEN 6 /* Octets in one FDDI address */
34 #define FDDI_K_8022_HLEN 16 /* Total octets in 802.2 header */
35 #define FDDI_K_SNAP_HLEN 21 /* Total octets in 802.2 SNAP header */
36 #define FDDI_K_8022_ZLEN 16 /* Min octets in 802.2 frame sans
38 #define FDDI_K_SNAP_ZLEN 21 /* Min octets in 802.2 SNAP frame sans
40 #define FDDI_K_8022_DLEN 4475 /* Max octets in 802.2 payload */
41 #define FDDI_K_SNAP_DLEN 4470 /* Max octets in 802.2 SNAP payload */
42 #define FDDI_K_LLC_ZLEN 13 /* Min octets in LLC frame sans FCS */
43 #define FDDI_K_LLC_LEN 4491 /* Max octets in LLC frame sans FCS */
44 #define FDDI_K_OUI_LEN 3 /* Octets in OUI in 802.2 SNA
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
IPAddress.java 50 int octets = 0; local
59 if (octets == 4)
76 octets++;
79 return octets == 4;
132 int octets = 0; local
141 if (octets == 8)
157 octets++; // add an extra one as address covers 2 words.
184 octets++;
187 return octets == 8 || doubleColonFound;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_fddi.h 33 #define FDDI_K_ALEN 6 /* Octets in one FDDI address */
34 #define FDDI_K_8022_HLEN 16 /* Total octets in 802.2 header */
35 #define FDDI_K_SNAP_HLEN 21 /* Total octets in 802.2 SNAP header */
36 #define FDDI_K_8022_ZLEN 16 /* Min octets in 802.2 frame sans FCS */
37 #define FDDI_K_SNAP_ZLEN 21 /* Min octets in 802.2 SNAP frame sans FCS */
38 #define FDDI_K_8022_DLEN 4475 /* Max octets in 802.2 payload */
39 #define FDDI_K_SNAP_DLEN 4470 /* Max octets in 802.2 SNAP payload */
40 #define FDDI_K_LLC_ZLEN 13 /* Min octets in LLC frame sans FCS */
41 #define FDDI_K_LLC_LEN 4491 /* Max octets in LLC frame sans FCS */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_fddi.h 33 #define FDDI_K_ALEN 6 /* Octets in one FDDI address */
34 #define FDDI_K_8022_HLEN 16 /* Total octets in 802.2 header */
35 #define FDDI_K_SNAP_HLEN 21 /* Total octets in 802.2 SNAP header */
36 #define FDDI_K_8022_ZLEN 16 /* Min octets in 802.2 frame sans FCS */
37 #define FDDI_K_SNAP_ZLEN 21 /* Min octets in 802.2 SNAP frame sans FCS */
38 #define FDDI_K_8022_DLEN 4475 /* Max octets in 802.2 payload */
39 #define FDDI_K_SNAP_DLEN 4470 /* Max octets in 802.2 SNAP payload */
40 #define FDDI_K_LLC_ZLEN 13 /* Min octets in LLC frame sans FCS */
41 #define FDDI_K_LLC_LEN 4491 /* Max octets in LLC frame sans FCS */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1OctetString.java 32 * one or more contents octets equal in value to the octets
35 * aligned with the most significant bit of an octet of the contents octets.
38 * <b>8.7.3</b> The contents octets for the constructed encoding shall consist
41 * NOTE &mdash; Each such encoding includes identifier, length, and contents octets,
42 * and may include end-of-contents octets if it is constructed.
48 * consecutive octets of the value. There shall be no significance
51 * NOTE &mdash; A segment may be of size zero, i.e. contain no octets.
55 * <b>8.7.3.2</b> Each encoding in the contents octets shall represent
60 * octets in the order in which their octets appear in the overall value
    [all...]
DERApplicationSpecific.java 15 byte[] octets)
17 super(isConstructed, tag, octets);
25 * @param octets the encoding of the object's body.
29 byte[] octets)
31 this(false, tag, octets);
122 out.writeEncoded(classBits, tag, octets);
  /external/srtp/crypto/include/
prng.h 26 uint32_t octet_count; /* number of octets output since last init */
42 uint32_t octet_count; /* number of octets output since last init */
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
OMAConstants.java 42 byte[] octets = s.getBytes(StandardCharsets.UTF_8);
43 byte[] prefix = String.format("%x:", octets.length).getBytes(StandardCharsets.UTF_8);
45 out.write(octets);
64 byte[] octets = new byte[length];
66 while (offset < octets.length) {
67 int amount = in.read(octets, offset, octets.length - offset);
72 return new String(octets, StandardCharsets.UTF_8);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/
debug.py 2 from pyasn1.compat.octets import octs2ints
47 def hexdump(octets):
50 for n,x in zip(range(len(octets)), octs2ints(octets)) ]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
RawByteElement.java 6 * An object holding the raw octets of an ANQP element as provided by the wpa_supplicant.
  /external/v8/src/js/
uri.js 63 function URIEncodeOctets(octets, result, index) {
68 index = URIAddEncodedOctetToBuffer(octets[0], result, index);
69 if (octets[1]) index = URIAddEncodedOctetToBuffer(octets[1], result, index);
70 if (octets[2]) index = URIAddEncodedOctetToBuffer(octets[2], result, index);
71 if (octets[3]) index = URIAddEncodedOctetToBuffer(octets[3], result, index);
79 var octets = new GlobalArray(3);
81 octets[0] = cc
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/rdtypes/ANY/
NSEC.py 68 octets = 0
78 windows.append((window, ''.join(bitmap[0:octets])))
84 octets = byte + 1
86 windows.append((window, ''.join(bitmap[0:octets])))
107 octets = ord(wire[current + 1])
108 if octets == 0 or octets > 32:
109 raise dns.exception.FormError("bad NSEC octets")
112 if rdlen < octets:
114 bitmap = wire[current : current + octets]
    [all...]
NSEC3.py 107 octets = 0
117 windows.append((window, ''.join(bitmap[0:octets])))
123 octets = byte + 1
125 windows.append((window, ''.join(bitmap[0:octets])))
162 octets = ord(wire[current + 1])
163 if octets == 0 or octets > 32:
164 raise dns.exception.FormError("bad NSEC3 octets")
167 if rdlen < octets:
169 bitmap = wire[current : current + octets]
    [all...]
  /external/ppp/pppd/
pppcrypt.c 149 u_char *clear; /* IN 8 octets */
150 u_char *cipher; /* OUT 8 octets */
165 u_char *cipher; /* IN 8 octets */
166 u_char *clear; /* OUT 8 octets */
194 u_char *clear; /* IN 8 octets */
195 u_char *cipher; /* OUT 8 octets */
204 u_char *cipher; /* IN 8 octets */
205 u_char *clear; /* OUT 8 octets */
231 u_char *clear; /* IN 8 octets */
232 u_char *cipher; /* OUT 8 octets */
    [all...]
  /external/srtp/
timing 15 # timing.plt # # gnuplot script file for plotting the output generated by srtp_driver -t # # David A. McGrew # Cisco Systems, Inc. # set xrange [0:2500] set term pict "Times-Roman" 9 # # plot authentication-only data # set title "Authentication Only" set ylabel "Megabits per second" set xlabel "Octets in packet" set yrange [0:2000] set output "plot-auth.pict" plot "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with lines, "timing.dat" index 2 title "TMMH/SEAL" with lines # # plot encryption-only data # set title "Encryption Only" set ylabel "Megabits per second" set xlabel "Octets in packet" set output "plot-enc.pict" set yrange [0:1200] plot "timing.dat" index 3 title "SEAL" with lines, "timing.dat" index 4 title "AES ICM" with lines # # plot encryption and authentication data # set title "Encryption and Authentication" set ylabel "Megabits per second" set xlabel "Octets in packet" set yrange [0:1000] set output "plot-enc-auth.pict" plot "timing.dat" index 5 title "TM (…)

Completed in 1253 milliseconds

1 2 3 4 5 6 7 8 91011>>