Searched refs:octets (Results 1 - 18 of 18) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERApplicationSpecific.java16 private final byte[] octets; field in class:DERApplicationSpecific
21 byte[] octets)
25 this.octets = octets;
30 byte[] octets)
32 this(false, tag, octets);
58 this.octets = data;
65 this.octets = tmp;
86 this.octets = bOut.toByteArray();
151 return octets;
18 DERApplicationSpecific( boolean isConstructed, int tag, byte[] octets) argument
28 DERApplicationSpecific( int tag, byte[] octets) argument
[all...]
H A DDERBoolean.java65 byte[] octets)
67 return (octets[0] != 0) ? TRUE : FALSE;
64 getInstance( byte[] octets) argument
/external/chromium_org/v8/src/
H A Duri.js55 function URIEncodeOctets(octets, result, index) {
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[
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DIPAddress.java47 int octets = 0;
56 if (octets == 4)
73 octets++;
76 return octets == 4;
129 int octets = 0;
138 if (octets == 8)
154 octets++; // add an extra one as address covers 2 words.
181 octets++;
184 return octets == 8 || doubleColonFound;
/external/chromium_org/components/proximity_auth/
H A Dbluetooth_util_chromeos.cc77 std::vector<std::string> octets;
78 base::SplitString(canonical_address, ':', &octets);
79 DCHECK_EQ(octets.size(), 6U);
81 // BlueZ expects the octets in the reverse order.
82 std::reverse(octets.begin(), octets.end());
83 for (size_t i = 0; i < octets.size(); ++i) {
85 bool success = base::HexStringToUInt(octets[i], &octet);
/external/chromium_org/net/tools/testserver/
H A Dasn1.py131 octets = []
134 if len(octets) > 0:
136 octets.append(v)
138 octets.reverse()
139 der = der + octets
/external/chromium_org/net/quic/
H A Dquic_utils.cc28 const uint8* octets = reinterpret_cast<const uint8*>(data); local
33 hash = hash ^ octets[i];
50 const uint8* octets = reinterpret_cast<const uint8*>(data); local
55 hash = hash ^ uint128(0, octets[i]);
/external/tcpdump/
H A Dprint-cnfp.c71 u_int32_t octets; member in struct:nfrec
185 printf("tos %u, %u (%u octets) %s",
188 EXTRACT_32BITS(&nr->octets), buf);
H A Dprint-sflow.c299 u_int8_t octets[8]; member in struct:sflow_vlan_counter_t
327 printf("\n\t In octets %" PRIu64
337 printf("\n\t Out octets %" PRIu64
395 printf("\n\t in high prio frames %u, in high prio octets %" PRIu64,
398 printf("\n\t in norm prio frames %u, in norm prio octets %" PRIu64,
406 printf("\n\t out high prio frames %u, out high prio octets %" PRIu64
411 printf("\n\t in hc high prio octets %" PRIu64
412 ", in hc norm prio octets %" PRIu64
413 ", out hc high prio octets %" PRIu64,
430 printf("\n\t vlan_id %u, octets
[all...]
/external/libvorbis/doc/
H A 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 null terminated)
223 Comment field 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, not null terminated)
H A D02-bitpacking.tex13 native word size of eight bits (octets), sixteen bits, thirty-two bits
19 \subsubsection{octets, bytes and words}
H A D04-codec.tex33 2) 0x76, 0x6f, 0x72, 0x62, 0x69, 0x73: the characters 'v','o','r','b','i','s' as six octets
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_api.cc90 // Per the Bluetooth specification, the PSM field must be at least two octets in
97 std::vector<int16_t> octets;
99 octets.push_back(psm & 0xFF);
103 if (octets.size() < 2U)
107 if ((octets.front() & 0x01) != 1)
111 if ((octets.back() & 0x01) != 0)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
H A DPKCS12KeyStoreSpi.java941 byte[] octets = cryptData(false, d.getEncryptionAlgorithm(),
943 ASN1Sequence seq = (ASN1Sequence)ASN1Primitive.fromByteArray(octets);
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 756 milliseconds