HomeSort by relevance Sort by last modified time
    Searched refs:block_size (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_common.c 155 const size_t block_size = 16; local
161 if (encr == NULL || encr_len < 2 * block_size || encr_len % block_size)
167 decrypted = wpabuf_alloc(encr_len - block_size);
172 wpabuf_put_data(decrypted, encr + block_size, encr_len - block_size);
  /external/e2fsprogs/lib/ext2fs/
dosio.c 162 ioch->block_size = 1024; /* The smallest ext2fs block size */
365 channel->block_size = blksize;
381 size = (size_t)((count < 0) ? -count : count * channel->block_size);
382 loc = (ext2_loff_t) block * channel->block_size;
419 size = (size_t)channel->block_size;
425 size = (size_t)(count * channel->block_size);
428 loc = (ext2_loff_t)block * channel->block_size;
nt_io.c 1127 io->block_size = 1024;
1292 if (channel->block_size != blksize)
1294 channel->block_size = blksize;
1298 NtData->BufferSize = channel->block_size;
1342 memcpy(buf, NtData->Buffer, channel->block_size);
1346 Size = (count < 0) ? (ULONG)(-count) : (ULONG)(count * channel->block_size);
1348 Offset.QuadPart = block * channel->block_size;
1368 ASSERT(0 == (SizeToRead % channel->block_size));
1421 SizeToWrite = channel->block_size;
1433 SizeToWrite = (ULONG)(count * channel->block_size);
    [all...]
ext2_io.h 36 int block_size; member in struct:struct_io_channel
test_io.c 118 for (i=0, cp = buf; i < channel->block_size; i++, cp++) {
122 for (i=0, cp = buf; i < channel->block_size; i++, cp++) {
190 io->block_size = 1024;
284 channel->block_size = blksize;
  /external/openssl/crypto/evp/
evp_lib.c 183 return e->block_size;
188 return ctx->cipher->block_size;
233 return md->block_size;
enc_min.c 267 OPENSSL_assert(ctx->cipher->block_size == 1
268 || ctx->cipher->block_size == 8
269 || ctx->cipher->block_size == 16);
322 ctx->block_mask=ctx->cipher->block_size-1;
evp_enc.c 166 bl=ctx->cipher->block_size;
216 b=ctx->cipher->block_size;
262 b=ctx->cipher->block_size;
308 b=ctx->cipher->block_size;
341 n=ctx->cipher->block_size-n;
  /external/e2fsprogs/e2fsck/
ehandler.c 44 for (i=0; i < count; i++, p += channel->block_size, block++) {
90 for (i=0; i < count; i++, p += channel->block_size, block++) {
  /external/qemu/memcheck/
memcheck_proc_management.h 236 uint32_t block_size)
238 return allocmap_find(&proc->alloc_map, address, block_size);
memcheck_malloc_map.c 148 uint32_t block_size)
152 adesc.desc.malloc_desc.requested_bytes = block_size;
193 allocmap_find(const AllocMap* map, target_ulong address, uint32_t block_size)
195 AllocMapEntry* adesc = allocmap_find_entry(map, address, block_size);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_internal.c 241 size_t block_size; member in struct:crypto_cipher::__anon6834::__anon6836
290 ctx->u.aes.block_size = key_len;
291 os_memcpy(ctx->u.aes.cbc, iv, ctx->u.aes.block_size);
324 if (len % ctx->u.aes.block_size)
326 blocks = len / ctx->u.aes.block_size;
328 for (j = 0; j < ctx->u.aes.block_size; j++)
333 ctx->u.aes.block_size);
334 plain += ctx->u.aes.block_size;
335 crypt += ctx->u.aes.block_size;
375 if (len % ctx->u.aes.block_size)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoader.java 380 int block_size = 1024; local
381 int data_size = entrySize < 1 ? block_size : entrySize;
399 byte[] temp = new byte[data_size + block_size];
401 data_size += block_size;
403 block_size *= 2;
  /external/bluetooth/glib/tests/
slice-threadinit.c 41 gsize block_size)
45 g_slice_free1 (block_size, (*trash_list)->data);
  /external/e2fsprogs/ext2ed/
group_com.c 93 offset=file_system_info.first_group_desc_offset+copy_num*file_system_info.super_block.s_blocks_per_group*file_system_info.block_size;
112 temp=(device_offset-file_system_info.first_group_desc_offset) % (file_system_info.super_block.s_blocks_per_group*file_system_info.block_size);
init.c 420 file_system_info.block_size=EXT2_MIN_BLOCK_SIZE << sb->s_log_block_size;
421 if (file_system_info.block_size == EXT2_MIN_BLOCK_SIZE)
424 file_system_info.first_group_desc_offset=file_system_info.block_size;
428 file_system_info.inodes_per_block=file_system_info.block_size/sizeof (struct ext2_inode);
431 file_system_info.file_system_size=(sb->s_blocks_count-1)*file_system_info.block_size;
436 file_system_info.block_size=DefaultBlockSize;
disk.c 233 if (low_write (type_data.u.buffer,file_system_info.block_size,device_offset)==0)
ext2ed.h 129 unsigned short block_size; member in struct:struct_file_system_info
208 extern short block_size;
win.c 173 block_num=device_offset/file_system_info.block_size;
174 block_offset=device_offset%file_system_info.block_size;
general_com.c 223 mult=file_system_info.block_size;
460 if (type_data.offset_in_block==file_system_info.block_size) {
476 if (type_data.offset_in_block==file_system_info.block_size) {
629 for (l=0;l<file_system_info.block_size/16;l++) {
711 if (type_data.offset_in_block+offset < file_system_info.block_size) {
  /external/grub/util/
mkbimage 39 block_size=512
284 # First, find the size of the tar file in block_size.
286 file_size=$(($file_size / $block_size + 1))
339 dd if=/dev/zero of=$image bs=$block_size count=$(($cyl_size * $cylinders))
351 offset="$(($sectors * $block_size))"
  /external/qemu/elff/
dwarf_cu.cc 72 attr_value->block.block_size = *prop;
75 static_cast<Elf_Word>(attr_value->block.block_size + 1);
83 attr_value->block.block_size =
87 static_cast<Elf_Word>(attr_value->block.block_size + 2);
95 attr_value->block.block_size =
99 static_cast<Elf_Word>(attr_value->block.block_size + 4);
108 attr_value->block.block_size = leb128.u32;
111 static_cast<Elf_Word>(attr_value->block.block_size +
dwarf_utils.cc 300 printf("BLOCK) = [%I64u]:", attr_value->block.block_size);
301 for (Elf_Xword i = 0; i < attr_value->block.block_size; i++) {
  /external/v8/src/
log-utils.h 37 // is incremented with 'block_size' steps, never exceeding 'max_size'.
48 int block_size, int max_size, const char* seal, int seal_size);
  /external/webkit/WebKitTools/wx/build/
build_utils.py 93 def download_callback(downloaded, block_size, total_size):
94 downloaded = block_size * downloaded

Completed in 712 milliseconds

12 3 4