Home
last modified time | relevance | path

Searched refs:p_size (Results 1 – 21 of 21) sorted by relevance

/linux/include/linux/
H A Dfortify-string.h199 const size_t p_size = __member_size(p); in strncpy() local
201 if (__compiletime_lessthan(p_size, size)) in strncpy()
203 if (p_size < size) in strncpy()
204 fortify_panic(FORTIFY_FUNC_strncpy, FORTIFY_WRITE, p_size, size, p); in strncpy()
221 const size_t p_size = __member_size(p); in strnlen() local
228 if (maxlen >= p_size) in strnlen()
233 ret = __real_strnlen(p, maxlen < p_size ? maxlen : p_size); in strnlen()
234 if (p_size <= ret && maxlen != ret) in strnlen()
235 fortify_panic(FORTIFY_FUNC_strnlen, FORTIFY_READ, p_size, ret + 1, ret); in strnlen()
263 const size_t p_size = __member_size(p); in __fortify_strlen() local
[all …]
/linux/crypto/
H A Ddh_helper.c31 return p->key_size + p->p_size + p->g_size; in dh_data_size()
55 ptr = dh_pack_data(ptr, end, &params->p_size, sizeof(params->p_size)); in crypto_dh_encode_key()
58 ptr = dh_pack_data(ptr, end, params->p, params->p_size); in crypto_dh_encode_key()
79 ptr = dh_unpack_data(&params->p_size, ptr, sizeof(params->p_size)); in __crypto_dh_decode_key()
89 params->g = (void *)(ptr + params->key_size + params->p_size); in __crypto_dh_decode_key()
106 if (params->key_size > params->p_size || in crypto_dh_decode_key()
107 params->g_size > params->p_size) in crypto_dh_decode_key()
115 if (memchr_inv(params->p, 0, params->p_size) == NULL) in crypto_dh_decode_key()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c110 unsigned int p_size; member
169 dma_unmap_single(dev, req->in.dh.in.b, req->ctx.dh->p_size, in qat_dh_cb()
174 areq->dst_len = req->ctx.dh->p_size; in qat_dh_cb()
175 dma_unmap_single(dev, req->out.dh.r, req->ctx.dh->p_size, in qat_dh_cb()
236 if (req->dst_len < ctx->p_size) { in qat_dh_compute_value()
237 req->dst_len = ctx->p_size; in qat_dh_compute_value()
241 if (req->src_len > ctx->p_size) in qat_dh_compute_value()
248 msg->pke_hdr.cd_pars.func_id = qat_dh_fn_id(ctx->p_size, in qat_dh_compute_value()
290 if (sg_is_last(req->src) && req->src_len == ctx->p_size) { in qat_dh_compute_value()
294 int shift = ctx->p_size - req->src_len; in qat_dh_compute_value()
[all …]
/linux/include/drm/ttm/
H A Dttm_range_manager.h39 unsigned long p_size);
44 unsigned long p_size) in ttm_range_man_init() argument
47 return ttm_range_man_init_nocheck(bdev, type, use_tt, p_size); in ttm_range_man_init()
/linux/block/partitions/
H A Dkarma.c28 __le32 p_size; in karma_partition() member
50 if (p->p_fstype == 0x4d && le32_to_cpu(p->p_size)) { in karma_partition()
52 le32_to_cpu(p->p_size)); in karma_partition()
H A Dosf.c46 __le32 p_size; in osf_partition() member
78 if (le32_to_cpu(partition->p_size)) in osf_partition()
81 le32_to_cpu(partition->p_size)); in osf_partition()
H A Dmsdos.c341 __le32 p_size; /* number of sectors in partition */ member
385 bsd_size = le32_to_cpu(p->p_size); in parse_bsd()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c286 return ILT_PAGE_IN_BYTES(p_cli->p_size.val); in qed_cxt_get_ilt_page_size()
319 u32 page_sz = p_mgr->clients[ILT_CLI_CDUC].p_size.val; in qed_cxt_set_proto_cid_count()
372 u32 ilt_size = ILT_PAGE_IN_BYTES(p_cli->p_size.val); in qed_ilt_cli_blk_fill()
418 cxts_per_p = ILT_PAGE_IN_BYTES(p_cli->p_size.val) / in qed_ilt_get_dynamic_line_cnt()
753 ilt_page_size = ILT_PAGE_IN_BYTES(p_cli->p_size.val); in qed_cxt_cfg_ilt_compute_excess()
843 psz = ILT_PAGE_IN_BYTES(p_src->p_size.val); in qed_cxt_src_t2_alloc()
1125 clients[ILT_CLI_CDUC].p_size.reg = ILT_CFG_REG(CDUC, P_SIZE); in qed_cxt_mngr_alloc()
1129 clients[ILT_CLI_QM].p_size.reg = ILT_CFG_REG(QM, P_SIZE); in qed_cxt_mngr_alloc()
1133 clients[ILT_CLI_TM].p_size.reg = ILT_CFG_REG(TM, P_SIZE); in qed_cxt_mngr_alloc()
1137 clients[ILT_CLI_SRC].p_size.reg = ILT_CFG_REG(SRC, P_SIZE); in qed_cxt_mngr_alloc()
[all …]
H A Dqed_cxt.h285 struct ilt_cfg_pair p_size; member
H A Dqed_debug.c5021 (clients[ILT_CLI_CDUC].p_size.val + PXP_ILT_PAGE_SIZE_NUM_BITS_MIN); in qed_ilt_dump()
5023 (clients[ILT_CLI_CDUT].p_size.val + PXP_ILT_PAGE_SIZE_NUM_BITS_MIN); in qed_ilt_dump()
5606 u32 needed_buf_size_in_dwords, *p_size = &needed_buf_size_in_dwords; in qed_dbg_protection_override_dump() local
5614 p_size); in qed_dbg_protection_override_dump()
5660 u32 needed_buf_size_in_dwords, *p_size = &needed_buf_size_in_dwords; in qed_dbg_fw_asserts_dump() local
5668 p_size); in qed_dbg_fw_asserts_dump()
/linux/include/crypto/
H A Ddh.h37 unsigned int p_size; member
/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c431 u32 p_type, p_size; in __verify_patch_section() local
441 p_size = hdr[1]; in __verify_patch_section()
449 if (p_size < sizeof(struct microcode_header_amd)) { in __verify_patch_section()
450 ucode_dbg("Patch of size %u too short.\n", p_size); in __verify_patch_section()
454 *sh_psize = p_size; in __verify_patch_section()
/linux/sound/soc/atmel/
H A Dmchp-i2s-mcc.c518 int p_size = period_size; in mchp_i2s_mcc_period_to_maxburst() local
521 if (DMA_BURST_ALIGNED(p_size, s_size, MCHP_I2SMCC_DMA_8_WORD_CHUNK)) in mchp_i2s_mcc_period_to_maxburst()
523 if (DMA_BURST_ALIGNED(p_size, s_size, MCHP_I2SMCC_DMA_4_WORD_CHUNK)) in mchp_i2s_mcc_period_to_maxburst()
525 if (DMA_BURST_ALIGNED(p_size, s_size, MCHP_I2SMCC_DMA_2_WORD_CHUNK)) in mchp_i2s_mcc_period_to_maxburst()
H A Dmchp-pdmc.c494 int p_size = period_size; in mchp_pdmc_period_to_maxburst() local
497 if (DMA_BURST_ALIGNED(p_size, s_size, MCHP_PDMC_DMA_8_WORD_CHUNK)) in mchp_pdmc_period_to_maxburst()
499 if (DMA_BURST_ALIGNED(p_size, s_size, MCHP_PDMC_DMA_4_WORD_CHUNK)) in mchp_pdmc_period_to_maxburst()
501 if (DMA_BURST_ALIGNED(p_size, s_size, MCHP_PDMC_DMA_2_WORD_CHUNK)) in mchp_pdmc_period_to_maxburst()
/linux/arch/alpha/boot/tools/
H A Dmkbb.c60 u32 p_size; member
/linux/mm/
H A Dmemblock.c2584 const phys_addr_t *p_start, *p_size; in reserve_mem_kho_revive() local
2605 p_size = fdt_getprop(fdt, offset, "size", &len_size); in reserve_mem_kho_revive()
2606 if (!p_start || len_start != sizeof(*p_start) || !p_size || in reserve_mem_kho_revive()
2607 len_size != sizeof(*p_size)) { in reserve_mem_kho_revive()
2617 if (*p_size != size) { in reserve_mem_kho_revive()
2619 name, (long)*p_size, (long)size); in reserve_mem_kho_revive()
/linux/security/keys/
H A Ddh.c184 dh_inputs.p_size = dlen; in __keyctl_dh_compute()
/linux/fs/btrfs/
H A Dtree-mod-log.c837 unsigned long p_size = sizeof(struct btrfs_key_ptr); in tree_mod_log_rewind() local
915 tm->move.nr_items * p_size); in tree_mod_log_rewind()
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c654 if (params->p_size > HPRE_DH_MAX_P_SZ) in hpre_dh_set_params()
657 if (hpre_is_dh_params_length_valid(params->p_size << in hpre_dh_set_params()
661 sz = ctx->key_sz = params->p_size; in hpre_dh_set_params()
/linux/drivers/block/drbd/
H A Ddrbd_int.h774 sector_t p_size; /* partner's disk size */ member
H A Ddrbd_main.c2013 device->p_size = in drbd_device_cleanup()