| /Linux-v5.4/crypto/ | 
| D | cfb.c | 60 	const unsigned int bsize = crypto_cfb_bsize(tfm);  in crypto_cfb_encrypt_segment()  local83 	const unsigned int bsize = crypto_cfb_bsize(tfm);  in crypto_cfb_encrypt_inplace()  local
 106 	unsigned int bsize = crypto_cfb_bsize(tfm);  in crypto_cfb_encrypt()  local
 130 	const unsigned int bsize = crypto_cfb_bsize(tfm);  in crypto_cfb_decrypt_segment()  local
 153 	const unsigned int bsize = crypto_cfb_bsize(tfm);  in crypto_cfb_decrypt_inplace()  local
 182 	const unsigned int bsize = crypto_cfb_bsize(tfm);  in crypto_cfb_decrypt()  local
 
 | 
| D | pcbc.c | 23 	int bsize = crypto_cipher_blocksize(tfm);  in crypto_pcbc_encrypt_segment()  local45 	int bsize = crypto_cipher_blocksize(tfm);  in crypto_pcbc_encrypt_inplace()  local
 90 	int bsize = crypto_cipher_blocksize(tfm);  in crypto_pcbc_decrypt_segment()  local
 112 	int bsize = crypto_cipher_blocksize(tfm);  in crypto_pcbc_decrypt_inplace()  local
 
 | 
| D | cts.c | 107 	int bsize = crypto_skcipher_blocksize(tfm);  in cts_cbc_encrypt()  local153 	int bsize = crypto_skcipher_blocksize(tfm);  in crypto_cts_encrypt()  local
 188 	int bsize = crypto_skcipher_blocksize(tfm);  in cts_cbc_decrypt()  local
 247 	int bsize = crypto_skcipher_blocksize(tfm);  in crypto_cts_decrypt()  local
 294 	unsigned bsize;  in crypto_cts_init_tfm()  local
 
 | 
| D | ctr.c | 30 	unsigned int bsize = crypto_cipher_blocksize(tfm);  in crypto_ctr_crypt_final()  local50 	unsigned int bsize = crypto_cipher_blocksize(tfm);  in crypto_ctr_crypt_segment()  local
 76 	unsigned int bsize = crypto_cipher_blocksize(tfm);  in crypto_ctr_crypt_inplace()  local
 102 	const unsigned int bsize = crypto_cipher_blocksize(cipher);  in crypto_ctr_crypt()  local
 
 | 
| D | blkcipher.c | 69 				       unsigned int bsize)  in blkcipher_done_slow()141 				      unsigned int bsize,  in blkcipher_next_slow()
 219 	unsigned int bsize;  in blkcipher_walk_next()  local
 
 | 
| D | ofb.c | 21 	const unsigned int bsize = crypto_cipher_blocksize(cipher);  in crypto_ofb_crypt()  local
 | 
| D | ecb.c | 19 	const unsigned int bsize = crypto_cipher_blocksize(cipher);  in crypto_ecb_crypt()  local
 | 
| /Linux-v5.4/arch/x86/crypto/ | 
| D | glue_helper.c | 25 	const unsigned int bsize = 128 / 8;  in glue_ecb_req_128bit()  local70 	const unsigned int bsize = 128 / 8;  in glue_cbc_encrypt_req_128bit()  local
 102 	const unsigned int bsize = 128 / 8;  in glue_cbc_decrypt_req_128bit()  local
 162 	const unsigned int bsize = 128 / 8;  in glue_ctr_req_128bit()  local
 229 	const unsigned int bsize = 128 / 8;  in __glue_xts_req_128bit()  local
 266 	const unsigned int bsize = 128 / 8;  in glue_xts_req_128bit()  local
 
 | 
| D | cast5_avx_glue.c | 53 	const unsigned int bsize = CAST5_BLOCK_SIZE;  in ecb_crypt()  local112 	const unsigned int bsize = CAST5_BLOCK_SIZE;  in cbc_encrypt()  local
 145 	const unsigned int bsize = CAST5_BLOCK_SIZE;  in __cbc_decrypt()  local
 234 	const unsigned int bsize = CAST5_BLOCK_SIZE;  in __ctr_crypt()  local
 
 | 
| D | blowfish_glue.c | 75 	unsigned int bsize = BF_BLOCK_SIZE;  in ecb_crypt()  local131 	unsigned int bsize = BF_BLOCK_SIZE;  in __cbc_encrypt()  local
 172 	unsigned int bsize = BF_BLOCK_SIZE;  in __cbc_decrypt()  local
 266 	unsigned int bsize = BF_BLOCK_SIZE;  in __ctr_crypt()  local
 
 | 
