HomeSort by relevance Sort by last modified time
    Searched refs:BLOCK_SIZE (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/yaffs2/yaffs2/direct/
yaffs_fileem2k.h 27 #define BLOCK_SIZE (PAGES_PER_BLOCK * (PAGE_SIZE))
39 #define BLOCK_SIZE (PAGES_PER_BLOCK * (PAGE_SIZE))
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java 128 private static final int BLOCK_SIZE = NativeCrypto.EVP_MD_block_size(EVP_MD);
129 public MD5() { super("MD5", EVP_MD, SIZE, BLOCK_SIZE); }
135 private static final int BLOCK_SIZE = NativeCrypto.EVP_MD_block_size(EVP_MD);
136 public SHA1() { super("SHA-1", EVP_MD, SIZE, BLOCK_SIZE); }
142 private static final int BLOCK_SIZE = NativeCrypto.EVP_MD_block_size(EVP_MD);
143 public SHA256() { super("SHA-256", EVP_MD, SIZE, BLOCK_SIZE); }
149 private static final int BLOCK_SIZE = NativeCrypto.EVP_MD_block_size(EVP_MD);
150 public SHA384() { super("SHA-384", EVP_MD, SIZE, BLOCK_SIZE); }
156 private static final int BLOCK_SIZE = NativeCrypto.EVP_MD_block_size(EVP_MD);
157 public SHA512() { super("SHA-512", EVP_MD, SIZE, BLOCK_SIZE); }
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
GCMBlockCipher.java 24 private static final int BLOCK_SIZE = 16;
58 if (c.getBlockSize() != BLOCK_SIZE)
61 "cipher required with a block size of " + BLOCK_SIZE + ".");
122 int bufLength = forEncryption ? BLOCK_SIZE : (BLOCK_SIZE + macSize);
131 // (but must be 16 if nonce length not 12) (BLOCK_SIZE?)
140 this.H = new byte[BLOCK_SIZE];
148 this.J0 = new byte[BLOCK_SIZE];
153 this.J0[BLOCK_SIZE - 1] = 0x01;
158 byte[] X = new byte[BLOCK_SIZE];
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeEngine.java 16 protected static final int BLOCK_SIZE = 8;
84 return BLOCK_SIZE;
98 if ((inOff + BLOCK_SIZE) > in.length)
103 if ((outOff + BLOCK_SIZE) > out.length)
110 byte[] temp = new byte[BLOCK_SIZE];
125 return BLOCK_SIZE;
  /frameworks/base/services/java/com/android/server/
RandomBlock.java 36 private static final int BLOCK_SIZE = 4096;
37 private byte[] block = new byte[BLOCK_SIZE];
55 while(total < BLOCK_SIZE) {
56 int result = in.read(retval.block, total, BLOCK_SIZE - total);
79 f.setLength(BLOCK_SIZE);
  /external/grub/stage2/
fsys_minix.c 41 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
46 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */
72 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode)))
73 #define MINIX2_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix2_inode)))
141 ((struct minix_inode *)((int) SUPERBLOCK + BLOCK_SIZE))
145 ((int)((int)DATABLOCK1 + BLOCK_SIZE))
195 return devread (fsblock * (BLOCK_SIZE / DEV_BSIZE), 0,
196 BLOCK_SIZE, (char *) buffer);
258 offset = filepos & (BLOCK_SIZE - 1);
266 size = BLOCK_SIZE;
    [all...]
vstafs.h 26 #define BLOCK_SIZE 512
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
StatFsTest.java 24 assertThat(statsFs.getBlockSize(), equalTo(ShadowStatFs.BLOCK_SIZE));
35 assertThat(statsFs.getBlockSize(), equalTo(ShadowStatFs.BLOCK_SIZE));
44 assertThat(statsFs.getBlockSize(), equalTo(ShadowStatFs.BLOCK_SIZE));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowStatFs.java 14 public static final int BLOCK_SIZE = 4096;
25 return BLOCK_SIZE;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
romfs_fs.h 6 #define ROMBSIZE BLOCK_SIZE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
romfs_fs.h 6 #define ROMBSIZE BLOCK_SIZE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
romfs_fs.h 6 #define ROMBSIZE BLOCK_SIZE
  /development/ndk/platforms/android-3/include/linux/raid/
md_p.h 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/raid/
md_p.h 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/raid/
md_p.h 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/raid/
md_p.h 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/raid/
md_p.h 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/raid/
md_p.h 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/raid/
md_p.h 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/raid/
md_p.h 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/raid/
md_p.h 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/raid/
md_p.h 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/raid/
md_p.h 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/raid/
md_p.h 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/raid/
md_p.h 17 #define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)
24 #define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)

Completed in 2925 milliseconds

1 2 3 4 5