Searched refs:bsize (Results 1 - 25 of 127) sorted by path

123456

/linux-master/arch/alpha/include/uapi/asm/
H A Da.out.h31 __u64 bsize; member in struct:aouthdr
68 #define a_bss ah.bsize
/linux-master/arch/mips/boot/
H A Decoff.h42 int32_t bsize; /* uninitialized data " " */ member in struct:aouthdr
H A Delf2ecoff.c238 a->bsize = swab32(a->bsize);
424 eah.bsize = bss.len;
467 esecs[2].s_size = eah.bsize;
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-npei-defs.h3645 uint64_t bsize:16; member in struct:cvmx_npei_pkt_slist_id_size::cvmx_npei_pkt_slist_id_size_s
3647 uint64_t bsize:16;
H A Dcvmx-npi-defs.h323 uint64_t bsize:16; member in struct:cvmx_npi_buff_size_outputx::cvmx_npi_buff_size_outputx_s
325 uint64_t bsize:16;
/linux-master/arch/powerpc/boot/
H A Drs6000.h45 unsigned char bsize[4]; /* uninitialized data " " */ member in struct:__anon642
/linux-master/fs/reiserfs/
H A Ditem_ops.c31 static int sd_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) argument
128 unsigned long bsize)
131 return ((le_key_k_offset(version, key) & (bsize - 1)) != 1);
220 unsigned long bsize)
364 unsigned long bsize)
650 unsigned long bsize)
127 direct_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) argument
219 indirect_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) argument
363 direntry_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) argument
649 errcatch_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) argument
/linux-master/fs/squashfs/
H A Dfile_cache.c21 int squashfs_readpage_block(struct page *page, u64 block, int bsize, int expected) argument
25 block, bsize);
30 bsize);
/linux-master/include/uapi/linux/
H A Dnfs_mount.h43 unsigned int bsize; /* 3 */ member in struct:nfs_mount_data
/linux-master/lib/reed_solomon/
H A Dreed_solomon.c219 unsigned int bsize; local
236 bsize = sizeof(uint16_t) * RS_DECODE_NUM_BUFFERS * (nroots + 1);
237 rs = kzalloc(sizeof(*rs) + bsize, gfp);
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c219 mem_size = fil_size + aout->ah.bsize;
/linux-master/arch/m68k/emu/
H A Dnfblock.c55 u32 blocks, bsize; member in struct:nfhd_device
97 static int __init nfhd_init_one(int id, u32 blocks, u32 bsize) argument
100 .logical_block_size = bsize,
107 blocks, bsize);
109 if (bsize < 512 || (bsize & (bsize - 1))) {
120 dev->bsize = bsize;
121 dev->bshift = ffs(bsize)
154 u32 blocks, bsize; local
[all...]
/linux-master/arch/mips/include/asm/
H A Dsgiarcs.h281 unsigned char bsize; member in struct:linux_cache_key::param
283 unsigned char bsize;
/linux-master/arch/powerpc/kernel/
H A Dsetup_64.c551 u32 bsize, u32 sets)
556 info->block_size = bsize;
557 info->log_block_size = __ilog2(bsize);
558 if (bsize)
559 info->blocks_per_page = PAGE_SIZE / bsize;
587 u32 size, lsize, bsize, sets; local
592 lsize = bsize = cur_cpu_spec->dcache_bsize;
608 bsize = be32_to_cpu(*bsizep);
623 init_cache_info(info, size, lsize, bsize, sets);
550 init_cache_info(struct ppc_cache_info *info, u32 size, u32 lsize, u32 bsize, u32 sets) argument
/linux-master/arch/s390/crypto/
H A Dsha_common.c19 unsigned int bsize = crypto_shash_blocksize(desc->tfm); local
23 index = ctx->count % bsize;
26 if ((index + len) < bsize)
31 memcpy(ctx->buf + index, data, bsize - index);
32 cpacf_kimd(ctx->func, ctx->state, ctx->buf, bsize);
33 data += bsize - index;
34 len -= bsize - index;
39 if (len >= bsize) {
40 n = (len / bsize) * bsize;
75 unsigned int bsize = crypto_shash_blocksize(desc->tfm); local
[all...]
/linux-master/arch/x86/crypto/
H A Ddes3_ede_glue.c68 const unsigned int bsize = DES3_EDE_BLOCK_SIZE; local
80 if (nbytes >= bsize * 3) {
85 wsrc += bsize * 3;
86 wdst += bsize * 3;
87 nbytes -= bsize * 3;
88 } while (nbytes >= bsize * 3);
90 if (nbytes < bsize)
98 wsrc += bsize;
99 wdst += bsize;
100 nbytes -= bsize;
129 unsigned int bsize = DES3_EDE_BLOCK_SIZE; local
170 unsigned int bsize = DES3_EDE_BLOCK_SIZE; local
[all...]
H A Decb_cbc_helpers.h14 #define ECB_WALK_START(req, bsize, fpu_blocks) do { \
17 const int __bsize = (bsize); \
26 u8 __maybe_unused buf[(bsize)]; \
29 #define CBC_WALK_START(req, bsize, fpu_blocks) \
30 ECB_WALK_START(req, bsize, fpu_blocks)
H A Dsm4-avx.h15 unsigned int bsize, sm4_crypt_func func);
18 unsigned int bsize, sm4_crypt_func func);
H A Dsm4_aesni_avx_glue.c125 unsigned int bsize, sm4_crypt_func func)
141 while (nbytes >= bsize) {
143 dst += bsize;
144 src += bsize;
145 nbytes -= bsize;
190 unsigned int bsize, sm4_crypt_func func)
206 while (nbytes >= bsize) {
208 dst += bsize;
209 src += bsize;
210 nbytes -= bsize;
124 sm4_avx_cbc_decrypt(struct skcipher_request *req, unsigned int bsize, sm4_crypt_func func) argument
189 sm4_avx_ctr_crypt(struct skcipher_request *req, unsigned int bsize, sm4_crypt_func func) argument
[all...]
/linux-master/block/
H A Dbdev.c136 unsigned int bsize = bdev_logical_block_size(bdev); local
139 while (bsize < PAGE_SIZE) {
140 if (size & bsize)
142 bsize <<= 1;
144 bdev->bd_inode->i_blkbits = blksize_bits(bsize);
/linux-master/crypto/
H A Dcbc.c19 unsigned int bsize = crypto_lskcipher_blocksize(tfm); local
21 for (; nbytes >= bsize; src += bsize, dst += bsize, nbytes -= bsize) {
22 crypto_xor(iv, src, bsize);
23 crypto_lskcipher_encrypt(tfm, iv, dst, bsize, NULL);
24 memcpy(iv, dst, bsize);
33 unsigned int bsize = crypto_lskcipher_blocksize(tfm); local
36 if (nbytes < bsize)
73 unsigned int bsize = crypto_lskcipher_blocksize(tfm); local
97 unsigned int bsize = crypto_lskcipher_blocksize(tfm); local
[all...]
H A Dctr.c31 unsigned int bsize = crypto_cipher_blocksize(tfm); local
43 crypto_inc(ctrblk, bsize);
51 unsigned int bsize = crypto_cipher_blocksize(tfm); local
60 crypto_xor(dst, src, bsize);
63 crypto_inc(ctrblk, bsize);
65 src += bsize;
66 dst += bsize;
67 } while ((nbytes -= bsize) >= bsize);
77 unsigned int bsize local
103 const unsigned int bsize = crypto_cipher_blocksize(cipher); local
[all...]
H A Dcts.c103 int bsize = crypto_skcipher_blocksize(tfm); local
112 sg = scatterwalk_ffwd(rctx->sg, req->dst, offset - bsize);
113 scatterwalk_map_and_copy(d + bsize, sg, 0, bsize, 0);
115 memset(d, 0, bsize);
118 scatterwalk_map_and_copy(d, sg, 0, bsize + lastn, 1);
124 skcipher_request_set_crypt(subreq, sg, sg, bsize, req->iv);
149 int bsize = crypto_skcipher_blocksize(tfm); local
155 if (nbytes < bsize)
158 if (nbytes == bsize) {
184 int bsize = crypto_skcipher_blocksize(tfm); local
243 int bsize = crypto_skcipher_blocksize(tfm); local
290 unsigned bsize; local
[all...]
H A Decb.c20 const unsigned int bsize = crypto_cipher_blocksize(cipher); local
22 while (nbytes >= bsize) {
25 src += bsize;
26 dst += bsize;
28 nbytes -= bsize;
H A Dlrw.c73 int err, bsize = LRW_BLOCK_SIZE; local
74 const u8 *tweak = key + keylen - bsize;
81 err = crypto_skcipher_setkey(child, key, keylen - bsize);

Completed in 317 milliseconds

123456