/external/bouncycastle/bcprov/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/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfoTest.java | 227 * Test #1 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor 242 * Test #2 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor 261 * Test #3 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor 269 new EncryptedPrivateKeyInfo(new byte[0]); 276 * Test #4 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor 284 new EncryptedPrivateKeyInfo(new byte[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 292 * Test #5 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor 299 byte[] enc = null; 306 enc[9] = (byte) 6; 318 enc[307] = (byte) 6 [all...] |
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfoTest.java | 191 * Test #1 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor 206 * Test #2 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor 225 * Test #3 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor 233 new EncryptedPrivateKeyInfo(new byte[0]); 240 * Test #4 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor 248 new EncryptedPrivateKeyInfo(new byte[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 256 * Test #5 for <code>EncryptedPrivateKeyInfo(byte[])</code> constructor 263 byte[] enc = null; 270 enc[9] = (byte) 6; 282 enc[307] = (byte) 6 [all...] |
/external/llvm/test/MC/AsmParser/ |
ifb.s | 5 # CHECK-NOT: .byte 0 6 # CHECK: .byte 1 8 .byte 1 10 .byte 0 13 # CHECK-NOT: .byte 0 14 # CHECK: .byte 1 16 .byte 0 18 .byte 1 21 # CHECK-NOT: .byte 0 22 # CHECK: .byte [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
bignum1.s | 2 .8byte -9223372036854775808 3 .8byte 1229782938247303441
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
disassem.s | 2 .byte 0xFF, 0xEF 3 .byte 0xFF, 0xD8
|
prefetch.s | 2 .byte \opcode, 0x00 3 .byte \opcode, 0x08 4 .byte \opcode, 0x10 5 .byte \opcode, 0x18 6 .byte \opcode, 0x20 7 .byte \opcode, 0x28 8 .byte \opcode, 0x30 9 .byte \opcode, 0x38
|
x86-64-disassem.s | 2 .byte 0xFF, 0xEF 3 .byte 0xFF, 0xD8
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
orphan4.s | 2 .byte 45 4 .byte 15
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
sec-8a.s | 2 .byte 42 4 .byte 43
|
sec-8b.s | 2 .byte 44 4 .byte 45
|
sec-8d.s | 2 .byte 48 4 .byte 49
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
defined5.s | 3 .byte 0 6 .byte 0
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/ |
DexWriterUleb128Test.java | 54 performTest(0x0, new byte[]{0x0, 0x11}, 1); 55 performTest(0x1, new byte[]{0x1, 0x11}, 1); 56 performTest(0x3f, new byte[]{0x3f, 0x11}, 1); 57 performTest(0x40, new byte[]{0x40, 0x11}, 1); 58 performTest(0x70, new byte[]{0x70, 0x11}, 1); 59 performTest(0x7f, new byte[]{0x7f, 0x11}, 1); 61 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2); 62 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
section6.s | 2 .byte 1 4 .byte 2 6 .byte 3 8 .byte 4 10 .byte 5
|
ehopt0.s | 3 .4byte 0 5 .4byte 0 9 .4byte LECIE1-LSCIE1 11 .4byte 0x0 12 .byte 0x1 14 .byte 0x1 15 .byte 0x78 16 .byte 0x1a 17 .byte 0x0 18 .byte 0x [all...] |
section7.s | 2 .byte 0 4 .byte 2 6 .byte 0 8 .byte 2 10 .byte 0 12 .byte 3 14 .byte 0 16 .byte 4 18 .byte 0 20 .byte - [all...] |
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
dw2-compressed.S | 43 .4byte .Lcu1_end - .Lcu1_start /* Length of Compilation Unit */ 45 .2byte 2 /* DWARF Version */ 46 .4byte .Labbrev1_begin /* Offset into abbrev section */ 47 .byte 4 /* Pointer size */ 51 .4byte .Lline1_begin /* DW_AT_stmt_list */ 52 .4byte .Lend_text1 /* DW_AT_high_pc */ 53 .4byte .Lbegin_text1 /* DW_AT_low_pc */ 56 .byte 1 /* DW_AT_language (C) */ 60 .byte 1 /* DW_AT_external */ 61 .byte 1 /* DW_AT_decl_file * [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
TrustAnchor_ImplTest.java | 54 * Test #1 for <code>TrustAnchor(X509Certificate, byte[])</code> constructor<br> 86 * Test #2 for <code>TrustAnchor(X509Certificate, byte[])</code> constructor<br> 105 * Test #3 for <code>TrustAnchor(X509Certificate, byte[])</code> constructor<br> 118 byte[] nc = getEncodingPSOnly(); 119 byte[] ncCopy = nc.clone(); 125 ncCopy[0] = (byte) 0; 132 * Test #4 for <code>TrustAnchor(X509Certificate, byte[])</code> constructor<br> 153 * Test #5 for <code>TrustAnchor(X509Certificate, byte[])</code> constructor<br> 169 byte[] nameConstraints = getFullEncoding(); 172 nameConstraints[2] = (byte) 0x8d [all...] |
/external/llvm/test/MC/X86/ |
x86-evenDirective.s | 6 .byte 0x00 7 .byte 0x01 8 .byte 0x02 9 .byte 0x03 10 .byte 0x04 11 .byte 0x05 12 .byte 0x06 13 .byte 0x07 14 .byte 0x08 15 .byte 0x0 [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug385_64.go | 13 var z [10<<20]byte 16 // seq 1 206 | sed 's/.*/ var x& [10<<20]byte; z = x&/' 17 var x1 [10<<20]byte; z = x1 18 var x2 [10<<20]byte; z = x2 19 var x3 [10<<20]byte; z = x3 20 var x4 [10<<20]byte; z = x4 21 var x5 [10<<20]byte; z = x5 22 var x6 [10<<20]byte; z = x6 23 var x7 [10<<20]byte; z = x7 24 var x8 [10<<20]byte; z = x [all...] |
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug385_64.go | 13 var z [10<<20]byte 16 // seq 1 206 | sed 's/.*/ var x& [10<<20]byte; z = x&/' 17 var x1 [10<<20]byte; z = x1 18 var x2 [10<<20]byte; z = x2 19 var x3 [10<<20]byte; z = x3 20 var x4 [10<<20]byte; z = x4 21 var x5 [10<<20]byte; z = x5 22 var x6 [10<<20]byte; z = x6 23 var x7 [10<<20]byte; z = x7 24 var x8 [10<<20]byte; z = x [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
ManifestTest.java | 270 byte[] bytes = manifestContent.getBytes("ISO-8859-1"); 290 final byte[] bVendor = new byte[] { (byte) 0xd0, (byte) 0x9C, 291 (byte) 0xd0, (byte) 0xb8, (byte) 0xd0, (byte) 0xbb, 292 (byte) 0xd0, (byte) 0xb0, (byte) 0xd1, (byte) 0x8f, ' ' [all...] |
/external/elfutils/tests/ |
debug-ranges-no-lowpc.s | 3 .4byte .Lcu1_end - .Lcu1_start 5 .2byte 3 /* Version */ 6 .4byte .Labbrev1_begin /* Abbrevs */ 7 .byte 8 /* Pointer size */ 9 .4byte 0 12 .4byte 4 13 .4byte 8 14 .4byte 3 16 .byte 0x01 17 .byte 0x0 [all...] |
/external/tpm2/ |
tpm_generated.h | 16 UINT16 uint8_t_Marshal(uint8_t* source, BYTE** buffer, INT32* size); 18 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size); 20 UINT16 int8_t_Marshal(int8_t* source, BYTE** buffer, INT32* size); 22 TPM_RC int8_t_Unmarshal(int8_t* target, BYTE** buffer, INT32* size); 24 UINT16 uint16_t_Marshal(uint16_t* source, BYTE** buffer, INT32* size); 26 TPM_RC uint16_t_Unmarshal(uint16_t* target, BYTE** buffer, INT32* size); 28 UINT16 int16_t_Marshal(int16_t* source, BYTE** buffer, INT32* size); 30 TPM_RC int16_t_Unmarshal(int16_t* target, BYTE** buffer, INT32* size); 32 UINT16 uint32_t_Marshal(uint32_t* source, BYTE** buffer, INT32* size); 34 TPM_RC uint32_t_Unmarshal(uint32_t* target, BYTE** buffer, INT32* size) [all...] |