/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
ifunc-17b.s | 6 .byte 1
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
comm-data3b.s | 6 .byte 1
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/ |
ifunc-17b.s | 6 .byte 1
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
b-badfil1.s | 5 .byte 0x98,06,42,2 7 .byte 0,0,0 8 .byte 0x98,06,42,2 10 .byte 0,0,0
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
data-reloc-global-rel.s | 18 .byte sffffffff 19 .byte sff 20 .byte sffffff80 21 .byte s0-0x80
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-vax-elf/ |
got-local-aux.s | 4 .byte 0
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
usbprotocoldefs.h | 85 (BYTE)( ((BYTE)direction << 7) | \ 86 ((BYTE)type << 5) | ((BYTE)recipient & 0x07) ) 213 ( ((BYTE)(dir) << 7) | ((BYTE)(num) & 0x0F) ) 222 BYTE Byte; 225 BYTE Descriptor:5; 226 BYTE Type:2 [all...] |
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
NullCipherTest.java | 58 assertTrue("Incorrect IV", Arrays.equals(c.getIV(), new byte[8])); 73 c.init(Cipher.ENCRYPT_MODE, new SecretKeySpec(new byte[1], "algorithm")); 81 c.init(Cipher.ENCRYPT_MODE, new SecretKeySpec(new byte[1], 91 c.init(Cipher.ENCRYPT_MODE, new SecretKeySpec(new byte[1], 96 * Class under test for byte[] update(byte[]) 99 byte[] b = { 1, 2, 3, 4, 5 }; 100 byte[] r = c.update(b); 106 * Class under test for byte[] update(byte[], int, int [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
NullCipherTest.java | 61 assertTrue("Incorrect IV", Arrays.equals(c.getIV(), new byte[8])); 76 c.init(Cipher.ENCRYPT_MODE, new SecretKeySpec(new byte[1], "algorithm")); 84 c.init(Cipher.ENCRYPT_MODE, new SecretKeySpec(new byte[1], 93 c.init(Cipher.ENCRYPT_MODE, new SecretKeySpec(new byte[1], 98 * Class under test for byte[] update(byte[]) 101 byte [] b = {1, 2, 3, 4, 5}; 102 byte [] r = c.update(b); 108 * Class under test for byte[] update(byte[], int, int [all...] |
/cts/tests/tests/keystore/src/android/keystore/cts/ |
AES128GCMNoPaddingCipherTest.java | 21 private static final byte[] KAT_KEY = HexEncoding.decode("ba76354f0aed6e8d91f45c4ff5a062db"); 22 private static final byte[] KAT_IV = HexEncoding.decode("b79437ae08ff355d7d8a4d0f"); 23 private static final byte[] KAT_PLAINTEXT = HexEncoding.decode( 26 private static final byte[] KAT_CIPHERTEXT_WITHOUT_AAD = HexEncoding.decode( 29 private static final byte[] KAT_AAD = HexEncoding.decode( 31 private static final byte[] KAT_CIPHERTEXT_WITH_AAD = HexEncoding.decode( 36 protected byte[] getKatKey() { 41 protected byte[] getKatIv() { 46 protected byte[] getKatPlaintext() { 51 protected byte[] getKatCiphertext() [all...] |
AES192GCMNoPaddingCipherTest.java | 21 private static final byte[] KAT_KEY = HexEncoding.decode( 23 private static final byte[] KAT_IV = HexEncoding.decode("d5fb1469a8d81dd75286a418"); 24 private static final byte[] KAT_PLAINTEXT = HexEncoding.decode( 26 private static final byte[] KAT_CIPHERTEXT_WITHOUT_AAD = HexEncoding.decode( 29 private static final byte[] KAT_AAD = HexEncoding.decode( 31 private static final byte[] KAT_CIPHERTEXT_WITH_AAD = HexEncoding.decode( 36 protected byte[] getKatKey() { 41 protected byte[] getKatIv() { 46 protected byte[] getKatPlaintext() { 51 protected byte[] getKatCiphertext() [all...] |
AES256GCMNoPaddingCipherTest.java | 21 private static final byte[] KAT_KEY = HexEncoding.decode( 23 private static final byte[] KAT_IV = HexEncoding.decode("a66c5252808d823dd4151fed"); 24 private static final byte[] KAT_PLAINTEXT = HexEncoding.decode( 26 private static final byte[] KAT_CIPHERTEXT_WITHOUT_AAD = HexEncoding.decode( 29 private static final byte[] KAT_AAD = HexEncoding.decode( 32 private static final byte[] KAT_CIPHERTEXT_WITH_AAD = HexEncoding.decode( 37 protected byte[] getKatKey() { 42 protected byte[] getKatIv() { 47 protected byte[] getKatPlaintext() { 52 protected byte[] getKatCiphertext() [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
PasswordRecipient.java | 11 byte[] calculateDerivedKey(int schemeID, AlgorithmIdentifier derivationAlgorithm, int keySize) 14 RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] derivedKey, byte[] encryptedEncryptedContentKey)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/spec/ |
UserKeyingMaterialSpec.java | 10 private final byte[] userKeyingMaterial; 12 public UserKeyingMaterialSpec(byte[] userKeyingMaterial) 17 public byte[] getUserKeyingMaterial()
|
/external/dbus/test/data/invalid-messages/ |
bad-boolean-array.message | 24 BYTE 0 25 BYTE 1 26 BYTE 3
|
too-much-header-padding-by-far.message | 1 ## has one byte extra header padding 20 BYTE 0 22 BYTE 0
|
/external/dbus/test/data/valid-messages/ |
no-padding.message | 8 ## this byte array is filled with zeros to the natural length 12 TYPE BYTE 16 BYTE 1
|
/external/iptables/extensions/ |
libxt_quota.man | 1 Implements network quotas by decrementing a byte counter with each 2 packet. The condition matches until the byte counter reaches zero. Behavior 4 byte counter reaches zero).
|
/external/lzma/C/ |
Delta.c | 8 void Delta_Init(Byte *state)
15 static void MyMemCpy(Byte *dest, const Byte *src, unsigned size)
22 void Delta_Encode(Byte *state, unsigned delta, Byte *data, SizeT size)
24 Byte buf[DELTA_STATE_SIZE];
33 Byte b = data[i];
34 data[i] = (Byte)(b - buf[j]);
45 void Delta_Decode(Byte *state, unsigned delta, Byte *data, SizeT size) [all...] |
/external/tpm2/ |
CpriSym_fp.h | 11 BYTE *dOut, // OUT: the decrypted data 13 BYTE *key, // IN: key buffer. The size of this buffer in bytes is 15 BYTE *iv, // IN/OUT: IV for decryption. The size of this buffer is 16 byte 17 BYTE *dIn // IN: data buffer 20 _cpri__AESDecryptCFB(BYTE *dOut, // OUT: the decrypted data 22 BYTE *key, // IN: key buffer. The size of this buffer in 24 BYTE *iv, // IN/OUT: IV for decryption. 26 BYTE *dIn // IN: data buffer 35 _cpri__AESEncryptCTR(((BYTE *)dOut), ((UINT32)keySize), ((BYTE *)key), [all...] |
bits.h | 10 #define CLEAR_BIT(bit, vector) BitClear((bit), (BYTE *)&(vector), sizeof(vector)) 11 #define SET_BIT(bit, vector) BitSet((bit), (BYTE *)&(vector), sizeof(vector)) 12 #define TEST_BIT(bit, vector) BitIsSet((bit), (BYTE *)&(vector), sizeof(vector))
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertPathCertPathRepTest.java | 13 private static final byte[] testEncoding = new byte[] { (byte) 1, (byte) 2, 14 (byte) 3, (byte) 4, (byte) 5 }; 25 * Test for <code>CertPath.CertPathRep(String type, byte[] data)</code> 53 rep = cp.new MyCertPathRep("MyEncoding", new byte[] {(byte) 1, (byte) 2, (byte) 3 }) [all...] |
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
NativeP2pDevice.java | 30 private byte[] mGeneralBytes; 32 private byte mLlcpVersion; 34 private native byte[] doReceive(); 36 public byte[] receive() { 40 private native boolean doSend(byte[] data); 42 public boolean send(byte[] data) { 58 public native byte[] doTransceive(byte[] data); 60 public byte[] transceive(byte[] data) [all...] |
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
NativeP2pDevice.java | 30 private byte mLlcpVersion; 32 private byte[] mGeneralBytes; 34 private native byte[] doReceive(); 36 public byte[] receive() { 40 private native boolean doSend(byte[] data); 42 public boolean send(byte[] data) { 58 public native byte[] doTransceive(byte[] data); 60 public byte[] transceive(byte[] data) [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue12226.go | 12 if []byte("foo")[0] == []byte("b")[0] { 13 fmt.Println("BUG: \"foo\" and \"b\" appear to have the same first byte")
|