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

/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.java46 int octet;
62 octet = Integer.parseInt(temp.substring(start, pos));
68 if (octet < 0 || octet > 255)
128 int octet;
160 octet = Integer.parseInt(temp.substring(start, pos), 16);
166 if (octet < 0 || octet > 0xffff)
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseDiff.pl76 svn:mime-type = application/octet-stream
81 + application/octet-stream
92 svn:mime-type = application/octet-stream
112 svn:mime-type = application/octet-stream
117 + application/octet-stream
129 svn:mime-type = application/octet-stream
496 svn:mime-type = application/octet-stream
501 + application/octet-stream
514 svn:mime-type = application/octet-stream
535 svn:mime-type = application/octet
[all...]
H A DparseSvnDiffHeader.pl178 svn:mime-type = application/octet-stream
183 + application/octet-stream
198 "svn:mime-type = application/octet-stream\n"],
/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_6/wpa_supplicant/src/tls/
H A Dasn1.c74 /* Short form - length 0..127 in one octet */
127 * The first octet encodes the first two object
167 static u8 rotate_bits(u8 octet) argument
175 if (octet & 1)
177 octet >>= 1;
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dasn1.c65 /* Short form - length 0..127 in one octet */
106 * The first octet encodes the first two object
166 static u8 rotate_bits(u8 octet) argument
174 if (octet & 1)
176 octet >>= 1;
/external/wpa_supplicant_8/src/tls/
H A Dasn1.c65 /* Short form - length 0..127 in one octet */
106 * The first octet encodes the first two object
166 static u8 rotate_bits(u8 octet) argument
174 if (octet & 1)
176 octet >>= 1;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dasn1.c65 /* Short form - length 0..127 in one octet */
106 * The first octet encodes the first two object
166 static u8 rotate_bits(u8 octet) argument
174 if (octet & 1)
176 octet >>= 1;
/external/openssl/crypto/pkcs12/
H A Dp12_utl.c137 return ASN1_item_unpack(bag->value.bag->value.octet, ASN1_ITEM_rptr(X509));
144 return ASN1_item_unpack(bag->value.bag->value.octet,
H A Dp12_add.c75 if (!ASN1_item_pack(obj, it, &bag->value.octet)) {
H A Dpkcs12.h132 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon10467
/external/v8/src/
H A Duri.js38 function URIAddEncodedOctetToBuffer(octet, result, index) {
40 result[index++] = hexCharCodeArray[octet >> 4];
41 result[index++] = hexCharCodeArray[octet & 0x0F];
/external/esd/include/
H A Desd.h121 typedef unsigned char octet; typedef
/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.java355 int octet = Integer.parseInt(ipPart);
358 if (octet > 255 || (ipPart.startsWith("0") && ipPart.length() > 1)) {
361 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/openssl/include/openssl/
H A Dpkcs12.h132 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon10510
/external/srtp/crypto/include/
H A Ddatatypes.h106 * one) in the octet x
110 octet_get_weight(uint8_t octet);
/external/dropbear/libtomcrypt/
H A Dcrypt.tex398 For the purposes of this library, the term \textit{byte} will refer to an octet or eight bit word. Typically an array of
1052 This will initialize the LRW context with the given (16 octet) \textit{IV}, cipher $K_1$ \textit{key} of length \textit{keylen} octets and the (16 octet) $K_2$ \textit{tweak}.
1086 These will get or set the 16--octet IV. Note that setting the IV is the same as \textit{seeking} and unlike other modes is not a free operation. It requires
1226 This will add the \textit{length} octet from \textit{header} to the given \textit{eax} header. Once the message is finished, the
2449 This terminates a Pelican MAC and writes the 16--octet tag to \textit{out}.
4235 \hline LTC\_ASN1\_OCTET\_STRING & OCTET STRING (one octet per char) \\
4238 \hline LTC\_ASN1\_IA5\_STRING & IA5 STRING (one octet per char) \\
4240 \hline LTC\_ASN1\_PRINTABLE\_STRING & PRINTABLE STRING (one octet per char) \\
6376 @param in The octet arra
[all...]
/external/dropbear/
H A Dconfigure11472 mkdir -p libtomcrypt/src/pk/asn1/der/octet
11474 as_dir=libtomcrypt/src/pk/asn1/der/octet
11492 fi || { { echo "$as_me:$LINENO: error: cannot create directory libtomcrypt/src/pk/asn1/der/octet" >&5
11493 echo "$as_me: error: cannot create directory libtomcrypt/src/pk/asn1/der/octet" >&2;}

Completed in 1509 milliseconds