| D | des3_ede_glue.c | 78 	const unsigned int bsize = DES3_EDE_BLOCK_SIZE;  in ecb_crypt()  local139 	unsigned int bsize = DES3_EDE_BLOCK_SIZE;  in __cbc_encrypt()  local
 180 	unsigned int bsize = DES3_EDE_BLOCK_SIZE;  in __cbc_decrypt()  local
 274 	unsigned int bsize = DES3_EDE_BLOCK_SIZE;  in __ctr_crypt()  local
 
 | 
| /Linux-v5.4/include/crypto/ | 
| D | cbc.h | 19 	unsigned int bsize = crypto_skcipher_blocksize(tfm);  in crypto_cbc_encrypt_segment()  local41 	unsigned int bsize = crypto_skcipher_blocksize(tfm);  in crypto_cbc_encrypt_inplace()  local
 84 	unsigned int bsize = crypto_skcipher_blocksize(tfm);  in crypto_cbc_decrypt_segment()  local
 108 	unsigned int bsize = crypto_skcipher_blocksize(tfm);  in crypto_cbc_decrypt_inplace()  local
 
 | 
| D | ctr.h | 48 			int bsize = min(nbytes, blocksize);  in crypto_ctr_encrypt_walk()  local
 | 
| /Linux-v5.4/arch/s390/crypto/ | 
| D | sha_common.c | 19 	unsigned int bsize = crypto_shash_blocksize(desc->tfm);  in s390_sha_update()  local75 	unsigned int bsize = crypto_shash_blocksize(desc->tfm);  in s390_sha_final()  local
 
 | 
| /Linux-v5.4/fs/freevxfs/ | 
| D | vxfs_olt.c | 57 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize)  in vxfs_oblock()77 vxfs_read_olt(struct super_block *sbp, u_long bsize)  in vxfs_read_olt()
 
 | 
| D | vxfs_lookup.c | 83 	u_long bsize = ip->i_sb->s_blocksize;  in vxfs_find_entry()  local219 	u_long			bsize = sbp->s_blocksize;  in vxfs_readdir()  local
 
 | 
| /Linux-v5.4/arch/m68k/emu/ | 
| D | nfblock.c | 56 	u32 blocks, bsize;  member99 static int __init nfhd_init_one(int id, u32 blocks, u32 bsize)  in nfhd_init_one()
 157 	u32 blocks, bsize;  in nfhd_init()  local
 
 | 
| /Linux-v5.4/fs/squashfs/ | 
| D | file_direct.c | 25 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize,  in squashfs_readpage_block()144 static int squashfs_read_cache(struct page *target_page, u64 block, int bsize,  in squashfs_read_cache()
 
 | 
| D | file_cache.c | 21 int squashfs_readpage_block(struct page *page, u64 block, int bsize, int expected)  in squashfs_readpage_block()
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | mem2node.c | 38 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node)  in phys_entry__init()50 	u64 bsize = env->memory_bsize;  in mem2node__init()  local
 
 | 
| /Linux-v5.4/fs/reiserfs/ | 
| D | item_ops.c | 31 static int sd_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize)  in sd_is_left_mergeable()128 				    unsigned long bsize)  in direct_is_left_mergeable()
 220 				      unsigned long bsize)  in indirect_is_left_mergeable()
 364 				      unsigned long bsize)  in direntry_is_left_mergeable()
 650 				      unsigned long bsize)  in errcatch_is_left_mergeable()
 
 | 
| /Linux-v5.4/drivers/mtd/ | 
| D | ftl.c | 751     uint32_t log_addr, bsize;  in ftl_read()  local797     uint32_t bsize, blk, le_virt_addr;  in set_bam_entry()  local
 865     uint32_t bsize, log_addr, virt_addr, old_addr, blk;  in ftl_write()  local
 973 	uint32_t bsize = 1 << part->header.EraseUnitSize;  in ftl_discardsect()  local
 
 | 
| /Linux-v5.4/drivers/scsi/qla2xxx/ | 
| D | qla_inline.h | 70 host_to_fcp_swap(uint8_t *fcp, uint32_t bsize)  in host_to_fcp_swap()83 host_to_adap(uint8_t *src, uint8_t *dst, uint32_t bsize)  in host_to_adap()
 
 | 
| /Linux-v5.4/fs/affs/ | 
| D | file.c | 510 	u32 bidx, boff, bsize;  in affs_do_readpage_ofs()  local545 	u32 size, bsize;  in affs_extent_file_ofs()  local
 677 	u32 bidx, boff, bsize;  in affs_write_end_ofs()  local
 
 | 
| /Linux-v5.4/lib/mpi/ | 
| D | mpi-pow.c | 31 	mpi_size_t esize, msize, bsize, rsize;  in mpi_powm()  local
 |