Home
last modified time | relevance | path

Searched defs:bsize (Results 1 – 25 of 102) sorted by relevance

12345

/linux/crypto/
A Dcfb.c61 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_segment() local
84 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_inplace() local
107 unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt() local
131 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_segment() local
154 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt_inplace() local
183 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_decrypt() local
A Dpcbc.c24 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment() local
46 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_inplace() local
91 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_segment() local
113 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_decrypt_inplace() local
A Dcbc.c20 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_segment() local
48 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_inplace() local
95 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_decrypt_segment() local
125 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_decrypt_inplace() local
A Dcts.c103 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_encrypt() local
149 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_encrypt() local
184 int bsize = crypto_skcipher_blocksize(tfm); in cts_cbc_decrypt() local
243 int bsize = crypto_skcipher_blocksize(tfm); in crypto_cts_decrypt() local
290 unsigned bsize; in crypto_cts_init_tfm() local
A Dctr.c31 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_final() local
51 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_segment() local
77 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_inplace() local
103 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ctr_crypt() local
A Dofb.c22 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ofb_crypt() local
A Decb.c20 const unsigned int bsize = crypto_cipher_blocksize(cipher); in crypto_ecb_crypt() local
/linux/net/netfilter/
A Dnft_set_pipapo_avx2.c223 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local
285 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_4() local
363 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_8() local
459 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_12() local
553 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_32() local
679 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_1() local
736 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_2() local
800 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_4() local
875 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_6() local
960 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_16() local
[all …]
/linux/arch/s390/crypto/
A Dsha_common.c19 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_update() local
75 unsigned int bsize = crypto_shash_blocksize(desc->tfm); in s390_sha_final() local
/linux/fs/freevxfs/
A Dvxfs_olt.c57 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()
A Dvxfs_lookup.c83 u_long bsize = ip->i_sb->s_blocksize; in vxfs_find_entry() local
219 u_long bsize = sbp->s_blocksize; in vxfs_readdir() local
/linux/arch/x86/crypto/
A Decb_cbc_helpers.h14 #define ECB_WALK_START(req, bsize, fpu_blocks) do { \ argument
28 #define CBC_WALK_START(req, bsize, fpu_blocks) \ argument
A Dblowfish_glue.c73 unsigned int bsize = BF_BLOCK_SIZE; in ecb_crypt() local
129 unsigned int bsize = BF_BLOCK_SIZE; in __cbc_encrypt() local
170 unsigned int bsize = BF_BLOCK_SIZE; in __cbc_decrypt() local
A Dsm4_aesni_avx_glue.c127 unsigned int bsize, sm4_crypt_func func) in sm4_avx_cbc_decrypt()
233 unsigned int bsize, sm4_crypt_func func) in sm4_avx_cfb_decrypt()
302 unsigned int bsize, sm4_crypt_func func) in sm4_avx_ctr_crypt()
A Ddes3_ede_glue.c76 const unsigned int bsize = DES3_EDE_BLOCK_SIZE; in ecb_crypt() local
137 unsigned int bsize = DES3_EDE_BLOCK_SIZE; in __cbc_encrypt() local
178 unsigned int bsize = DES3_EDE_BLOCK_SIZE; in __cbc_decrypt() local
/linux/arch/m68k/emu/
A Dnfblock.c56 u32 blocks, bsize; member
98 static int __init nfhd_init_one(int id, u32 blocks, u32 bsize) in nfhd_init_one()
151 u32 blocks, bsize; in nfhd_init() local
/linux/fs/squashfs/
A Dfile_direct.c25 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()
A Dfile_cache.c21 int squashfs_readpage_block(struct page *page, u64 block, int bsize, int expected) in squashfs_readpage_block()
/linux/tools/perf/util/
A Dmem2node.c39 phys_entry__init(struct phys_entry *entry, u64 start, u64 bsize, u64 node) in phys_entry__init()
51 u64 bsize = env->memory_bsize; in mem2node__init() local
/linux/fs/reiserfs/
A Ditem_ops.c31 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/drivers/mtd/
A Dftl.c751 uint32_t log_addr, bsize; in ftl_read() local
797 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/include/crypto/
A Dctr.h48 int bsize = min(nbytes, blocksize); in crypto_ctr_encrypt_walk() local
/linux/fs/affs/
A Dfile.c530 u32 bidx, boff, bsize; in affs_do_readpage_ofs() local
565 u32 size, bsize; in affs_extent_file_ofs() local
697 u32 bidx, boff, bsize; in affs_write_end_ofs() local
/linux/drivers/scsi/qla2xxx/
A Dqla_inline.h69 host_to_fcp_swap(uint8_t *fcp, uint32_t bsize) in host_to_fcp_swap()
82 host_to_adap(uint8_t *src, uint8_t *dst, uint32_t bsize) in host_to_adap()
/linux/arch/powerpc/kernel/
A Dsetup_64.c503 u32 bsize, u32 sets) in init_cache_info()
539 u32 size, lsize, bsize, sets; in parse_cache_info() local

Completed in 30 milliseconds

12345