Searched refs:version (Results 1 – 14 of 14) sorted by relevance
/security/apparmor/include/ |
D | crypto.h | 21 int aa_calc_profile_hash(struct aa_profile *profile, u32 version, void *start, 24 static inline int aa_calc_profile_hash(struct aa_profile *profile, u32 version, in aa_calc_profile_hash() argument
|
/security/integrity/evm/ |
D | Kconfig | 15 bool "FSUUID (version 2)" 21 Default value is 'selected', which is former version 2. 22 if 'not selected', it is former version 1
|
/security/apparmor/ |
D | crypto.c | 32 int aa_calc_profile_hash(struct aa_profile *profile, u32 version, void *start, in aa_calc_profile_hash() argument 40 u32 le32_version = cpu_to_le32(version); in aa_calc_profile_hash()
|
D | policy_unpack.c | 66 u32 version; member 647 if (!unpack_u32(e, &e->version, "version")) { in verify_header() 655 if (e->version != 5) { in verify_header() 778 error = aa_calc_profile_hash(profile, e.version, start, in aa_unpack()
|
/security/integrity/ |
D | integrity.h | 96 uint8_t version; /* signature format version */ member 107 u64 version; /* track inode changes */ member
|
D | iint.c | 75 iint->version = 0; in iint_free() 155 iint->version = 0; in init_once()
|
/security/selinux/ |
D | Kconfig | 98 bool "NSA SELinux maximum supported policy format version" 102 This option enables the maximum policy format version supported 116 int "NSA SELinux maximum supported policy format version value" 121 This option sets the value for the maximum policy format version 129 policy format version supported by your policy toolchain, by
|
/security/keys/encrypted-keys/ |
D | ecryptfs_format.c | 56 auth_tok->version = (((uint16_t)(major << 8) & 0xFF00) in ecryptfs_fill_auth_tok()
|
/security/selinux/ss/ |
D | status.c | 59 status->version = SELINUX_KERNEL_STATUS_VERSION; in selinux_kernel_status_page()
|
D | policydb.c | 69 int version; member 77 .version = POLICYDB_VERSION_BASE, 82 .version = POLICYDB_VERSION_BOOL, 87 .version = POLICYDB_VERSION_IPV6, 92 .version = POLICYDB_VERSION_NLCLASS, 97 .version = POLICYDB_VERSION_MLS, 102 .version = POLICYDB_VERSION_AVTAB, 107 .version = POLICYDB_VERSION_RANGETRANS, 112 .version = POLICYDB_VERSION_POLCAP, 117 .version = POLICYDB_VERSION_PERMISSIVE, [all …]
|
/security/selinux/include/ |
D | security.h | 245 u32 version; /* version number of thie structure */ member
|
/security/integrity/ima/ |
D | ima_main.c | 129 if ((iint->version != inode->i_version) || in ima_check_last_writer()
|
D | ima_api.c | 232 iint->version = i_version; in ima_collect_measurement()
|
D | ima_appraise.c | 144 if (sig->version != 2 || xattr_len <= sizeof(*sig)) in ima_get_hash_algo()
|