Home
last modified time | relevance | path

Searched refs:ENCRYPTED (Results 1 – 5 of 5) sorted by relevance

/linux/arch/alpha/boot/
H A Dmisc.c58 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ macro
/linux/arch/nios2/boot/compressed/
H A Dmisc.c49 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ macro
/linux/lib/
H A Dinflate.c1188 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ macro
1220 if ((flags & ENCRYPTED) != 0) { in gunzip()
/linux/fs/
H A Dbinfmt_flat.c179 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ macro
229 if ((buf[3] & ENCRYPTED) || (buf[3] & CONTINUATION) || in decompress_exec()
/linux/security/keys/
H A DKconfig87 tristate "ENCRYPTED KEYS"