Searched refs:mod_len (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | ccp.h | 379 u32 mod_len; /* In bytes */ member 580 u32 mod_len; /* In bytes */ member
|
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_cca_key.h | 81 unsigned short mod_len; member 208 key->pvt.mod_len = crt->inputdatalength; in zcrypt_type6_crt_key()
|
| /linux/include/xen/interface/ |
| H A D | xen.h | 643 unsigned long mod_len; /* Size (bytes) of pre-loaded module. */ member
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-ops.c | 1929 ret = ccp_reverse_set_dm_area(&src, 0, rsa->mod, 0, rsa->mod_len); in ccp_run_rsa_cmd() 1958 ccp_reverse_get_dm_area(&dst, 0, rsa->dst, 0, rsa->mod_len); in ccp_run_rsa_cmd() 2214 ret = ccp_reverse_set_dm_area(&src, 0, ecc->mod, 0, ecc->mod_len); in ccp_run_ecc_mm_cmd() 2337 ret = ccp_reverse_set_dm_area(&src, 0, ecc->mod, 0, ecc->mod_len); in ccp_run_ecc_pm_cmd() 2457 (ecc->mod_len > CCP_ECC_MODULUS_BYTES)) in ccp_run_ecc_cmd()
|
| /linux/fs/btrfs/ |
| H A D | tree-log.c | 5034 u64 mod_len = em->len; in log_extent_csums() 5045 const u64 mod_end = mod_start + mod_len; in log_extent_csums() 5048 if (mod_len == 0) in log_extent_csums() 5058 * go ahead and adjust mod_start and mod_len in case this ordered in log_extent_csums() 5063 mod_len = ordered->file_offset - mod_start; in log_extent_csums() 5070 * Just don't mess with mod_start and mod_len, we'll in log_extent_csums() 5076 mod_len = mod_end - ordered_end; in log_extent_csums() 5079 mod_len = 0; in log_extent_csums() 5098 if (mod_len == 0) in log_extent_csums() 5107 csum_len = mod_len; in log_extent_csums() 5030 u64 mod_len = em->len; log_extent_csums() local [all...] |
| /linux/arch/x86/xen/ |
| H A D | enlighten_pv.c | 1500 boot_params.hdr.ramdisk_size = xen_start_info->mod_len; in xen_start_kernel()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 7784 int i, mod_len, err; in bpf_object_load_prog() 7794 mod_len = sep - mod_name; in bpf_object_load_prog() 7806 if (strncmp(mod->name, mod_name, mod_len) == 0 && mod->name[mod_len] == '\0') in bpf_object_load_prog() 10676 int ret, i, mod_len = 0; in map_btf_datasec_resize() 10682 mod_len = fn_name - mod_name; in map_btf_datasec_resize() 10686 if (!mod_name || strncmp(mod_name, "vmlinux", mod_len) == 0) { in map_btf_datasec_resize() 10706 if (mod_name && strncmp(mod->name, mod_name, mod_len) != 0) in map_btf_datasec_resize() 10416 int ret, i, mod_len = 0; find_kernel_btf_id() local
|