Searched refs:mod_len (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/s390/crypto/ |
A D | zcrypt_msgtype50.c | 205 int mod_len; in ICAMEX_msg_to_type50MEX_msg() local 207 mod_len = mex->inputdatalength; in ICAMEX_msg_to_type50MEX_msg() 209 if (mod_len <= 128) { in ICAMEX_msg_to_type50MEX_msg() 220 } else if (mod_len <= 256) { in ICAMEX_msg_to_type50MEX_msg() 231 } else if (mod_len <= 512) { in ICAMEX_msg_to_type50MEX_msg() 246 copy_from_user(exp, mex->b_key, mod_len) || in ICAMEX_msg_to_type50MEX_msg() 247 copy_from_user(inp, mex->inputdata, mod_len)) in ICAMEX_msg_to_type50MEX_msg() 271 int mod_len, short_len; in ICACRT_msg_to_type50CRT_msg() local 274 mod_len = crt->inputdatalength; in ICACRT_msg_to_type50CRT_msg() 275 short_len = (mod_len + 1) / 2; in ICACRT_msg_to_type50CRT_msg() [all …]
|
A D | zcrypt_cca_key.h | 81 unsigned short mod_len; member 220 key->pvt.mod_len = crt->inputdatalength; in zcrypt_type6_crt_key()
|
/linux/fs/btrfs/ |
A D | extent_map.c | 261 em->mod_len = (em->mod_len + em->mod_start) - merge->mod_start; in try_merge_map() 279 em->mod_len = (merge->mod_start + merge->mod_len) - em->mod_start; in try_merge_map() 314 em->mod_len = em->len; in unpin_extent_cache() 325 em->mod_len = em->len; in unpin_extent_cache() 348 em->mod_len = em->len; in setup_extent_mapping()
|
A D | extent_map.h | 37 u64 mod_len; member
|
A D | tree-log.c | 4471 u64 mod_len = em->mod_len; in log_extent_csums() local 4482 const u64 mod_end = mod_start + mod_len; in log_extent_csums() 4485 if (mod_len == 0) in log_extent_csums() 4500 mod_len = ordered->file_offset - mod_start; in log_extent_csums() 4513 mod_len = mod_end - ordered_end; in log_extent_csums() 4516 mod_len = 0; in log_extent_csums() 4535 if (mod_len == 0) in log_extent_csums() 4544 csum_len = mod_len; in log_extent_csums()
|
/linux/include/linux/ |
A D | ccp.h | 379 u32 mod_len; /* In bytes */ member 580 u32 mod_len; /* In bytes */ member
|
/linux/include/xen/interface/ |
A D | xen.h | 643 unsigned long mod_len; /* Size (bytes) of pre-loaded module. */ member
|
/linux/drivers/crypto/ccp/ |
A D | ccp-crypto-rsa.c | 84 rctx->cmd.u.rsa.mod_len = ctx->u.rsa.n_len; in ccp_rsa_crypt()
|
A D | ccp-ops.c | 1916 ret = ccp_reverse_set_dm_area(&src, 0, rsa->mod, 0, rsa->mod_len); in ccp_run_rsa_cmd() 1945 ccp_reverse_get_dm_area(&dst, 0, rsa->dst, 0, rsa->mod_len); in ccp_run_rsa_cmd() 2201 ret = ccp_reverse_set_dm_area(&src, 0, ecc->mod, 0, ecc->mod_len); in ccp_run_ecc_mm_cmd() 2324 ret = ccp_reverse_set_dm_area(&src, 0, ecc->mod, 0, ecc->mod_len); in ccp_run_ecc_pm_cmd() 2444 (ecc->mod_len > CCP_ECC_MODULUS_BYTES)) in ccp_run_ecc_cmd()
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_common.c | 4066 u16 rel_num, prod_ver, mod_len, cap, offset; in ixgbe_get_oem_prod_version() local 4076 hw->eeprom.ops.read(hw, offset, &mod_len); in ixgbe_get_oem_prod_version() 4080 if (mod_len != NVM_OEM_PROD_VER_MOD_LEN || in ixgbe_get_oem_prod_version()
|
/linux/arch/x86/xen/ |
A D | enlighten_pv.c | 1311 boot_params.hdr.ramdisk_size = xen_start_info->mod_len; in xen_start_kernel()
|
Completed in 56 milliseconds