Home
last modified time | relevance | path

Searched refs:mod_len (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/s390/crypto/
H A Dzcrypt_msgtype50.c200 int mod_len; in ICAMEX_msg_to_type50MEX_msg() local
202 mod_len = mex->inputdatalength; in ICAMEX_msg_to_type50MEX_msg()
204 if (mod_len <= 128) { in ICAMEX_msg_to_type50MEX_msg()
215 } else if (mod_len <= 256) { in ICAMEX_msg_to_type50MEX_msg()
226 } else if (mod_len <= 512) { in ICAMEX_msg_to_type50MEX_msg()
242 copy_from_user(exp, mex->b_key, mod_len) || in ICAMEX_msg_to_type50MEX_msg()
243 copy_from_user(inp, mex->inputdata, mod_len)) in ICAMEX_msg_to_type50MEX_msg()
262 int mod_len, short_len; in ICACRT_msg_to_type50CRT_msg() local
265 mod_len = crt->inputdatalength; in ICACRT_msg_to_type50CRT_msg()
266 short_len = (mod_len + 1) / 2; in ICACRT_msg_to_type50CRT_msg()
[all …]
H A Dzcrypt_cca_key.h81 unsigned short mod_len; member
208 key->pvt.mod_len = crt->inputdatalength; in zcrypt_type6_crt_key()
/linux-6.15/include/linux/
H A Dccp.h379 u32 mod_len; /* In bytes */ member
580 u32 mod_len; /* In bytes */ member
/linux-6.15/include/xen/interface/
H A Dxen.h643 unsigned long mod_len; /* Size (bytes) of pre-loaded module. */ member
/linux-6.15/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c84 rctx->cmd.u.rsa.mod_len = ctx->u.rsa.n_len; in ccp_rsa_crypt()
H A Dccp-ops.c1919 ret = ccp_reverse_set_dm_area(&src, 0, rsa->mod, 0, rsa->mod_len); in ccp_run_rsa_cmd()
1948 ccp_reverse_get_dm_area(&dst, 0, rsa->dst, 0, rsa->mod_len); in ccp_run_rsa_cmd()
2204 ret = ccp_reverse_set_dm_area(&src, 0, ecc->mod, 0, ecc->mod_len); in ccp_run_ecc_mm_cmd()
2327 ret = ccp_reverse_set_dm_area(&src, 0, ecc->mod, 0, ecc->mod_len); in ccp_run_ecc_pm_cmd()
2447 (ecc->mod_len > CCP_ECC_MODULUS_BYTES)) in ccp_run_ecc_cmd()
/linux-6.15/fs/btrfs/
H A Dtree-log.c4583 u64 mod_len = em->len; in log_extent_csums() local
4594 const u64 mod_end = mod_start + mod_len; in log_extent_csums()
4597 if (mod_len == 0) in log_extent_csums()
4612 mod_len = ordered->file_offset - mod_start; in log_extent_csums()
4625 mod_len = mod_end - ordered_end; in log_extent_csums()
4628 mod_len = 0; in log_extent_csums()
4647 if (mod_len == 0) in log_extent_csums()
4656 csum_len = mod_len; in log_extent_csums()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c4085 u16 rel_num, prod_ver, mod_len, cap, offset; in ixgbe_get_oem_prod_version() local
4095 hw->eeprom.ops.read(hw, offset, &mod_len); in ixgbe_get_oem_prod_version()
4099 if (mod_len != NVM_OEM_PROD_VER_MOD_LEN || in ixgbe_get_oem_prod_version()
/linux-6.15/arch/x86/xen/
H A Denlighten_pv.c1531 boot_params.hdr.ramdisk_size = xen_start_info->mod_len; in xen_start_kernel()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c10067 int ret, i, mod_len; in find_kernel_btf_id() local
10073 mod_len = fn_name - mod_name; in find_kernel_btf_id()
10077 if (!mod_name || strncmp(mod_name, "vmlinux", mod_len) == 0) { in find_kernel_btf_id()
10097 if (mod_name && strncmp(mod->name, mod_name, mod_len) != 0) in find_kernel_btf_id()