Home
last modified time | relevance | path

Searched refs:blocksize (Results 1 – 25 of 54) sorted by relevance

123

/drivers/mtd/parsers/
Dbcm47xxpart.c95 uint32_t blocksize = master->erasesize; in bcm47xxpart_parse() local
105 if (blocksize < 0x1000) in bcm47xxpart_parse()
106 blocksize = 0x1000; in bcm47xxpart_parse()
121 for (offset = 0; offset <= master->size - blocksize; in bcm47xxpart_parse()
122 offset += blocksize) { in bcm47xxpart_parse()
206 trx_size = max(trx->length, last_subpart + blocksize); in bcm47xxpart_parse()
212 offset += roundup(trx_size, blocksize) - blocksize; in bcm47xxpart_parse()
228 if (offset != master->size - blocksize && in bcm47xxpart_parse()
271 master->size - blocksize, 0); in bcm47xxpart_parse()
/drivers/crypto/qce/
Dsha.c145 unsigned int blocksize = in qce_ahash_export() local
154 memcpy(out_state->buffer, rctx->buf, blocksize); in qce_ahash_export()
161 memcpy(out_state->buf, rctx->buf, blocksize); in qce_ahash_export()
175 unsigned int blocksize; in qce_import_common() local
178 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_import_common()
180 memcpy(rctx->buf, buffer, blocksize); in qce_import_common()
182 if (in_count <= blocksize) { in qce_import_common()
199 rctx->buflen = (unsigned int)(in_count & (blocksize - 1)); in qce_import_common()
236 unsigned int blocksize; in qce_ahash_update() local
238 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in qce_ahash_update()
[all …]
Dablkcipher.c273 unsigned int blocksize; member
284 .blocksize = AES_BLOCK_SIZE,
293 .blocksize = AES_BLOCK_SIZE,
302 .blocksize = AES_BLOCK_SIZE,
311 .blocksize = AES_BLOCK_SIZE,
320 .blocksize = DES_BLOCK_SIZE,
329 .blocksize = DES_BLOCK_SIZE,
338 .blocksize = DES3_EDE_BLOCK_SIZE,
347 .blocksize = DES3_EDE_BLOCK_SIZE,
371 alg->cra_blocksize = def->blocksize; in qce_ablkcipher_register_one()
/drivers/crypto/ccree/
Dcc_cipher.c937 .blocksize = 1,
955 .blocksize = 1,
974 .blocksize = 1,
993 .blocksize = AES_BLOCK_SIZE,
1011 .blocksize = AES_BLOCK_SIZE,
1030 .blocksize = AES_BLOCK_SIZE,
1049 .blocksize = AES_BLOCK_SIZE,
1067 .blocksize = AES_BLOCK_SIZE,
1086 .blocksize = AES_BLOCK_SIZE,
1105 .blocksize = AES_BLOCK_SIZE,
[all …]
Dcc_hash.c725 int blocksize = 0; in cc_hash_setkey() local
736 blocksize = crypto_tfm_alg_blocksize(&ahash->base); in cc_hash_setkey()
766 if (keylen > blocksize) { in cc_hash_setkey()
804 set_din_const(&desc[idx], 0, (blocksize - digestsize)); in cc_hash_setkey()
809 (blocksize - digestsize), NS_BIT, 0); in cc_hash_setkey()
821 if ((blocksize - keylen)) { in cc_hash_setkey()
824 (blocksize - keylen)); in cc_hash_setkey()
828 keylen), (blocksize - keylen), in cc_hash_setkey()
835 set_din_const(&desc[idx], 0, blocksize); in cc_hash_setkey()
838 blocksize, NS_BIT, 0); in cc_hash_setkey()
[all …]
Dcc_aead.c421 unsigned int blocksize; in cc_get_plain_hmac_key() local
433 blocksize = SHA1_BLOCK_SIZE; in cc_get_plain_hmac_key()
439 blocksize = SHA256_BLOCK_SIZE; in cc_get_plain_hmac_key()
458 if (keylen > blocksize) { in cc_get_plain_hmac_key()
495 set_din_const(&desc[idx], 0, (blocksize - digestsize)); in cc_get_plain_hmac_key()
498 digestsize), (blocksize - digestsize), in cc_get_plain_hmac_key()
510 if ((blocksize - keylen) != 0) { in cc_get_plain_hmac_key()
513 (blocksize - keylen)); in cc_get_plain_hmac_key()
518 (blocksize - keylen), NS_BIT, 0); in cc_get_plain_hmac_key()
524 set_din_const(&desc[idx], 0, (blocksize - keylen)); in cc_get_plain_hmac_key()
[all …]
/drivers/bcma/
Ddriver_chipcommon_sflash.c29 u32 blocksize; member
149 sflash->blocksize = e->blocksize; in bcma_sflash_init()
151 sflash->size = sflash->blocksize * sflash->numblocks; in bcma_sflash_init()
155 e->name, sflash->size / 1024, sflash->blocksize, in bcma_sflash_init()
/drivers/ssb/
Ddriver_chipcommon_sflash.c28 u32 blocksize; member
149 sflash->blocksize = e->blocksize; in ssb_sflash_init()
151 sflash->size = sflash->blocksize * sflash->numblocks; in ssb_sflash_init()
155 e->name, sflash->size / 1024, e->blocksize, e->numblocks); in ssb_sflash_init()
/drivers/usb/storage/
Dalauda.c88 unsigned int blocksize; /* number of pages per block */ member
431 MEDIA_INFO(us).blocksize = 1 << media_info->blockshift; in alauda_init_media()
435 MEDIA_INFO(us).blockmask = MEDIA_INFO(us).blocksize - 1; in alauda_init_media()
789 (MEDIA_INFO(us).pagesize + 64) * MEDIA_INFO(us).blocksize, in alauda_write_block()
811 unsigned int blocksize = MEDIA_INFO(us).blocksize; in alauda_write_lba() local
839 blocksize, blockbuffer); in alauda_write_lba()
843 memset(blockbuffer, 0, blocksize * (pagesize + 64)); in alauda_write_lba()
851 for (i = 0; i < blocksize; i++) { in alauda_write_lba()
914 unsigned int blocksize = MEDIA_INFO(us).blocksize; in alauda_read_data() local
928 len = min(sectors, blocksize) * (pagesize + 64); in alauda_read_data()
[all …]
Dsddr55.c91 int blocksize; /* Size of block in pages */ member
209 len = min((unsigned int) sectors, (unsigned int) info->blocksize >> in sddr55_read_data()
228 info->blocksize - page); in sddr55_read_data()
336 len = min((unsigned int) sectors, (unsigned int) info->blocksize >> in sddr55_write_data()
355 info->blocksize - page); in sddr55_write_data()
578 info->blocksize = 16; in sddr55_get_capacity()
610 info->blocksize = 32; in sddr55_get_capacity()
616 info->blocksize = 32; in sddr55_get_capacity()
622 info->blocksize = 32; in sddr55_get_capacity()
628 info->blocksize = 32; in sddr55_get_capacity()
Dsddr09.c251 int blocksize; /* Size of block in pages */ member
755 len = min(sectors, (unsigned int) info->blocksize) * info->pagesize; in sddr09_read_data()
770 pages = min(sectors, info->blocksize - page); in sddr09_read_data()
892 result = sddr09_read22(us, address>>1, info->blocksize, in sddr09_write_lba()
898 for (i = 0; i < info->blocksize; i++) { in sddr09_write_lba()
932 result = sddr09_write_inplace(us, address>>1, info->blocksize, in sddr09_write_lba()
1000 len = min(sectors, (unsigned int) info->blocksize) * info->pagesize; in sddr09_write_data()
1015 pages = min(sectors, info->blocksize - page); in sddr09_write_data()
1604 info->blocksize = (1 << info->blockshift); in sddr09_transport()
1605 info->blockmask = info->blocksize - 1; in sddr09_transport()
/drivers/crypto/ccp/
Dccp-crypto-aes.c261 unsigned int blocksize; member
272 .blocksize = AES_BLOCK_SIZE,
281 .blocksize = AES_BLOCK_SIZE,
290 .blocksize = 1,
299 .blocksize = 1,
308 .blocksize = 1,
317 .blocksize = 1,
344 alg->cra_blocksize = def->blocksize; in ccp_register_aes_alg()
Dccp-crypto-des3.c160 unsigned int blocksize; member
171 .blocksize = DES3_EDE_BLOCK_SIZE,
180 .blocksize = DES3_EDE_BLOCK_SIZE,
207 alg->cra_blocksize = def->blocksize; in ccp_register_des3_alg()
Dccp-crypto-aes-galois.c193 unsigned int blocksize; member
204 .blocksize = 1,
231 alg->base.cra_blocksize = def->blocksize; in ccp_register_aes_aead()
/drivers/mtd/devices/
Dbcm47xxsflash.c81 if (b47s->blocksize < (64 * 1024)) in bcm47xxsflash_erase()
177 u32 mask = b47s->blocksize - 1; in bcm47xxsflash_write_at()
183 if (byte || (len < b47s->blocksize)) { in bcm47xxsflash_write_at()
199 if (byte == b47s->blocksize) in bcm47xxsflash_write_at()
261 mtd->erasesize = b47s->blocksize; in bcm47xxsflash_fill_mtd()
340 b47s->blocksize = sflash->blocksize; in bcm47xxsflash_bcma_probe()
/drivers/crypto/marvell/
Dhash.c812 unsigned int blocksize; in mv_cesa_ahash_export() local
814 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_export()
818 memset(cache, 0, blocksize); in mv_cesa_ahash_export()
830 unsigned int blocksize; in mv_cesa_ahash_import() local
838 blocksize = crypto_ahash_blocksize(ahash); in mv_cesa_ahash_import()
839 if (len >= blocksize) in mv_cesa_ahash_import()
848 cache_ptr = do_div(len, blocksize); in mv_cesa_ahash_import()
1088 void *state, unsigned int blocksize) in mv_cesa_ahmac_iv_state_init() argument
1096 sg_init_one(&sg, pad, blocksize); in mv_cesa_ahmac_iv_state_init()
1097 ahash_request_set_crypt(req, &sg, pad, blocksize); in mv_cesa_ahmac_iv_state_init()
[all …]
/drivers/crypto/caam/
Dcaamhash.c448 int blocksize = crypto_tfm_alg_blocksize(&ahash->base); in ahash_setkey() local
456 if (keylen > blocksize) { in ahash_setkey()
792 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_ctx() local
801 *next_buflen = in_len & (blocksize - 1); in ahash_update_ctx()
809 is_cmac_aes(ctx->adata.algtype)) && to_hash >= blocksize && in ahash_update_ctx()
811 *next_buflen = blocksize; in ahash_update_ctx()
812 to_hash -= blocksize; in ahash_update_ctx()
1212 int blocksize = crypto_ahash_blocksize(ahash); in ahash_update_no_ctx() local
1221 *next_buflen = in_len & (blocksize - 1); in ahash_update_no_ctx()
1229 is_cmac_aes(ctx->adata.algtype)) && to_hash >= blocksize && in ahash_update_no_ctx()
[all …]
/drivers/crypto/inside-secure/
Dsafexcel_hash.c925 unsigned int blocksize, const u8 *key, in safexcel_hmac_init_pad() argument
933 if (keylen <= blocksize) { in safexcel_hmac_init_pad()
962 memset(ipad + keylen, 0, blocksize - keylen); in safexcel_hmac_init_pad()
963 memcpy(opad, ipad, blocksize); in safexcel_hmac_init_pad()
965 for (i = 0; i < blocksize; i++) { in safexcel_hmac_init_pad()
974 unsigned int blocksize, u8 *pad, void *state) in safexcel_hmac_init_iv() argument
983 sg_init_one(&sg, pad, blocksize); in safexcel_hmac_init_iv()
984 ahash_request_set_crypt(areq, &sg, pad, blocksize); in safexcel_hmac_init_iv()
1011 unsigned int blocksize; in safexcel_hmac_setkey() local
1026 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in safexcel_hmac_setkey()
[all …]
/drivers/dax/
Dsuper.c70 struct block_device *bdev, int blocksize, sector_t start, in __generic_fsdax_supported() argument
82 if (blocksize != PAGE_SIZE) { in __generic_fsdax_supported()
160 bool __bdev_dax_supported(struct block_device *bdev, int blocksize) in __bdev_dax_supported() argument
183 ret = dax_supported(dax_dev, bdev, blocksize, 0, in __bdev_dax_supported()
319 int blocksize, sector_t start, sector_t len) in dax_supported() argument
324 return dax_dev->ops->dax_supported(dax_dev, bdev, blocksize, start, len); in dax_supported()
/drivers/atm/
Dsolos-pci.c628 int blocksize = 0; in flash_upgrade() local
636 blocksize = ATMEL_FPGA_BLOCK; in flash_upgrade()
638 blocksize = SPI_FLASH_BLOCK; in flash_upgrade()
643 blocksize = ATMEL_SOLOS_BLOCK; in flash_upgrade()
645 blocksize = SPI_FLASH_BLOCK; in flash_upgrade()
651 blocksize = ATMEL_FPGA_BLOCK; in flash_upgrade()
653 blocksize = SPI_FLASH_BLOCK; in flash_upgrade()
664 blocksize = ATMEL_SOLOS_BLOCK; in flash_upgrade()
666 blocksize = SPI_FLASH_BLOCK; in flash_upgrade()
685 numblocks = fw->size / blocksize; in flash_upgrade()
[all …]
/drivers/block/
Dnull_blk_main.c289 NULLB_DEVICE_ATTR(blocksize, uint);
524 dev->blocksize = g_bs; in null_alloc_dev()
858 i += (nullb->dev->blocksize >> SECTOR_SHIFT)) { in null_flush_cache_page()
862 nullb->dev->blocksize); in null_flush_cache_page()
939 temp = min_t(size_t, nullb->dev->blocksize, n - count); in copy_to_nullb()
976 temp = min_t(size_t, nullb->dev->blocksize, n - count); in copy_from_nullb()
1015 temp = min_t(size_t, n, nullb->dev->blocksize); in null_handle_discard()
1439 nullb->q->limits.discard_granularity = nullb->dev->blocksize; in null_config_discard()
1440 nullb->q->limits.discard_alignment = nullb->dev->blocksize; in null_config_discard()
1592 dev->blocksize = round_down(dev->blocksize, 512); in null_validate_conf()
[all …]
/drivers/crypto/ux500/cryp/
Dcryp_core.c84 u32 blocksize; member
218 if (ctx->outlen / ctx->blocksize > 0) { in cryp_interrupt_handler()
219 count = ctx->blocksize / 4; in cryp_interrupt_handler()
232 if (ctx->datalen / ctx->blocksize > 0) { in cryp_interrupt_handler()
233 count = ctx->blocksize / 4; in cryp_interrupt_handler()
285 int num_of_regs = ctx->blocksize / 8; in cfg_ivs()
297 __func__, ctx->blocksize); in cfg_ivs()
301 for (i = 0; i < ctx->blocksize / 4; i++) in cfg_ivs()
656 int len = ctx->blocksize / BYTES_PER_WORD; in cryp_polling_mode()
922 ctx->datalen = nbytes - (nbytes % ctx->blocksize); in ablk_crypt()
[all …]
/drivers/crypto/bcm/
Dcipher.c696 unsigned int blocksize = crypto_tfm_alg_blocksize(tfm); in handle_ahash_req() local
777 rem = chunksize % blocksize; /* remainder */ in handle_ahash_req()
827 blocksize); in handle_ahash_req()
937 unsigned int blocksize = in spu_hmac_outer_hash() local
943 rc = do_shash("md5", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
947 rc = do_shash("sha1", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
951 rc = do_shash("sha224", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
955 rc = do_shash("sha256", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
959 rc = do_shash("sha384", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
963 rc = do_shash("sha512", req->result, ctx->opad, blocksize, in spu_hmac_outer_hash()
[all …]
Dspu.h222 unsigned int blocksize);
225 unsigned int blocksize);
/drivers/mmc/host/
Dsh_mmcif.c236 size_t blocksize; member
602 host->sg_blkidx += host->blocksize; in sh_mmcif_next_block()
621 host->blocksize = (sh_mmcif_readl(host->addr, MMCIF_CE_BLOCK_SET) & in sh_mmcif_single_read()
643 for (i = 0; i < host->blocksize / 4; i++) in sh_mmcif_read_block()
661 host->blocksize = sh_mmcif_readl(host->addr, MMCIF_CE_BLOCK_SET) & in sh_mmcif_multi_read()
687 for (i = 0; i < host->blocksize / 4; i++) in sh_mmcif_mread_block()
701 host->blocksize = (sh_mmcif_readl(host->addr, MMCIF_CE_BLOCK_SET) & in sh_mmcif_single_write()
723 for (i = 0; i < host->blocksize / 4; i++) in sh_mmcif_write_block()
741 host->blocksize = sh_mmcif_readl(host->addr, MMCIF_CE_BLOCK_SET) & in sh_mmcif_multi_write()
767 for (i = 0; i < host->blocksize / 4; i++) in sh_mmcif_mwrite_block()

123