Home
last modified time | relevance | path

Searched refs:octets (Results 1 – 25 of 43) sorted by relevance

12

/external/v8/src/
Duri.js55 function URIEncodeOctets(octets, result, index) { argument
60 index = URIAddEncodedOctetToBuffer(octets[0], result, index);
61 if (octets[1]) index = URIAddEncodedOctetToBuffer(octets[1], result, index);
62 if (octets[2]) index = URIAddEncodedOctetToBuffer(octets[2], result, index);
63 if (octets[3]) index = URIAddEncodedOctetToBuffer(octets[3], result, index);
71 var octets = new $Array(3);
73 octets[0] = cc;
75 octets[0] = y + 192;
76 octets[1] = z + 128;
78 octets[0] = x + 224;
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERApplicationSpecific.java16 private final byte[] octets; field in DERApplicationSpecific
21 byte[] octets) in DERApplicationSpecific() argument
25 this.octets = octets; in DERApplicationSpecific()
30 byte[] octets) in DERApplicationSpecific() argument
32 this(false, tag, octets); in DERApplicationSpecific()
58 this.octets = data; in DERApplicationSpecific()
65 this.octets = tmp; in DERApplicationSpecific()
86 this.octets = bOut.toByteArray(); in DERApplicationSpecific()
142 return octets; in getContents()
191 …StreamUtil.calculateTagLength(tag) + StreamUtil.calculateBodyLength(octets.length) + octets.length; in encodedLength()
[all …]
DASN1Boolean.java89 byte[] octets) in getInstance() argument
91 return (octets[0] != 0) ? TRUE : FALSE; in getInstance()
/external/tcpdump/tests/
Dsflow_multiple_counter_30_pdus.out7 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, disca…
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 0
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DIPAddress.java47 int octets = 0; in isValidIPv4() local
56 if (octets == 4) in isValidIPv4()
73 octets++; in isValidIPv4()
76 return octets == 4; in isValidIPv4()
129 int octets = 0; in isValidIPv6() local
138 if (octets == 8) in isValidIPv6()
154 octets++; // add an extra one as address covers 2 words. in isValidIPv6()
181 octets++; in isValidIPv6()
184 return octets == 8 || doubleColonFound; in isValidIPv6()
/external/wpa_supplicant_8/hostapd/
Dhostapd.sim_db4 # Kc: hex, 8 octets
5 # SRES: hex, 4 octets
6 # RAND: hex, 16 octets
Dhostapd.eap_user9 # Password hash is stored as hash:<16-octets of hex data> without quotation
/external/iptables/extensions/
Dlibip6t_dst.man4 Total length of this header in octets.
7 numeric type of option and the length of the option data in octets.
Dlibip6t_hbh.man4 Total length of this header in octets.
7 numeric type of option and the length of the option data in octets.
Dlibip6t_ah.man7 Total length of this header in octets.
/external/guava/guava/src/com/google/common/net/
DPercentEscaper.java129 boolean[] octets = new boolean[maxChar + 1]; in createSafeOctets()
131 octets[c] = true; in createSafeOctets()
133 return octets; in createSafeOctets()
/external/vboot_reference/scripts/
Dgenpadding.sh69 * Length(T) = 35 octets for SHA-1
70 * Length(T) = 51 octets for SHA-256
71 * Length(T) = 83 octets for SHA-512
/external/srtp/doc/
Ddraft-irtf-cfrg-icm-00.txt98 BLOCK_LENGTH the number of octets in the cipher block
99 KEY_LENGTH the number of octets in the cipher key
100 OFFSET_LENGTH the number of octets in the offset
101 SEGMENT_INDEX_LENGTH the number of octets in the segment index
102 BLOCK_INDEX_LENGTH the number of octets in the block index
112 A counter is a value containing BLOCK_LENGTH octets which is
165 contains no more than (256^BLOCK_INDEX_LENGTH)*BLOCK_LENGTH octets.
205 Offset is an integer with OFFSET_LENGTH octets, which is used to
211 protocol, that key SHOULD be considered a sequence of octets in
239 is then shifted so that it occupies the most significant octets of
Dintro.txt233 19 octets received from SSRC 2078917053 word: A
234 19 octets received from SSRC 2078917053 word: a
235 20 octets received from SSRC 2078917053 word: aa
236 21 octets received from SSRC 2078917053 word: aal
339 into the buffer and returns the number of octets written to that
/external/libvorbis/doc/
D05-comment.tex50 2) [vendor_string] = read a UTF-8 vector as [vendor_length] octets
54 6) this iteration's user comment = read a UTF-8 vector as [length] octets
214 Vendor string length (32 bit unsigned quantity specifying number of octets)
217 …Vendor string ([vendor string length] octets coded from beginning of string to end of string, not …
223 …0 length (if [Number of comment fields] $>0$; 32 bit unsigned quantity specifying number of octets)
226 …Comment field 0 ([Comment field 0 length] octets coded from beginning of string to end of string, …
D02-bitpacking.tex13 native word size of eight bits (octets), sixteen bits, thirty-two bits
19 \subsubsection{octets, bytes and words}
/external/tcpdump/
Dprint-cnfp.c71 u_int32_t octets; member
188 EXTRACT_32BITS(&nr->octets), buf); in cnfp_print()
Dprint-sflow.c299 u_int8_t octets[8]; member
433 EXTRACT_64BITS(sflow_vlan_counter->octets), in print_sflow_counter_vlan()
/external/srtp/
DREADME135 19 octets received from SSRC 2078917053 word: A
136 19 octets received from SSRC 2078917053 word: a
137 20 octets received from SSRC 2078917053 word: aa
138 21 octets received from SSRC 2078917053 word: aal
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle107 * The value of @inlen after return is the number of octets consumed
109 * The value of @outlen after return is the number of octets consumed.
128 * The value of @inlen after return is the number of octets consumed
130 * The value of @outlen after return is the number of octets produced.
/external/srtp/googlepatches/
Dgoogle-5-buffer-overflow.patch23 /* force last two octets of the offset to zero (for srtp compatibility) */
/external/owasp/sanitizer/lib/commons-codec-1.4/
DRELEASE-NOTES.txt42 o [CODEC-22] Base64.isArrayByteBase64() throws an ArrayIndexOutOfBoundsException for negative octets
/external/ppp/pppd/plugins/radius/etc/
Ddictionary9 # string - 0-253 octets
10 # ipaddr - 4 octets in network byte order
/external/libpcap/
DREADME.sita61 - Transmit/Receive error status (2 octets)
/external/icu/icu4c/source/extra/uconv/resources/
Dfr.txt60 " -b, --block-size taille lit des blocks de taille octets (défaut : 4096)\n"

12