/external/openssl/ssl/ |
s2_enc.c | 142 bs=ds->cipher->block_size;
|
/external/webkit/Tools/CygwinDownloader/ |
cygwin-downloader.py | 16 def download_progress_hook(block_count, block_size, total_blocks):
|
/external/wpa_supplicant/ |
tlsv1_common.h | 189 size_t block_size; /* also iv_size */ member in struct:tls_cipher_data 204 size_t iv_size; /* also block_size */
|
eap_fast.c | 927 int block_size; local 929 block_size = tls_connection_get_keyblock_size(sm->ssl_ctx, data->conn); 930 if (block_size < 0) 933 out = os_malloc(block_size + len); 938 block_size + len) == 0) { 939 os_memmove(out, out + block_size, len); 958 keys.server_random_len, out, block_size + len)) 961 os_memmove(out, out + block_size, len); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_common.h | 192 size_t block_size; /* also iv_size */ member in struct:tls_cipher_data
|
tlsv1_record.c | 62 rl->iv_size = data->block_size;
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_common.h | 192 size_t block_size; /* also iv_size */ member in struct:tls_cipher_data
|
tlsv1_record.c | 62 rl->iv_size = data->block_size;
|
/system/extras/ext4_utils/ |
ext4_utils.h | 102 u32 block_size; member in struct:fs_info
|
allocate.c | 153 bg->inode_table = calloc(aux_info.inode_table_blocks, info.block_size); 158 * info.block_size, block); 173 queue_fill_block(0, aux_info.inode_table_blocks * info.block_size, block); 280 bg->bitmaps = calloc(info.block_size, 2); 282 bg->inode_bitmap = bg->bitmaps + info.block_size; 290 queue_data_block(bg->bitmaps, 2 * info.block_size, block);
|
/external/v8/src/ |
log-utils.cc | 39 int block_size, int max_size, const char* seal, int seal_size) 40 : block_size_(block_size),
|
/external/opencv/cv/include/ |
cv.h | 469 CvSize block_size, CvSize shift_size, [all...] |
/external/libvpx/nestegg/src/ |
nestegg.c | 1180 ne_read_block(nestegg * ctx, uint64_t block_id, uint64_t block_size, nestegg_packet ** data) 1195 if (block_size > LIMIT_BLOCK) 1244 frame_sizes[0] = block_size - consumed; 1249 r = ne_read_xiph_lacing(ctx->io, block_size, &consumed, frames, frame_sizes); 1254 if ((block_size - consumed) % frames) 1257 frame_sizes[i] = (block_size - consumed) / frames; 1262 r = ne_read_ebml_lacing(ctx->io, block_size, &consumed, frames, frame_sizes); 1272 if (total > block_size) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
ikev2_common.h | 277 size_t block_size; member in struct:ikev2_encr_alg
|
/external/wpa_supplicant_8/src/eap_common/ |
ikev2_common.h | 277 size_t block_size; member in struct:ikev2_encr_alg
|
/external/opencv/cxcore/src/ |
cxconvert.cpp | 664 int block_size = MIN( remaining, block_size0 ); \ 672 for( i = 0; i <= block_size - 2; i += 2, \ 678 if( i < block_size ) \ 684 for( i=0; i <= block_size-2; i+=2, d+=dd*2 )\ 686 if( i < block_size ) \ 691 remaining -= block_size; \ [all...] |
/external/kernel-headers/original/linux/ |
blkdev.h | 590 unsigned block_size; member in struct:sec_size 806 static inline unsigned int block_size(struct block_device *bdev) function
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer_unittest.cc | 123 TestInputStream(const void* data, int size, int block_size) 124 : array_stream_(data, size, block_size), counter_(0) {}
|
/external/openssl/crypto/evp/ |
openbsd_hw.c | 170 assert((inl&(ctx->cipher->block_size-1)) == 0);
|
/external/bluetooth/bluez/test/ |
ipctest.c | 105 size_t block_size; member in struct:userdata 644 u->block_size = u->a2dp.codesize; 650 u->block_size = u->link_mtu;
|
/system/vold/ |
cryptfs.c | 84 int fd, block_size; local 105 block_size = 1024 << sb.s_log_block_size; 107 len = ( ((off64_t)sb.s_blocks_count_hi << 32) + sb.s_blocks_count_lo) * block_size; [all...] |
/external/bluetooth/glib/gio/ |
glocalfile.c | 947 guint64 block_size; local 967 block_size = statfs_buffer.f_bsize; 981 block_size = statfs_buffer.f_frsize; 1013 g_file_info_set_attribute_uint64 (info, G_FILE_ATTRIBUTE_FILESYSTEM_FREE, block_size * statfs_buffer.f_bavail); 1030 g_file_info_set_attribute_uint64 (info, G_FILE_ATTRIBUTE_FILESYSTEM_SIZE, block_size * statfs_buffer.f_blocks); [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readpdb.c | 349 unsigned int block_size; member in struct:PDB_DS_HEADER 1006 blocksize = pdb->u.ds.header->block_size; [all...] |
/external/opencv/cvaux/src/ |
cvbgfg_codebook.cpp | 134 nblocks = (int)((model->storage->block_size - sizeof(CvMemBlock))/sizeof(*freeList));
|
/external/qemu/elff/ |
dwarf_defs.h | 100 Elf_Word block_size;
member in struct:Dwarf_Block [all...] |