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

/linux-4.1.27/arch/nios2/boot/compressed/
H A Dmisc.c62 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ macro
/linux-4.1.27/arch/alpha/boot/
H A Dmisc.c57 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ macro
/linux-4.1.27/arch/mn10300/boot/compressed/
H A Dmisc.c101 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ macro
/linux-4.1.27/arch/cris/boot/compressed/
H A Dmisc.c70 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ macro
/linux-4.1.27/fs/
H A Dbinfmt_flat.c178 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */ macro
237 if ((buf[3] & ENCRYPTED) || (buf[3] & CONTINUATION) || decompress_exec()
/linux-4.1.27/drivers/net/ppp/
H A Dppp_mppe.c513 "mppe_decompress[%d]: ENCRYPTED bit not set!\n", mppe_decompress()
/linux-4.1.27/lib/
H A Dinflate.c1187 #define ENCRYPTED 0x20 /* bit 5 set: file is encrypted */
1219 if ((flags & ENCRYPTED) != 0) {

Completed in 253 milliseconds