Searched refs:ENCRYPTED (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c49 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ macro
/linux-master/arch/alpha/boot/
H A Dmisc.c58 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ macro
/linux-master/lib/
H A Dinflate.c1188 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */
1220 if ((flags & ENCRYPTED) != 0) {
/linux-master/fs/
H A Dbinfmt_flat.c177 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ macro
227 if ((buf[3] & ENCRYPTED) || (buf[3] & CONTINUATION) ||

Completed in 123 milliseconds