/Linux-v4.19/arch/x86/crypto/ |
D | camellia_aesni_avx2_glue.c | 47 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 50 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 53 .num_blocks = 2, 56 .num_blocks = 1, 66 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 69 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 72 .num_blocks = 2, 75 .num_blocks = 1, 85 .num_blocks = CAMELLIA_AESNI_AVX2_PARALLEL_BLOCKS, 88 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, [all …]
|
D | serpent_avx2_glue.c | 51 .num_blocks = 16, 54 .num_blocks = 8, 57 .num_blocks = 1, 67 .num_blocks = 16, 70 .num_blocks = 8, 73 .num_blocks = 1, 83 .num_blocks = 16, 86 .num_blocks = 8, 89 .num_blocks = 1, 99 .num_blocks = 16, [all …]
|
D | glue_helper.c | 56 func_bytes = bsize * gctx->funcs[i].num_blocks; in glue_ecb_req_128bit() 127 unsigned int func_bytes, num_blocks; in glue_cbc_decrypt_req_128bit() local 140 num_blocks = gctx->funcs[i].num_blocks; in glue_cbc_decrypt_req_128bit() 141 func_bytes = bsize * num_blocks; in glue_cbc_decrypt_req_128bit() 148 src -= num_blocks - 1; in glue_cbc_decrypt_req_128bit() 149 dst -= num_blocks - 1; in glue_cbc_decrypt_req_128bit() 187 unsigned int func_bytes, num_blocks; in glue_ctr_req_128bit() local 197 num_blocks = gctx->funcs[i].num_blocks; in glue_ctr_req_128bit() 198 func_bytes = bsize * num_blocks; in glue_ctr_req_128bit() 206 src += num_blocks; in glue_ctr_req_128bit() [all …]
|
D | twofish_avx_glue.c | 110 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 113 .num_blocks = 3, 116 .num_blocks = 1, 126 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 129 .num_blocks = 3, 132 .num_blocks = 1, 142 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 145 .num_blocks = 1, 155 .num_blocks = TWOFISH_PARALLEL_BLOCKS, 158 .num_blocks = 3, [all …]
|
D | camellia_aesni_avx_glue.c | 69 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 72 .num_blocks = 2, 75 .num_blocks = 1, 85 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 88 .num_blocks = 2, 91 .num_blocks = 1, 101 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 104 .num_blocks = 1, 114 .num_blocks = CAMELLIA_AESNI_PARALLEL_BLOCKS, 117 .num_blocks = 2, [all …]
|
D | serpent_avx_glue.c | 119 .num_blocks = SERPENT_PARALLEL_BLOCKS, 122 .num_blocks = 1, 132 .num_blocks = SERPENT_PARALLEL_BLOCKS, 135 .num_blocks = 1, 145 .num_blocks = SERPENT_PARALLEL_BLOCKS, 148 .num_blocks = 1, 158 .num_blocks = SERPENT_PARALLEL_BLOCKS, 161 .num_blocks = 1, 171 .num_blocks = SERPENT_PARALLEL_BLOCKS, 174 .num_blocks = 1, [all …]
|
D | cast6_avx_glue.c | 87 .num_blocks = CAST6_PARALLEL_BLOCKS, 90 .num_blocks = 1, 100 .num_blocks = CAST6_PARALLEL_BLOCKS, 103 .num_blocks = 1, 113 .num_blocks = CAST6_PARALLEL_BLOCKS, 116 .num_blocks = 1, 126 .num_blocks = CAST6_PARALLEL_BLOCKS, 129 .num_blocks = 1, 139 .num_blocks = CAST6_PARALLEL_BLOCKS, 142 .num_blocks = 1, [all …]
|
D | serpent_sse2_glue.c | 96 .num_blocks = SERPENT_PARALLEL_BLOCKS, 99 .num_blocks = 1, 109 .num_blocks = SERPENT_PARALLEL_BLOCKS, 112 .num_blocks = 1, 122 .num_blocks = SERPENT_PARALLEL_BLOCKS, 125 .num_blocks = 1, 135 .num_blocks = SERPENT_PARALLEL_BLOCKS, 138 .num_blocks = 1,
|
D | twofish_glue_3way.c | 111 .num_blocks = 3, 114 .num_blocks = 1, 124 .num_blocks = 3, 127 .num_blocks = 1, 137 .num_blocks = 3, 140 .num_blocks = 1, 150 .num_blocks = 3, 153 .num_blocks = 1,
|
D | camellia_glue.c | 1332 .num_blocks = 2, 1335 .num_blocks = 1, 1345 .num_blocks = 2, 1348 .num_blocks = 1, 1358 .num_blocks = 2, 1361 .num_blocks = 1, 1371 .num_blocks = 2, 1374 .num_blocks = 1,
|
/Linux-v4.19/drivers/net/wireless/ti/wl1251/ |
D | init.c | 233 u32 num_blocks) in wl1251_hw_init_txq_fill() argument 240 (QOS_TX_HIGH_BE_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 242 (QOS_TX_LOW_BE_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 246 (QOS_TX_HIGH_BK_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 248 (QOS_TX_LOW_BK_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 252 (QOS_TX_HIGH_VI_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 254 (QOS_TX_LOW_VI_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 258 (QOS_TX_HIGH_VO_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill() 260 (QOS_TX_LOW_VO_DEF * num_blocks) / 100; in wl1251_hw_init_txq_fill()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | rtas_flash.c | 112 unsigned long num_blocks; member 176 for (i = 0; i < f->num_blocks; i++) { in flash_list_valid() 204 for (i = 0; i < f->num_blocks; i++) in free_flash_list() 340 next_free = fl->num_blocks; in rtas_flash_write() 363 fl->num_blocks++; in rtas_flash_write() 598 flist->num_blocks = 0; in rtas_flash_firmware() 613 for (i = 0; i < f->num_blocks; i++) { in rtas_flash_firmware() 625 f->num_blocks = (FLASH_BLOCK_LIST_VERSION << 56) | ((f->num_blocks+1)*16); in rtas_flash_firmware() 626 f->num_blocks = cpu_to_be64(f->num_blocks); in rtas_flash_firmware()
|
/Linux-v4.19/tools/hv/ |
D | hv_kvp_daemon.c | 113 int num_blocks; member 181 int num_blocks = kvp_file_info[pool].num_blocks; in kvp_update_mem_state() local 196 ENTRIES_PER_BLOCK * num_blocks - records_read, in kvp_update_mem_state() 211 num_blocks++; in kvp_update_mem_state() 212 record = realloc(record, alloc_unit * num_blocks); in kvp_update_mem_state() 224 kvp_file_info[pool].num_blocks = num_blocks; in kvp_update_mem_state() 256 kvp_file_info[i].num_blocks = 1; in kvp_file_init() 316 int num_blocks; in kvp_key_add_or_modify() local 329 num_blocks = kvp_file_info[pool].num_blocks; in kvp_key_add_or_modify() 346 if (num_records == (ENTRIES_PER_BLOCK * num_blocks)) { in kvp_key_add_or_modify() [all …]
|
/Linux-v4.19/block/partitions/ |
D | sgi.c | 23 __be32 num_blocks; /* Size in logical blocks */ member 71 blocks = be32_to_cpu(p->num_blocks); in sgi_partition()
|
/Linux-v4.19/fs/befs/ |
D | super.c | 36 befs_sb->num_blocks = fs64_to_cpu(sb, disk_sb->num_blocks); in befs_load_sb()
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 1038 uint num_blocks, payload_index; in aes_cipher() local 1094 num_blocks = plen / 16; in aes_cipher() 1103 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1123 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1134 pframe, pn_vector, num_blocks + 1); in aes_cipher() 1213 uint num_blocks, payload_index; in aes_decipher() local 1237 num_blocks = (plen - 8) / 16; in aes_decipher() 1267 for (i = 0; i < num_blocks; i++) { in aes_decipher() 1278 pframe, pn_vector, num_blocks + 1); in aes_decipher() 1301 num_blocks = (plen - 8) / 16; in aes_decipher() [all …]
|
/Linux-v4.19/drivers/mfd/ |
D | stmpe.c | 428 .num_blocks = ARRAY_SIZE(stmpe801_blocks), 440 .num_blocks = ARRAY_SIZE(stmpe801_blocks_noirq), 534 .num_blocks = ARRAY_SIZE(stmpe811_blocks), 549 .num_blocks = ARRAY_SIZE(stmpe811_blocks), 605 .num_blocks = ARRAY_SIZE(stmpe1600_blocks), 769 .num_blocks = ARRAY_SIZE(stmpe1601_blocks), 878 .num_blocks = ARRAY_SIZE(stmpe1801_blocks), 984 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks), 998 .num_blocks = ARRAY_SIZE(stmpe24xx_blocks), 1254 for (i = 0; i < variant->num_blocks; i++) { in stmpe_devices_init()
|
/Linux-v4.19/drivers/net/wireless/rsi/ |
D | rsi_91x_sdio.c | 575 u32 num_blocks, offset, i; in rsi_sdio_load_data_master_write() local 580 num_blocks = instructions_sz / block_size; in rsi_sdio_load_data_master_write() 584 instructions_sz, num_blocks); in rsi_sdio_load_data_master_write() 597 for (offset = 0, i = 0; i < num_blocks; i++, offset += block_size) { in rsi_sdio_load_data_master_write() 773 u32 num_blocks, address, length; in rsi_sdio_host_intf_write_pkt() local 781 num_blocks = len / block_size; in rsi_sdio_host_intf_write_pkt() 784 num_blocks++; in rsi_sdio_host_intf_write_pkt() 786 address = (num_blocks * block_size | (queueno << 12)); in rsi_sdio_host_intf_write_pkt() 787 length = num_blocks * block_size; in rsi_sdio_host_intf_write_pkt()
|
D | rsi_91x_usb.c | 479 u16 num_blocks; in rsi_usb_load_data_master_write() local 484 num_blocks = instructions_sz / block_size; in rsi_usb_load_data_master_write() 485 rsi_dbg(INFO_ZONE, "num_blocks: %d\n", num_blocks); in rsi_usb_load_data_master_write() 487 for (cur_indx = 0, i = 0; i < num_blocks; i++, cur_indx += block_size) { in rsi_usb_load_data_master_write()
|
/Linux-v4.19/drivers/net/wireless/st/cw1200/ |
D | fwio.c | 56 int ret, block, num_blocks; in cw1200_load_firmware_cw1200() local 176 num_blocks = (firmware->size - 1) / DOWNLOAD_BLOCK_SIZE + 1; in cw1200_load_firmware_cw1200() 183 for (block = 0; block < num_blocks; block++) { in cw1200_load_firmware_cw1200()
|
/Linux-v4.19/arch/powerpc/platforms/ps3/ |
D | platform.h | 165 unsigned int dev_index, u64 *num_blocks); 177 u64 *num_blocks, unsigned int *num_regions);
|
D | repository.c | 593 unsigned int dev_index, u64 *num_blocks) in ps3_repository_read_stor_dev_num_blocks() argument 599 0, num_blocks, NULL); in ps3_repository_read_stor_dev_num_blocks() 658 u64 *num_blocks, unsigned int *num_regions) in ps3_repository_read_stor_dev_info() argument 672 num_blocks); in ps3_repository_read_stor_dev_info() 1250 u64 port, blk_size, num_blocks; in dump_stor_dev_info() local 1256 repo->dev_index, &port, &blk_size, &num_blocks, &num_regions); in dump_stor_dev_info() 1267 port, blk_size, num_blocks, num_regions); in dump_stor_dev_info()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 1333 num_blocks, payload_index; in aes_cipher() local 1416 num_blocks = plen / 16; in aes_cipher() 1428 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1455 for (i = 0; i < num_blocks; i++) { in aes_cipher() 1480 num_blocks+1, in aes_cipher() 1581 num_blocks, payload_index; in aes_decipher() local 1613 num_blocks = (plen-8) / 16; /* plen including LLC, payload_length and mic) */ in aes_decipher() 1653 for (i = 0; i < num_blocks; i++) { in aes_decipher() 1680 num_blocks+1, in aes_decipher() 1734 num_blocks = (plen-8) / 16; in aes_decipher() [all …]
|
/Linux-v4.19/drivers/bluetooth/ |
D | btmrvl_sdio.c | 689 int ret, num_blocks, blksz; in btmrvl_sdio_card_to_host() local 711 num_blocks = DIV_ROUND_UP(buf_len, blksz); in btmrvl_sdio_card_to_host() 714 || (num_blocks * blksz) > ALLOC_BUF_SIZE) { in btmrvl_sdio_card_to_host() 721 skb = bt_skb_alloc(num_blocks * blksz + BTSDIO_DMA_ALIGN, GFP_KERNEL); in btmrvl_sdio_card_to_host() 738 num_blocks * blksz); in btmrvl_sdio_card_to_host() 753 if (buf_len > blksz * num_blocks) { in btmrvl_sdio_card_to_host() 755 buf_len, blksz * num_blocks); in btmrvl_sdio_card_to_host() 793 BT_ERR("hex: %*ph", blksz * num_blocks, payload); in btmrvl_sdio_card_to_host()
|
/Linux-v4.19/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 27 unsigned int num_blocks; /* number of blocks that @fn will process */ member
|