| /kernel/linux/linux-5.10/crypto/ |
| D | cfb.c | 60 const unsigned int bsize = crypto_cfb_bsize(tfm); in crypto_cfb_encrypt_segment() local 83 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 | cbc.c | 19 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_segment() local 47 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_encrypt_inplace() local 94 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_decrypt_segment() local 124 unsigned int bsize = crypto_skcipher_blocksize(skcipher); in crypto_cbc_decrypt_inplace() local
|
| D | pcbc.c | 23 int bsize = crypto_cipher_blocksize(tfm); in crypto_pcbc_encrypt_segment() local 45 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 | 103 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
|
| D | ctr.c | 30 unsigned int bsize = crypto_cipher_blocksize(tfm); in crypto_ctr_crypt_final() local 50 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
|
| /kernel/linux/linux-6.6/crypto/ |
| D | cfb.c | 61 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
|
| D | pcbc.c | 24 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
|
| D | cbc.c | 20 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
|
| D | cts.c | 103 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
|
| D | ctr.c | 31 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
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| D | nft_set_pipapo_avx2.c | 45 #define NFT_PIPAPO_AVX2_BUCKET_LOAD4(reg, lt, group, v, bsize) \ argument 49 #define NFT_PIPAPO_AVX2_BUCKET_LOAD8(reg, lt, group, v, bsize) \ argument 221 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local 284 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 460 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_12() local 555 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_32() local 682 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_1() local 740 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_2() local 805 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_4() local [all …]
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | nft_set_pipapo_avx2.c | 45 #define NFT_PIPAPO_AVX2_BUCKET_LOAD4(reg, lt, group, v, bsize) \ argument 49 #define NFT_PIPAPO_AVX2_BUCKET_LOAD8(reg, lt, group, v, bsize) \ argument 221 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local 283 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_4() local 361 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_8() local 457 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_12() local 551 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_32() local 677 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_1() local 734 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_2() local 798 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_4() local [all …]
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| D | glue_helper.c | 25 const unsigned int bsize = 128 / 8; in glue_ecb_req_128bit() local 70 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 163 const unsigned int bsize = 128 / 8; in glue_ctr_req_128bit() local 233 const unsigned int bsize = 128 / 8; in __glue_xts_req_128bit() local 271 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() local 112 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() local 131 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() local 139 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
|
| /kernel/linux/linux-6.6/arch/s390/crypto/ |
| D | sha_common.c | 19 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
|
| /kernel/linux/linux-5.10/arch/s390/crypto/ |
| D | sha_common.c | 19 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
|
| /kernel/linux/linux-6.6/fs/freevxfs/ |
| D | vxfs_olt.c | 33 vxfs_oblock(struct super_block *sbp, daddr_t block, u_long bsize) in vxfs_oblock() 53 vxfs_read_olt(struct super_block *sbp, u_long bsize) in vxfs_read_olt()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| D | ecb_cbc_helpers.h | 14 #define ECB_WALK_START(req, bsize, fpu_blocks) do { \ argument 29 #define CBC_WALK_START(req, bsize, fpu_blocks) \ argument
|
| /kernel/linux/linux-6.6/arch/m68k/emu/ |
| D | nfblock.c | 55 u32 blocks, bsize; member 97 static int __init nfhd_init_one(int id, u32 blocks, u32 bsize) in nfhd_init_one() 150 u32 blocks, bsize; in nfhd_init() local
|
| /kernel/linux/linux-5.10/arch/m68k/emu/ |
| D | nfblock.c | 56 u32 blocks, bsize; member 100 static int __init nfhd_init_one(int id, u32 blocks, u32 bsize) in nfhd_init_one() 156 u32 blocks, bsize; in nfhd_init() local
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | mem2node.c | 39 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
|