/linux/include/linux/ |
H A D | fortify-string.h | 203 if (p_size < size) in strncpy() 233 ret = __real_strnlen(p, maxlen < p_size ? maxlen : p_size); in strnlen() 270 if (p_size <= ret) in __fortify_strlen() 321 if (p_size < len) in sized_strscpy() 496 if (p_size != SIZE_MAX && p_size < size) in fortify_memset_chk() 596 if (p_size != SIZE_MAX && p_size < size) in fortify_memcpy_chk() 694 if (p_size < size) in memscan() 711 if (p_size < size) in memcmp() 725 if (p_size < size) in memchr() 737 if (p_size < size) in memchr_inv() [all …]
|
/linux/crypto/ |
H A D | dh_helper.c | 31 return p->key_size + p->p_size + p->g_size; in dh_data_size() 55 ptr = dh_pack_data(ptr, end, ¶ms->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(¶ms->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()
|
H A D | dh.c | 57 if (dh_check_params_length(params->p_size << 3)) in dh_set_params() 60 ctx->p = mpi_read_raw_data(params->p, params->p_size); in dh_set_params() 283 unsigned int p_size; member 472 if (params.p_size || params.g_size) in dh_safe_prime_set_secret() 477 params.p_size = inst_ctx->safe_prime->p_size; in dh_safe_prime_set_secret() 621 .p_size = 256, 643 .p_size = 384, 673 .p_size = 512, 711 .p_size = 768, 765 .p_size = 1024,
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_asym_algs.c | 110 unsigned int p_size; member 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() 379 ctx->p_size, in qat_dh_compute_value() 433 ctx->p_size = params->p_size; in qat_dh_set_params() 457 memset(ctx->g, 0, ctx->p_size); in qat_dh_clear_ctx() 467 memset(ctx->p, 0, ctx->p_size); in qat_dh_clear_ctx() 471 ctx->p_size = 0; in qat_dh_clear_ctx() 523 return ctx->p_size; in qat_dh_max_size() [all …]
|
/linux/include/drm/ttm/ |
H A D | ttm_range_manager.h | 39 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 D | karma.c | 28 __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 D | osf.c | 46 __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 D | msdos.c | 341 __le32 p_size; /* number of sectors in partition */ member 385 bsd_size = le32_to_cpu(p->p_size); in parse_bsd()
|
/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_range_manager.c | 180 unsigned long p_size) in ttm_range_man_init_nocheck() argument 194 ttm_resource_manager_init(man, bdev, p_size); in ttm_range_man_init_nocheck() 196 drm_mm_init(&rman->mm, 0, p_size); in ttm_range_man_init_nocheck()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.c | 286 return ILT_PAGE_IN_BYTES(p_cli->p_size.val); in qed_cxt_get_ilt_page_size() 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() 1379 offset = (ILT_PAGE_IN_BYTES(p_cli->p_size.val) * in qed_cdu_init_pf() 1388 offset = (ILT_PAGE_IN_BYTES(p_cli->p_size.val) * in qed_cdu_init_pf() 1506 ilt_clients[i].p_size.reg, in qed_ilt_bounds_init() 1507 ilt_clients[i].p_size.val); in qed_ilt_bounds_init() 2221 hw_p_size = p_cli->p_size.val; in qed_cxt_dynamic_ilt_alloc() [all …]
|
H A D | qed_cxt.h | 285 struct ilt_cfg_pair p_size; member
|
H A D | qed_debug.c | 5019 (clients[ILT_CLI_CDUC].p_size.val + PXP_ILT_PAGE_SIZE_NUM_BITS_MIN); in qed_ilt_dump() 5021 (clients[ILT_CLI_CDUT].p_size.val + PXP_ILT_PAGE_SIZE_NUM_BITS_MIN); in qed_ilt_dump() 5604 u32 needed_buf_size_in_dwords, *p_size = &needed_buf_size_in_dwords; in qed_dbg_protection_override_dump() local 5612 p_size); in qed_dbg_protection_override_dump() 5658 u32 needed_buf_size_in_dwords, *p_size = &needed_buf_size_in_dwords; in qed_dbg_fw_asserts_dump() local 5666 p_size); in qed_dbg_fw_asserts_dump()
|
/linux/include/crypto/ |
H A D | dh.h | 37 unsigned int p_size; member
|
/linux/arch/x86/kernel/cpu/microcode/ |
H A D | amd.c | 251 u32 p_type, p_size; in __verify_patch_section() local 261 p_size = hdr[1]; in __verify_patch_section() 269 if (p_size < sizeof(struct microcode_header_amd)) { in __verify_patch_section() 270 pr_debug("Patch of size %u too short.\n", p_size); in __verify_patch_section() 274 *sh_psize = p_size; in __verify_patch_section()
|
/linux/arch/alpha/boot/tools/ |
H A D | mkbb.c | 60 u32 p_size; member
|
/linux/sound/soc/atmel/ |
H A D | mchp-i2s-mcc.c | 518 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 D | mchp-pdmc.c | 494 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/security/keys/ |
H A D | dh.c | 184 dh_inputs.p_size = dlen; in __keyctl_dh_compute()
|
/linux/drivers/block/drbd/ |
H A D | drbd_nl.c | 1097 sector_t p_size = device->p_size; /* partner's disk size. */ in drbd_new_dev_size() local 1106 p_size = m_size; in drbd_new_dev_size() 1109 if (p_size && m_size) { in drbd_new_dev_size() 1110 size = min_t(sector_t, p_size, m_size); in drbd_new_dev_size() 1116 if (p_size && p_size < size) in drbd_new_dev_size() 1117 size = p_size; in drbd_new_dev_size() 1121 if (p_size) in drbd_new_dev_size() 1122 size = p_size; in drbd_new_dev_size()
|
H A D | drbd_receiver.c | 4068 sector_t p_size, p_usize, p_csize, my_usize; in receive_sizes() local 4079 p_size = be64_to_cpu(p->d_size); in receive_sizes() 4085 device->p_size = p_size; in receive_sizes() 4093 p_size, drbd_get_max_capacity(device->ldev)); in receive_sizes() 4172 sector_t new_size = p_csize ?: p_usize ?: p_size; in receive_sizes() 4178 } else if (cur_size != 0 && p_size == 0) { in receive_sizes()
|
H A D | drbd_int.h | 770 sector_t p_size; /* partner's disk size */ member
|
H A D | drbd_main.c | 2018 device->p_size = in drbd_device_cleanup()
|
/linux/fs/btrfs/ |
H A D | tree-mod-log.c | 800 unsigned long p_size = sizeof(struct btrfs_key_ptr); in tree_mod_log_rewind() local 878 tm->move.nr_items * p_size); in tree_mod_log_rewind()
|
/linux/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 663 if (params->p_size > HPRE_DH_MAX_P_SZ) in hpre_dh_set_params() 666 if (hpre_is_dh_params_length_valid(params->p_size << in hpre_dh_set_params() 670 sz = ctx->key_sz = params->p_size; in hpre_dh_set_params()
|