HomeSort by relevance Sort by last modified time
    Searched full:byte (Results 1 - 25 of 7075) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/targets/security/
KeyStoreTestPKCS12.java 26 public static final byte[] keyStoreData = new byte[] {
27 (byte) 0x30, (byte) 0x80, (byte) 0x02, (byte) 0x01, (byte) 0x03,
28 (byte) 0x30, (byte) 0x80, (byte) 0x06, (byte) 0x09, (byte) 0x2A
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyPair.java 40 private static final HashMap<String, byte []> privateKeyEncoding = new HashMap<String, byte[]>();
41 private static final HashMap<String, byte []> publicKeyEncoding = new HashMap<String, byte[]>();
45 privateKeyEncoding.put("RSA", new byte[] {
46 (byte)0x30, (byte)0x82, (byte)0x02, (byte)0x77,
47 (byte)0x02, (byte)0x01, (byte)0x00, (byte)0x30
    [all...]
MDGoldenData.java 42 private static final byte[] myMessage = new byte[MY_MESSAGE_LEN];
45 private static final HashMap<String, byte[]> goldenData = new HashMap<String, byte[]>();
50 myMessage[i] = (byte)i;
54 goldenData.put("SHA-1", new byte[] {
55 (byte)0x5b, (byte)0x00, (byte)0x66, (byte)0x9c
    [all...]
  /external/e2fsprogs/tests/f_16384_block/
name 1 16384 byte blocksize
  /external/e2fsprogs/tests/f_8192_block/
name 1 8192 byte blocksize
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
EncryptedPrivateKeyInfoData.java 38 private static final byte[] dsaEncryptedPrivateKeyInfo = new byte[] {
39 (byte) 0x30, (byte) 0x82, (byte) 0x05, (byte) 0x33, (byte) 0x30,
40 (byte) 0x82, (byte) 0x01, (byte) 0x2b, (byte) 0x06, (byte) 0x07
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParametersTestDSA.java 25 private static final byte[] P = new byte[] {
26 (byte) 0x00, (byte) 0xB9, (byte) 0x53, (byte) 0xA4, (byte) 0xBB,
27 (byte) 0xC8, (byte) 0xFD, (byte) 0x94, (byte) 0x4B, (byte) 0xC0
    [all...]
AlgorithmParametersTestDH.java 29 private static final byte[] P = new byte[] {
30 (byte) 0x00, (byte) 0xB8, (byte) 0xA4, (byte) 0x06, (byte) 0x10,
31 (byte) 0xA2, (byte) 0x8B, (byte) 0xD2, (byte) 0xC0, (byte) 0xB6
    [all...]
  /libcore/support/src/test/java/tests/security/
DefaultKeys.java 29 private static final byte[] RSA_private = new byte[] {
30 (byte) 0x30, (byte) 0x82, (byte) 0x02, (byte) 0x75, (byte) 0x02, (byte) 0x01, (byte) 0x00, (byte) 0x30, (byte) 0x0D, (byte) 0x06, (byte) 0x09, (byte) 0x2A, (byte) 0x86, (byte) 0x48, (byte) 0x86, (…)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DHParameters.java 26 private static byte[] prime512 = new byte[] { (byte) 0xF5, (byte) 0x2A, (byte) 0xFF,
27 (byte) 0x3C, (byte) 0xE1, (byte) 0xB1, (byte) 0x29, (byte) 0x40
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
ClassLoaderTest.java 39 static private byte[] test1class = {
40 (byte) 0xca, (byte) 0xfe, (byte) 0xba, (byte) 0xbe,
41 (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x31,
42 (byte) 0x00, (byte) 0x11, (byte) 0x0a, (byte) 0x00
    [all...]
TestWebData.java 32 public final static byte[] test1 = {
33 (byte)0x3c, (byte)0x68, (byte)0x74, (byte)0x6d,
34 (byte)0x6c, (byte)0x3e, (byte)0x0a, (byte)0x3c,
35 (byte)0x62, (byte)0x6f, (byte)0x64, (byte)0x79
    [all...]
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendTestMessages.java 42 private static final byte[] etwsMessageNormal = IccUtils.hexStringToBytes("000011001101" +
47 private static final byte[] etwsMessageCancel = IccUtils.hexStringToBytes("000011001101" +
52 private static final byte[] etwsMessageTest = IccUtils.hexStringToBytes("000011031101" +
57 private static final byte[] gsm7BitTest = {
58 (byte)0xC0, (byte)0x00, (byte)0x00, (byte)0x32, (byte)0x40, (byte)0x11, (byte)0x41
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmSmsCbTest.java 28 private void doTestGeographicalScopeValue(byte[] pdu, byte b, int expectedGs) {
39 assertNull("createFromPdu(byte[] with null pdu should return null", msg);
43 byte[] pdu = new byte[4];
46 assertNull("createFromPdu(byte[] with too short pdu should return null", msg);
50 byte[] pdu = {
51 (byte)0xC0, (byte)0x00, (byte)0x00, (byte)0x32, (byte)0x40, (byte)0x11, (byte)0x41
    [all...]
  /development/samples/NFCDemo/src/com/example/android/nfc/simulator/
MockNdefMessages.java 26 public static final byte[] SMART_POSTER_URL_NO_TEXT =
27 new byte[] {(byte) 0xd1, (byte) 0x02, (byte) 0x0f, (byte) 0x53, (byte) 0x70, (byte) 0xd1,
28 (byte) 0x01, (byte) 0x0b, (byte) 0x55, (byte) 0x01, (byte) 0x67, (byte) 0x6f
    [all...]
  /libcore/luni/src/test/java/tests/java/security/
SecureClassLoaderTest.java 48 java.lang.String.class, byte[].class, int.class,
82 private static final byte[] klassData = { (byte) 0xCA, (byte) 0xFE,
83 (byte) 0xBA, (byte) 0xBE, (byte) 0x00, (byte) 0x00, (byte) 0x00,
84 (byte) 0x2E, (byte) 0x00, (byte) 0x22, (byte) 0x01, (byte) 0x00
    [all...]
  /packages/apps/Tag/tests/src/com/android/apps/tag/
MockNdefMessages.java 29 public static final byte[] REAL_NFC_MSG = new byte[] {
30 (byte) 0xd1, // MB=1 ME=1 CF=0 SR=1 IL=0 TNF=001
31 (byte) 0x02, // Type Length = 2
32 (byte) 0x2b, // Payload Length = 43
33 (byte) 0x53, (byte) 0x70, // Type = {'S', 'p'} (smart poster)
37 (byte) 0x91, // MB=1 ME=0 CF=0 SR=1 IL=0 TNF=001
38 (byte) 0x01, // Type Length = 1
39 (byte) 0x17, // Payload Length = 2
    [all...]
  /dalvik/vm/mterp/c/
OP_INT_TO_BYTE.c 1 HANDLE_INT_TO_SMALL(OP_INT_TO_BYTE, "byte", s1)
OP_AGET_BYTE.c 1 HANDLE_OP_AGET(OP_AGET_BYTE, "-byte", s1, )
OP_APUT_BYTE.c 1 HANDLE_OP_APUT(OP_APUT_BYTE, "-byte", s1, )
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
X509KeyManagerTest.java 113 byte[] keyBytes = new byte[] {
114 (byte)0x30, (byte)0x82, (byte)0x02, (byte)0x77, (byte)0x02, (byte)0x01, (byte)0x00,
115 (byte)0x30, (byte)0x0d, (byte)0x06, (byte)0x09, (byte)0x2a, (byte)0x86, (byte)0x48
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/params/
DESParameters.java 7 byte[] key)
27 static private byte[] DES_weak_keys =
30 (byte)0x01,(byte)0x01,(byte)0x01,(byte)0x01, (byte)0x01,(byte)0x01,(byte)0x01,(byte)0x01
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
ManifestTest.java 265 byte b[] = null;
314 byte[] bytes = manifestContent.getBytes("ISO-8859-1");
334 final byte[] bVendor = new byte[] { (byte) 0xd0, (byte) 0x9C,
335 (byte) 0xd0, (byte) 0xb8, (byte) 0xd0, (byte) 0xbb
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
RC2Engine.java 19 private static byte[] piTable =
21 (byte)0xd9, (byte)0x78, (byte)0xf9, (byte)0xc4, (byte)0x19, (byte)0xdd, (byte)0xb5, (byte)0xed,
22 (byte)0x28, (byte)0xe9, (byte)0xfd, (byte)0x79, (byte)0x4a, (byte)0xa0, (byte)0xd8, (byte)0x9d,
    [all...]
  /libcore/luni/src/main/java/javax/crypto/spec/
DESKeySpec.java 33 private final byte[] key;
41 private static final byte[][] SEMIWEAKS = {
42 {(byte) 0xE0, (byte) 0x01, (byte) 0xE0, (byte) 0x01,
43 (byte) 0xF1, (byte) 0x01, (byte) 0xF1, (byte) 0x01}
    [all...]

Completed in 595 milliseconds

1 2 3 4 5 6 7 8 91011>>