| /linux/lib/ |
| H A D | decompress_unlz4.c | 38 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 D | ioctl.c | 399 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 D | chacha.c | 115 .chunksize = CHACHA_BLOCK_SIZE, 131 .chunksize = CHACHA_BLOCK_SIZE, 147 .chunksize = CHACHA_BLOCK_SIZE,
|
| H A D | aead.c | 237 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 D | simd.c | 175 alg->chunksize = ialg->chunksize; in simd_skcipher_create_compat() 401 alg->chunksize = ialg->chunksize; in simd_aead_create_compat()
|
| H A D | skcipher.c | 313 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 D | essiv.c | 584 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 D | authenc.c | 413 inst->alg.chunksize = enc->chunksize; in crypto_authenc_create()
|
| /linux/drivers/crypto/bcm/ |
| H A D | spu2.h | 181 u32 chunksize, u16 hash_block_size); 213 unsigned int assoclen, unsigned int chunksize,
|
| H A D | spu.h | 230 u32 chunksize, u16 hash_block_size); 272 unsigned int chunksize,
|
| H A D | cipher.h | 365 enum hash_mode hash_mode, u32 chunksize, 400 unsigned int assoclen, unsigned int chunksize,
|
| /linux/drivers/tty/hvc/ |
| H A D | hvsi.c | 931 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 D | snapshot.rst | 34 - 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 D | aead.h | 141 return alg->chunksize; in crypto_aead_alg_chunksize()
|
| /linux/arch/s390/crypto/ |
| H A D | des_s390.c | 374 .chunksize = DES_BLOCK_SIZE, 395 .chunksize = DES_BLOCK_SIZE,
|
| /linux/drivers/soc/samsung/ |
| H A D | Kconfig | 70 Set the chunksize in Kilobytes of the CRC for checking memory
|
| /linux/arch/arm64/crypto/ |
| H A D | ghash-ce-glue.c | 487 .chunksize = AES_BLOCK_SIZE, 503 .chunksize = AES_BLOCK_SIZE,
|
| H A D | sm4-neon-glue.c | 221 .chunksize = SM4_BLOCK_SIZE,
|
| H A D | sm4-ce-gcm-glue.c | 229 .chunksize = SM4_BLOCK_SIZE,
|
| /linux/arch/x86/crypto/ |
| H A D | aria_aesni_avx_glue.c | 174 .chunksize = ARIA_BLOCK_SIZE,
|
| H A D | aria_aesni_avx2_glue.c | 188 .chunksize = ARIA_BLOCK_SIZE,
|
| H A D | aesni-intel_glue.c | 625 .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 D | aes-riscv64-glue.c | 533 .chunksize = AES_BLOCK_SIZE, 552 .chunksize = AES_BLOCK_SIZE,
|
| /linux/include/uapi/linux/raid/ |
| H A D | md_p.h | 240 __le32 chunksize; /* in 512byte sectors */ member
|
| /linux/include/crypto/ |
| H A D | aead.h | 150 unsigned int chunksize; member
|