Home
last modified time | relevance | path

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

12

/external/bouncycastle/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/webkit/WebCore/platform/network/mac/
DWebCoreURLResponse.mm39 // <rdar://problem/5321972> Plain text document from HTTP server detected as application/octet-stre…
40 // When we sniff a resource as application/octet-stream but the http response headers had "text/pla…
42 // When the URL's extension is a known binary type, we'll go with application/octet-stream.
215 @"application/octet-stream", @"class",
224 @"application/octet-stream", @"dms",
231 @"application/octet-stream", @"fla",
245 @"application/octet-stream", @"iso",
248 @"application/octet-stream", @"lha",
249 @"application/octet-stream", @"lzh",
290 @"application/octet-stream", @"so",
[all …]
/external/bluetooth/bluez/tools/
Dubcsp.c321 octet, in ubcsp_which_le_payload() local
329 for (octet = 0; octet < 4; octet ++) in ubcsp_which_le_payload()
331 if (payload[octet] != ubcsp_le_buffer[loop][octet]) in ubcsp_which_le_payload()
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dasn1.c167 static u8 rotate_bits(u8 octet) in rotate_bits() argument
175 if (octet & 1) in rotate_bits()
177 octet >>= 1; in rotate_bits()
/external/wpa_supplicant/
Dasn1.c167 static u8 rotate_bits(u8 octet) in rotate_bits() argument
175 if (octet & 1) in rotate_bits()
177 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()
Dpkcs12.h132 ASN1_OCTET_STRING *octet; member
/external/v8/src/
Duri.js38 function URIAddEncodedOctetToBuffer(octet, result, index) { argument
40 result[index++] = hexCharCodeArray[octet >> 4];
41 result[index++] = hexCharCodeArray[octet & 0x0F];
/external/bluetooth/bluez/sbc/
Dsbc.c141 uint8_t octet; in sbc_crc8() local
146 octet = data[i]; in sbc_crc8()
148 char bit = ((octet ^ crc) & 0x80) >> 7; in sbc_crc8()
152 octet = octet << 1; in sbc_crc8()
/external/esd/include/
Desd.h121 typedef unsigned char octet; typedef
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in27 exclusive_tail off; # extract last one octet.
/external/dropbear/libtomcrypt/
Dmakefile.msvc77 src/pk/asn1/der/octet/der_decode_octet_string.obj src/pk/asn1/der/octet/der_encode_octet_string.obj…
78 src/pk/asn1/der/octet/der_length_octet_string.obj \
Dmakefile.icc167 src/pk/asn1/der/octet/der_decode_octet_string.o src/pk/asn1/der/octet/der_encode_octet_string.o \
168 src/pk/asn1/der/octet/der_length_octet_string.o \
Dmakefile.unix113 src/pk/asn1/der/octet/der_decode_octet_string.o src/pk/asn1/der/octet/der_encode_octet_string.o \
114 src/pk/asn1/der/octet/der_length_octet_string.o \
Dmakefile.shared172 src/pk/asn1/der/octet/der_decode_octet_string.o src/pk/asn1/der/octet/der_encode_octet_string.o \
173 src/pk/asn1/der/octet/der_length_octet_string.o \
/external/openssl/include/openssl/
Dpkcs12.h132 ASN1_OCTET_STRING *octet; member
/external/webkit/WebCore/loader/mac/
DLoaderNSURLExtras.mm88 …if (![MIMEType isEqualToString:@"application/octet-stream"] && ![MIMEType isEqualToString:@"text/p…
/external/webkit/WebKit/
DStringsNotToBeLocalized.txt493 "application/octet-stream"
/external/wpa_supplicant_6/wpa_supplicant/
Ddefconfig240 # PSK can only be configured as the 64-octet hexstring (e.g., from
D.config237 # PSK can only be configured as the 64-octet hexstring (e.g., from
/external/dropbear/
Dconfigure.in652 AS_MKDIR_P(libtomcrypt/src/pk/asn1/der/octet)
/external/webkit/LayoutTests/http/conf/
Dmime.types54 application/octet-stream bin dms lha lzh exe class so dll dmg
/external/zlib/doc/
Drfc1950.txt144 byte: 8 bits stored or transmitted as a unit (same as an octet).

12