Searched refs:octet (Results 1 - 25 of 40) sorted by relevance

12

/external/ipsec-tools/src/racoon/
H A Dprsa_tok.l50 octet (([01]?{digit}?{digit})|((2([0-4]{digit}))|(25[0-5])))
51 addr4 {octet}\.{octet}\.{octet}\.{octet}
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DIPAddress.java49 int octet;
65 octet = Integer.parseInt(temp.substring(start, pos));
71 if (octet < 0 || octet > 255)
131 int octet;
163 octet = Integer.parseInt(temp.substring(start, pos), 16);
169 if (octet < 0 || octet > 0xffff)
/external/ImageMagick/coders/
H A Dwbmp.c335 octet;
342 octet=(unsigned char) ((value >> bits) & 0x7f);
343 if ((flag == 0) && (octet != 0))
348 buffer[4-i]=octet | (i && (flag || octet))*(0x01 << 7);
330 octet; local
/external/autotest/client/bin/
H A Dtest_config.py161 octet = "([0-9]{1,2}|1[0-9]{2}|2[0-4][0-9]|25[0-5])"
162 pattern = "^" + octet1 + "\.(" + octet + "\.){2}" + octet + "$"
/external/srtp/crypto/test/
H A Ddatatypes_driver.c158 b.octet[i] = i;
160 c.octet[i] = i;
162 d.octet[i] = i;
232 printf("as octet string: %s\n",
235 printf("bswapped octet string: %s\n",
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dasn1.c76 /* Short form - length 0..127 in one octet */
117 * The first octet encodes the first two object
177 static u8 rotate_bits(u8 octet) argument
185 if (octet & 1)
187 octet >>= 1;
/external/wpa_supplicant_8/src/tls/
H A Dasn1.c76 /* Short form - length 0..127 in one octet */
117 * The first octet encodes the first two object
177 static u8 rotate_bits(u8 octet) argument
185 if (octet & 1)
187 octet >>= 1;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dasn1.c76 /* Short form - length 0..127 in one octet */
117 * The first octet encodes the first two object
177 static u8 rotate_bits(u8 octet) argument
185 if (octet & 1)
187 octet >>= 1;
/external/autotest/client/cros/tendo/n_faced_peerd/
H A Dservice.py88 dbus_ip = dbus.Array([dbus.Byte(int(octet))
89 for octet in self.ip_info.addr.split('.')])
/external/netperf/src/missing/
H A Dgetaddrinfo.c286 int octet; local
291 for (j = 0, octet = 0; '0' <= *s && *s <= '9' && j < 3; s++, j++)
292 octet = octet * 10 + (*s - '0');
293 if (j == 0 || octet > 255 || *s != delimiters[i])
/external/sl4a/Common/src/org/apache/commons/codec/binary/
H A DBase64Codec.java588 * Returns whether or not the <code>octet</code> is in the base 64 alphabet.
590 * @param octet
595 public static boolean isBase64(byte octet) { argument
596 return octet == PAD || (octet >= 0 && octet < DECODE_TABLE.length && DECODE_TABLE[octet] != -1);
/external/avahi/avahi-compat-howl/include/corby/
H A Dbuffer.h73 sw_uint8 octet,
85 sw_uint8 * octet,
/external/esd/include/
H A Desd.h121 typedef unsigned char octet; typedef
/external/vboot_reference/scripts/
H A Dgenpadding.sh73 * PS: octet string consisting of {Length(RSA Key) - Length(T) - 3} 0xFF
/external/libvorbis/doc/
H A 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
H A D05-comment.tex43 in the comment header is octet-aligned, they can simply be read as
210 bitstream octet first):
/external/guava/guava/src/com/google/common/net/
H A DInetAddresses.java300 int octet = Integer.parseInt(ipPart);
303 if (octet > 255 || (ipPart.startsWith("0") && ipPart.length() > 1)) {
306 return (byte) octet;
/external/srtp/crypto/math/
H A Ddatatypes.c85 octet_get_weight(uint8_t octet) { argument
88 return octet_weight[octet];
112 /* double length, since one octet takes two hex characters */
168 * of length 2 * len to a raw octet string of length len
693 * of length 2 * len to a raw octet string of length len
H A Dmath.c157 octet_get_weight(uint8_t octet) { argument
160 return octet_weight[octet];
297 /* double length, since one octet takes two hex characters */
430 * of length 2 * len to a raw octet string of length len
/external/srtp/crypto/include/
H A Ddatatypes.h106 * one) in the octet x
110 octet_get_weight(uint8_t octet);
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/ber/
H A Ddecoder.py108 for octet in head:
109 value = value << 8 | oct2int(octet)
208 raise error.PyAsn1Error('Unexpected %d-octet substrate for Null' % length)
596 'Short octet stream on tag decoding'
600 raise error.PyAsn1Error('Bad octet stream type')
616 'Short octet stream on long tag decoding'
645 'Short octet stream on length decoding'
671 '%d-octet short' % (length - len(substrate))
/external/libchrome/crypto/
H A Dsignature_verifier_unittest.cc993 uint8_t octet = HexDigitValue(in[0]) * 16 + HexDigitValue(in[1]);
994 out->push_back(octet);
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jar ... in int inPos int inAvail public boolean isInAlphabet (byte) byte octet static void " href="/7.1.1_r6/s? ...
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h370 u8 octet[6]; member in struct:__sanitizer::__sanitizer_ether_addr
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jar ... int inPos int inAvail public static boolean isBase64 (byte) byte octet public static boolean isArrayByteBase64 (byte[]) int i byte[] arrayOctet private ...

Completed in 2359 milliseconds

12