Home
last modified time | relevance | path

Searched refs:y (Results 1 – 9 of 9) sorted by relevance

/security/integrity/ima/
DKconfig56 default y
100 depends on CRYPTO_SHA1=y
104 depends on CRYPTO_SHA256=y && !IMA_TEMPLATE
108 depends on CRYPTO_SHA512=y && !IMA_TEMPLATE
112 depends on CRYPTO_WP512=y && !IMA_TEMPLATE
137 default y if IMA_WRITE_POLICY
162 default y
172 default y
/security/integrity/
DKconfig5 default y
48 default y
57 default y
/security/apparmor/
DKconfig38 default y
46 default y
69 default y
/security/tomoyo/
Dutil.c99 u16 y; in tomoyo_convert_time() local
108 for (y = 1970; ; y++) { in tomoyo_convert_time()
109 const unsigned short days = (y & 3) ? 365 : 366; in tomoyo_convert_time()
114 r = (y & 3) == 0; in tomoyo_convert_time()
119 stamp->year = y; in tomoyo_convert_time()
/security/
DKconfig69 default y
251 bool "SELinux" if SECURITY_SELINUX=y
254 bool "Simplified Mandatory Access Control" if SECURITY_SMACK=y
257 bool "TOMOYO" if SECURITY_TOMOYO=y
260 bool "AppArmor" if SECURITY_APPARMOR=y
/security/selinux/
DKconfig64 default y
77 default y
/security/integrity/evm/
DKconfig16 default y
/security/keys/
Dkeyring.c161 static u64 mult_64x32_and_fold(u64 x, u32 y) in mult_64x32_and_fold() argument
163 u64 hi = (u64)(u32)(x >> 32) * y; in mult_64x32_and_fold()
164 u64 lo = (u64)(u32)(x) * y; in mult_64x32_and_fold()
DKconfig24 def_bool y