Home
last modified time | relevance | path

Searched refs:Hex (Results 1 – 25 of 181) sorted by relevance

12345678

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/
DX962NamedCurves.java11 import com.android.org.bouncycastle.util.encoders.Hex;
36 Hex.decode("03188da80eb03090f67cbf20eb43a18800f4ff0afd82ff1012")),
38 Hex.decode("3045AE6FC8422f64ED579528D38120EAE12196D5"));
58 Hex.decode("03eea2bae7e1497842f2de7769cfe9c989c072ad696f48034a")),
60 Hex.decode("31a92ee2029fd10d901b113e990710f0d21ac6b6"));
80 Hex.decode("027d29778100c65a1da1783716588dce2b8b4aee8e228f1896")),
82 Hex.decode("c469684435deb378c4b65ca9591e2a5763059a2e"));
102 Hex.decode("020ffa963cdca8816ccc33b8642bedf905c3d358573d3f27fbbd3b3cb9aaaf")),
104 Hex.decode("e43bb460f0b80cc0c0b075798e948060f8321b7d"));
124 Hex.decode("0238af09d98727705120c921bb5e9e26296a3cdcf2f35757a0eafd87b830e7")),
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX962NamedCurves.java10 import org.bouncycastle.util.encoders.Hex;
34 Hex.decode("03188da80eb03090f67cbf20eb43a18800f4ff0afd82ff1012")),
36 Hex.decode("3045AE6FC8422f64ED579528D38120EAE12196D5"));
56 Hex.decode("03eea2bae7e1497842f2de7769cfe9c989c072ad696f48034a")),
58 Hex.decode("31a92ee2029fd10d901b113e990710f0d21ac6b6"));
78 Hex.decode("027d29778100c65a1da1783716588dce2b8b4aee8e228f1896")),
80 Hex.decode("c469684435deb378c4b65ca9591e2a5763059a2e"));
100 Hex.decode("020ffa963cdca8816ccc33b8642bedf905c3d358573d3f27fbbd3b3cb9aaaf")),
102 Hex.decode("e43bb460f0b80cc0c0b075798e948060f8321b7d"));
122 Hex.decode("0238af09d98727705120c921bb5e9e26296a3cdcf2f35757a0eafd87b830e7")),
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
DSECNamedCurves.java16 import org.bouncycastle.util.encoders.Hex;
33 return new BigInteger(1, Hex.decode(hex)); in fromHex()
47 byte[] S = Hex.decode("00F50B028E4D696E676875615175290472783FB1");
54 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
73 byte[] S = Hex.decode("002757A1114D696E6768756151755316C05E0BD4");
80 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
99 byte[] S = Hex.decode("000E0D4D696E6768756151750CC03A4473D03679");
106 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
125 byte[] S = Hex.decode("004D696E67687561517512D8F03431FCE63B88F4");
132 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/sec/
DSECNamedCurves.java17 import com.android.org.bouncycastle.util.encoders.Hex;
37 return new BigInteger(1, Hex.decode(hex)); in fromHex()
51 byte[] S = Hex.decode("00F50B028E4D696E676875615175290472783FB1");
58 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
77 byte[] S = Hex.decode("002757A1114D696E6768756151755316C05E0BD4");
84 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
103 byte[] S = Hex.decode("000E0D4D696E6768756151750CC03A4473D03679");
110 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
129 byte[] S = Hex.decode("004D696E67687561517512D8F03431FCE63B88F4");
136 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
[all …]
/external/deqp/framework/common/
DtcuFormatUtil.hpp39 class Hex class
42 Hex (deUint64 value_) : value(value_) {} in Hex() function in tcu::Format::Hex
67 std::ostream& operator<< (std::ostream& stream, tcu::Format::Hex<NumDigits> hex) in operator <<()
114 stream << Hex<BitfieldSize/4>(bitsLeft); in toStream()
152 return stream << Hex<NumBytes*2>((deUint64)m_value); in toStream()
161 return Hex<NumBytes*2>((deUint64)m_value).toString(); in toString()
234 Hex<sizeof(T)*2> operator* (void) const { return Hex<sizeof(T)*2>(*m_iter); } in operator *()
249 inline Format::Hex<NumDigits> toHex (T value) in toHex()
251 return Format::Hex<NumDigits>(toUint64(value)); in toHex()
256 inline Format::Hex<sizeof(T)*2> toHex (T value) in toHex()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ec/
DCustomNamedCurves.java56 import org.bouncycastle.util.encoders.Hex;
198 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
212 byte[] S = Hex.decode("3045AE6FC8422F64ED579528D38120EAE12196D5");
214 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
242 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
256 byte[] S = Hex.decode("BD71344799D5C7FCDC45B59FA3B9AB8F6A948BC5");
258 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
286 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
300 byte[] S = Hex.decode("C49D360886E704936A6678E1139D26B7819F7E90");
302 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/ec/
DCustomNamedCurves.java57 import com.android.org.bouncycastle.util.encoders.Hex;
202 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
216 byte[] S = Hex.decode("3045AE6FC8422F64ED579528D38120EAE12196D5");
218 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
246 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
260 byte[] S = Hex.decode("BD71344799D5C7FCDC45B59FA3B9AB8F6A948BC5");
262 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
290 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
304 byte[] S = Hex.decode("C49D360886E704936A6678E1139D26B7819F7E90");
306 X9ECPoint G = new X9ECPoint(curve, Hex.decode("04"
[all …]
/external/tensorflow/tensorflow/core/lib/strings/
Dstrcat_test.cc310 using tensorflow::strings::Hex; in CheckHex64()
311 string actual = StrCat(Hex(v, tensorflow::strings::kZeroPad16)); in CheckHex64()
315 actual = StrCat(Hex(v, tensorflow::strings::kZeroPad8)); in CheckHex64()
319 actual = StrCat(Hex(v)); in CheckHex64()
325 using tensorflow::strings::Hex; in CheckHex32()
326 string actual = StrCat(Hex(v, tensorflow::strings::kZeroPad8)); in CheckHex32()
330 actual = StrCat(Hex(v)); in CheckHex32()
336 using tensorflow::strings::Hex; in CheckHexSigned32()
337 string actual = StrCat(Hex(v, tensorflow::strings::kZeroPad8)); in CheckHexSigned32()
341 actual = StrCat(Hex(v)); in CheckHexSigned32()
[all …]
/external/smali/util/src/main/java/org/jf/util/
DHex.java34 public final class Hex { class
38 private Hex() { in Hex() method in Hex
288 case 2: astr = Hex.u1(outOffset); break; in dump()
289 case 4: astr = Hex.u2(outOffset); break; in dump()
290 case 6: astr = Hex.u3(outOffset); break; in dump()
291 default: astr = Hex.u4(outOffset); break; in dump()
298 sb.append(Hex.u1(arr[offset])); in dump()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP192R1Curve.java10 import org.bouncycastle.util.encoders.Hex;
15 Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF"));
28 Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC"))); in SecP192R1Curve()
30 Hex.decode("64210519E59C80E70FA7E9AB72243049FEB8DEECC146B9B1"))); in SecP192R1Curve()
31 … this.order = new BigInteger(1, Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFF99DEF836146BC9B1B4D22831")); in SecP192R1Curve()
DSecP256R1Curve.java10 import org.bouncycastle.util.encoders.Hex;
15 Hex.decode("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF"));
28 Hex.decode("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFC"))); in SecP256R1Curve()
30 Hex.decode("5AC635D8AA3A93E7B3EBBD55769886BC651D06B0CC53B0F63BCE3C3E27D2604B"))); in SecP256R1Curve()
31 …this.order = new BigInteger(1, Hex.decode("FFFFFFFF00000000FFFFFFFFFFFFFFFFBCE6FAADA7179E84F3B9CAC… in SecP256R1Curve()
DSecP224R1Curve.java10 import org.bouncycastle.util.encoders.Hex;
15 Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000001"));
28 Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFE"))); in SecP224R1Curve()
30 Hex.decode("B4050A850C04B3ABF54132565044B0B7D7BFD8BA270B39432355FFB4"))); in SecP224R1Curve()
31 …this.order = new BigInteger(1, Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFF16A2E0B8F03E13DD29455C5C2A3… in SecP224R1Curve()
DSecP521R1Curve.java10 import org.bouncycastle.util.encoders.Hex;
15Hex.decode("01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…
28Hex.decode("01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF… in SecP521R1Curve()
30Hex.decode("0051953EB9618E1C9A1F929A21A0B68540EEA2DA725B99B315F3B8B489918EF109E156193951EC7E937B16… in SecP521R1Curve()
31 …this.order = new BigInteger(1, Hex.decode("01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF… in SecP521R1Curve()
DSecP384R1Curve.java10 import org.bouncycastle.util.encoders.Hex;
15Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFF00000000000000…
28Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFF00000000000000… in SecP384R1Curve()
30Hex.decode("B3312FA7E23EE7E4988E056BE3F82D19181D9C6EFE8141120314088F5013875AC656398D8A2ED19D2A85C8… in SecP384R1Curve()
31 …this.order = new BigInteger(1, Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7634D8… in SecP384R1Curve()
/external/elfutils/tests/
Drun-readelf-zx.sh25 Hex dump of section [2] '.zdebug_aranges', 50 bytes (96 uncompressed) at offset 0x260:
37 Hex dump of section [2] '.debug_aranges', 62 bytes (96 uncompressed) at offset 0x260:
49 Hex dump of section [2] '.zdebug_aranges', 49 bytes (64 uncompressed) at offset 0x1c0:
59 Hex dump of section [2] '.debug_aranges', 49 bytes (64 uncompressed) at offset 0x1c0:
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/
DSecP224R1Curve.java11 import com.android.org.bouncycastle.util.encoders.Hex;
19 Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000000000000001"));
32 Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFFFFFFFFFE"))); in SecP224R1Curve()
34 Hex.decode("B4050A850C04B3ABF54132565044B0B7D7BFD8BA270B39432355FFB4"))); in SecP224R1Curve()
35 …this.order = new BigInteger(1, Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFF16A2E0B8F03E13DD29455C5C2A3… in SecP224R1Curve()
DSecP384R1Curve.java11 import com.android.org.bouncycastle.util.encoders.Hex;
19Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFF00000000000000…
32Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFF00000000000000… in SecP384R1Curve()
34Hex.decode("B3312FA7E23EE7E4988E056BE3F82D19181D9C6EFE8141120314088F5013875AC656398D8A2ED19D2A85C8… in SecP384R1Curve()
35 …this.order = new BigInteger(1, Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7634D8… in SecP384R1Curve()
DSecP192R1Curve.java11 import com.android.org.bouncycastle.util.encoders.Hex;
19 Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFF"));
32 Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFFFFFFFFFFFC"))); in SecP192R1Curve()
34 Hex.decode("64210519E59C80E70FA7E9AB72243049FEB8DEECC146B9B1"))); in SecP192R1Curve()
35 … this.order = new BigInteger(1, Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFF99DEF836146BC9B1B4D22831")); in SecP192R1Curve()
DSecP256R1Curve.java11 import com.android.org.bouncycastle.util.encoders.Hex;
19 Hex.decode("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF"));
32 Hex.decode("FFFFFFFF00000001000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFC"))); in SecP256R1Curve()
34 Hex.decode("5AC635D8AA3A93E7B3EBBD55769886BC651D06B0CC53B0F63BCE3C3E27D2604B"))); in SecP256R1Curve()
35 …this.order = new BigInteger(1, Hex.decode("FFFFFFFF00000000FFFFFFFFFFFFFFFFBCE6FAADA7179E84F3B9CAC… in SecP256R1Curve()
DSecP521R1Curve.java11 import com.android.org.bouncycastle.util.encoders.Hex;
19Hex.decode("01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF…
32Hex.decode("01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF… in SecP521R1Curve()
34Hex.decode("0051953EB9618E1C9A1F929A21A0B68540EEA2DA725B99B315F3B8B489918EF109E156193951EC7E937B16… in SecP521R1Curve()
35 …this.order = new BigInteger(1, Hex.decode("01FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF… in SecP521R1Curve()
/external/capstone/bindings/vb6/
DCX86Operand.cls107 If mem.scale_ <> 1 Then push ret, "Scale: " & Hex(mem.scale_)
127 opStr = "Error: " & Hex(optype)
129 opStr = opStr & " (" & Hex(optype) & ")"
144 r = "Unknown: " & Hex(avx_bcast)
146 r = r & " (" & Hex(avx_bcast) & ")"
DmMisc.bas48 cur2str = Right("00000000" & Hex(dl.LowValue), 8)
50 … cur2str = Right("00000000" & Hex(dl.HighValue), 8) & "`" & Right("00000000" & Hex(dl.LowValue), 8)
272 hhex = Right("00" & Hex(b), 2)
306 tt = Hex(ary(i - 1))
313 h = Hex(offset)
334 h = Hex(offset)
DCX86Inst.cls126 push r, "modrm: " & Hex(modrm)
127 push r, "disp: " & Hex(disp)
130 push r, "sib: " & Hex(sib)
132 push r, "sib_scale: " & Hex(sib_scale)
/external/icu/android_icu4j/testing/src/android/icu/extratest/
Dexpected_transliteration_id_list_release_1.txt512 Any-Hex/Unicode
513 Any-Hex/Java
514 Any-Hex/C
515 Any-Hex/XML
516 Any-Hex/XML10
517 Any-Hex/Perl
518 Any-Hex/Plain
519 Any-Hex
520 Hex-Any/Unicode
521 Hex-Any/Java
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/extratest/
Dexpected_transliteration_id_list.txt512 Any-Hex/Unicode
513 Any-Hex/Java
514 Any-Hex/C
515 Any-Hex/XML
516 Any-Hex/XML10
517 Any-Hex/Perl
518 Any-Hex/Plain
519 Any-Hex
520 Hex-Any/Unicode
521 Hex-Any/Java
[all …]

12345678