/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | IPAddress.java | 46 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/ |
D | prsa_tok.l | 50 octet (([01]?{digit}?{digit})|((2([0-4]{digit}))|(25[0-5]))) 51 addr4 {octet}\.{octet}\.{octet}\.{octet}
|
/external/chromium_org/components/proximity_auth/ |
D | bluetooth_util_chromeos.cc | 84 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/ |
D | datatypes_driver.c | 158 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/ |
D | datatypes_driver.c | 158 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/ |
D | asn1.c | 177 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/ |
D | p12_utl.c | 137 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()
|
D | p12_add.c | 75 if (!ASN1_item_pack(obj, it, &bag->value.octet)) { in PKCS12_item_pack_safebag()
|
/external/libpcap/ |
D | README.sita | 59 - 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/ |
D | octet-stream.abc.mock-http-headers | 2 Content-Type: application/octet-stream
|
D | empty.bin.mock-http-headers | 8 Content-Type: application/octet-stream
|
/external/chromium_org/v8/src/ |
D | uri.js | 48 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/ |
D | TypeConversions.idl | 41 attribute octet testOctet; 42 [EnforceRange, ImplementedAs=testOctet] attribute octet testEnforceRangeOctet;
|
/external/chromium_org/tools/idl_parser/test_parser/ |
D | typedef_web.idl | 187 * PrimitiveType(octet) 189 typedef octet MyOctet;
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | DataView.idl | 35 [RaisesException] octet getUint8(unsigned long byteOffset); 47 [RaisesException] void setUint8(unsigned long byteOffset, octet value);
|
/external/libvorbis/doc/ |
D | 02-bitpacking.tex | 22 '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/ |
D | InetAddresses.java | 355 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/ |
D | draft-irtf-cfrg-icm-00.txt | 125 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/ |
D | draft-irtf-cfrg-icm-00.txt | 125 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/ |
D | signature_verifier_unittest.cc | 974 uint8 octet = HexDigitValue(in[0]) * 16 + HexDigitValue(in[1]); in DecodeTestInput() local 975 out->push_back(octet); in DecodeTestInput()
|
/external/srtp/crypto/math/ |
D | datatypes.c | 85 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/ |
D | datatypes.c | 85 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/ |
D | WKSRecord.java | 619 int octet = array[i] & 0xFF; in rrFromWire() local 620 if ((octet & (1 << (7 - j))) != 0) { in rrFromWire()
|
/external/esd/include/ |
D | esd.h | 121 typedef unsigned char octet; typedef
|
/external/chromium_org/chrome/common/extensions/api/ |
D | enterprise_platform_keys_internal.idl | 19 // |signature| The signature, a octet string.
|