Home
last modified time | relevance | path

Searched refs:chunksize (Results 1 – 25 of 36) sorted by relevance

12

/linux/lib/
H A Ddecompress_unlz4.c38 size_t chunksize = 0; in unlz4() local
91 chunksize = get_unaligned_le32(inp); in unlz4()
92 if (chunksize == ARCHIVE_MAGICNUMBER) { in unlz4()
120 chunksize = get_unaligned_le32(inp); in unlz4()
121 if (chunksize == ARCHIVE_MAGICNUMBER) { in unlz4()
131 if (!fill && chunksize == 0) { in unlz4()
143 if (chunksize > LZ4_compressBound(uncomp_chunksize)) { in unlz4()
147 size = fill(inp, chunksize); in unlz4()
148 if (size < chunksize) { in unlz4()
161 chunksize = ret; in unlz4()
[all …]
/linux/fs/ocfs2/
H A Dioctl.c399 unsigned int chunksize) in o2ffg_update_histogram() argument
403 index = __ilog2_u32(chunksize); in o2ffg_update_histogram()
408 hist->fc_clusters[index] += chunksize; in o2ffg_update_histogram()
412 unsigned int chunksize) in o2ffg_update_stats() argument
414 if (chunksize > stats->ffs_max) in o2ffg_update_stats()
415 stats->ffs_max = chunksize; in o2ffg_update_stats()
417 if (chunksize < stats->ffs_min) in o2ffg_update_stats()
418 stats->ffs_min = chunksize; in o2ffg_update_stats()
420 stats->ffs_avg += chunksize; in o2ffg_update_stats()
425 unsigned int chunksize) in ocfs2_info_update_ffg() argument
[all …]
/linux/crypto/
H A Dchacha.c115 .chunksize = CHACHA_BLOCK_SIZE,
131 .chunksize = CHACHA_BLOCK_SIZE,
147 .chunksize = CHACHA_BLOCK_SIZE,
H A Daead.c237 if (max3(alg->maxauthsize, alg->ivsize, alg->chunksize) > in aead_prepare_alg()
241 if (!alg->chunksize) in aead_prepare_alg()
242 alg->chunksize = base->cra_blocksize; in aead_prepare_alg()
H A Dsimd.c175 alg->chunksize = ialg->chunksize; in simd_skcipher_create_compat()
401 alg->chunksize = ialg->chunksize; in simd_aead_create_compat()
H A Dskcipher.c313 walk->stride = alg->co.chunksize; in skcipher_walk_virt()
586 seq_printf(m, "chunksize : %u\n", skcipher->chunksize); in crypto_skcipher_show()
679 if (alg->ivsize > PAGE_SIZE / 8 || alg->chunksize > PAGE_SIZE / 8 || in skcipher_prepare_alg_common()
684 if (!alg->chunksize) in skcipher_prepare_alg_common()
685 alg->chunksize = base->cra_blocksize; in skcipher_prepare_alg_common()
705 alg->walksize = alg->chunksize; in skcipher_prepare_alg()
H A Dessiv.c584 skcipher_inst->alg.chunksize = skcipher_alg->chunksize; in essiv_create()
599 aead_inst->alg.chunksize = crypto_aead_alg_chunksize(aead_alg); in essiv_create()
H A Dauthenc.c413 inst->alg.chunksize = enc->chunksize; in crypto_authenc_create()
/linux/drivers/crypto/bcm/
H A Dspu2.h181 u32 chunksize, u16 hash_block_size);
213 unsigned int assoclen, unsigned int chunksize,
H A Dspu.h230 u32 chunksize, u16 hash_block_size);
272 unsigned int chunksize,
H A Dcipher.h365 enum hash_mode hash_mode, u32 chunksize,
400 unsigned int assoclen, unsigned int chunksize,
/linux/drivers/tty/hvc/
H A Dhvsi.c931 size_t chunksize = min_t(size_t, count, hvsi_write_room(tty)); in hvsi_write() local
934 memcpy(hp->outbuf + hp->n_outbuf, source, chunksize); in hvsi_write()
935 hp->n_outbuf += chunksize; in hvsi_write()
937 total += chunksize; in hvsi_write()
938 source += chunksize; in hvsi_write()
939 count -= chunksize; in hvsi_write()
/linux/Documentation/admin-guide/device-mapper/
H A Dsnapshot.rst34 - snapshot <origin> <COW device> <persistent?> <chunksize>
38 <chunksize> sectors will be stored on the <COW device>. Writes will
73 - snapshot-merge <origin> <COW device> <persistent> <chunksize>
/linux/include/crypto/internal/
H A Daead.h141 return alg->chunksize; in crypto_aead_alg_chunksize()
/linux/arch/s390/crypto/
H A Ddes_s390.c374 .chunksize = DES_BLOCK_SIZE,
395 .chunksize = DES_BLOCK_SIZE,
/linux/drivers/soc/samsung/
H A DKconfig70 Set the chunksize in Kilobytes of the CRC for checking memory
/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c487 .chunksize = AES_BLOCK_SIZE,
503 .chunksize = AES_BLOCK_SIZE,
H A Dsm4-neon-glue.c221 .chunksize = SM4_BLOCK_SIZE,
H A Dsm4-ce-gcm-glue.c229 .chunksize = SM4_BLOCK_SIZE,
/linux/arch/x86/crypto/
H A Daria_aesni_avx_glue.c174 .chunksize = ARIA_BLOCK_SIZE,
H A Daria_aesni_avx2_glue.c188 .chunksize = ARIA_BLOCK_SIZE,
H A Daesni-intel_glue.c625 .chunksize = AES_BLOCK_SIZE,
809 .chunksize = AES_BLOCK_SIZE, \
823 .chunksize = AES_BLOCK_SIZE, \
1539 .chunksize = AES_BLOCK_SIZE, \
1555 .chunksize = AES_BLOCK_SIZE, \
/linux/arch/riscv/crypto/
H A Daes-riscv64-glue.c533 .chunksize = AES_BLOCK_SIZE,
552 .chunksize = AES_BLOCK_SIZE,
/linux/include/uapi/linux/raid/
H A Dmd_p.h240 __le32 chunksize; /* in 512byte sectors */ member
/linux/include/crypto/
H A Daead.h150 unsigned int chunksize; member

12