Home
last modified time | relevance | path

Searched refs:octet (Results 1 – 25 of 66) sorted by relevance

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DIPAddress.java46 int octet; in isValidIPv4() local
62 octet = Integer.parseInt(temp.substring(start, pos)); in isValidIPv4()
68 if (octet < 0 || octet > 255) in isValidIPv4()
128 int octet; in isValidIPv6() local
160 octet = Integer.parseInt(temp.substring(start, pos), 16); in isValidIPv6()
166 if (octet < 0 || octet > 0xffff) in isValidIPv6()
/external/ipsec-tools/src/racoon/
Dprsa_tok.l50 octet (([01]?{digit}?{digit})|((2([0-4]{digit}))|(25[0-5])))
51 addr4 {octet}\.{octet}\.{octet}\.{octet}
/external/chromium_org/components/proximity_auth/
Dbluetooth_util_chromeos.cc84 uint32_t octet; in BluetoothAddressToBdaddr() local
85 bool success = base::HexStringToUInt(octets[i], &octet); in BluetoothAddressToBdaddr()
87 result->b[i] = base::checked_cast<uint8_t>(octet); in BluetoothAddressToBdaddr()
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
Ddatatypes_driver.c158 b.octet[i] = i; in byte_order()
160 c.octet[i] = i; in byte_order()
162 d.octet[i] = i; in byte_order()
/external/srtp/crypto/test/
Ddatatypes_driver.c158 b.octet[i] = i; in byte_order()
160 c.octet[i] = i; in byte_order()
162 d.octet[i] = i; in byte_order()
/external/wpa_supplicant_8/src/tls/
Dasn1.c177 static u8 rotate_bits(u8 octet) in rotate_bits() argument
185 if (octet & 1) in rotate_bits()
187 octet >>= 1; in rotate_bits()
/external/openssl/crypto/pkcs12/
Dp12_utl.c137 return ASN1_item_unpack(bag->value.bag->value.octet, ASN1_ITEM_rptr(X509)); in PKCS12_certbag2x509()
144 return ASN1_item_unpack(bag->value.bag->value.octet, in PKCS12_certbag2x509crl()
Dp12_add.c75 if (!ASN1_item_pack(obj, it, &bag->value.octet)) { in PKCS12_item_pack_safebag()
/external/libpcap/
DREADME.sita59 - Packet direction (in/out) (1 octet)
60 - Link layer hardware signal status (1 octet)
62 - Encapsulated WAN protocol ID (1 octet)
/external/chromium_org/content/test/data/download/
Doctet-stream.abc.mock-http-headers2 Content-Type: application/octet-stream
Dempty.bin.mock-http-headers8 Content-Type: application/octet-stream
/external/chromium_org/v8/src/
Duri.js48 function URIAddEncodedOctetToBuffer(octet, result, index) { argument
50 result[index++] = hexCharCodeArray[octet >> 4];
51 result[index++] = hexCharCodeArray[octet & 0x0F];
/external/chromium_org/third_party/WebKit/Source/core/testing/
DTypeConversions.idl41 attribute octet testOctet;
42 [EnforceRange, ImplementedAs=testOctet] attribute octet testEnforceRangeOctet;
/external/chromium_org/tools/idl_parser/test_parser/
Dtypedef_web.idl187 * PrimitiveType(octet)
189 typedef octet MyOctet;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DDataView.idl35 [RaisesException] octet getUint8(unsigned long byteOffset);
47 [RaisesException] void setUint8(unsigned long byteOffset, octet value);
/external/libvorbis/doc/
D02-bitpacking.tex22 'octet', that is, eight bits. This has not always been the case;
33 octet (eight bits) and a word to be a group of two, four or eight
37 that a byte is one octet for purposes of example.
45 $n$ ($n=7$ in an octet) for the
/external/guava/guava/src/com/google/common/net/
DInetAddresses.java355 int octet = Integer.parseInt(ipPart); in parseOctet() local
358 if (octet > 255 || (ipPart.startsWith("0") && ipPart.length() > 1)) { in parseOctet()
361 return (byte) octet; in parseOctet()
/external/srtp/doc/
Ddraft-irtf-cfrg-icm-00.txt125 is an octet string, the most significant of which is the first.)
127 keystream segment. The first octet of the segment is the first
128 octet of the first output block, and so on. A schematic of this
251 hex digits corresponds to an octet, so that the integer
252 000102030405060708090A0B0C0D0E0F corresponds to the octet sequence
/external/chromium_org/third_party/libsrtp/srtp/doc/
Ddraft-irtf-cfrg-icm-00.txt125 is an octet string, the most significant of which is the first.)
127 keystream segment. The first octet of the segment is the first
128 octet of the first output block, and so on. A schematic of this
251 hex digits corresponds to an octet, so that the integer
252 000102030405060708090A0B0C0D0E0F corresponds to the octet sequence
/external/chromium_org/crypto/
Dsignature_verifier_unittest.cc974 uint8 octet = HexDigitValue(in[0]) * 16 + HexDigitValue(in[1]); in DecodeTestInput() local
975 out->push_back(octet); in DecodeTestInput()
/external/srtp/crypto/math/
Ddatatypes.c85 octet_get_weight(uint8_t octet) { in octet_get_weight() argument
88 return octet_weight[octet]; in octet_get_weight()
/external/chromium_org/third_party/libsrtp/srtp/crypto/math/
Ddatatypes.c85 octet_get_weight(uint8_t octet) { in octet_get_weight() argument
88 return octet_weight[octet]; in octet_get_weight()
/external/smack/src/org/xbill/DNS/
DWKSRecord.java619 int octet = array[i] & 0xFF; in rrFromWire() local
620 if ((octet & (1 << (7 - j))) != 0) { in rrFromWire()
/external/esd/include/
Desd.h121 typedef unsigned char octet; typedef
/external/chromium_org/chrome/common/extensions/api/
Denterprise_platform_keys_internal.idl19 // |signature| The signature, a octet string.

123