taglinefilesource code
decrypt174arch/i386/boot/compressed/gzip.hextern int decrypt;        /* flag to turn on decryption */
decrypt80arch/i386/boot/compressed/inflate.c(decrypt ? (cc = get_byte(), zdecode(cc), cc) : get_byte())
decrypt46arch/i386/boot/compressed/unzip.cint decrypt;      /* flag to turn on decryption */
decrypt74arch/i386/boot/compressed/unzip.cif ((decrypt = h[LOCFLG] & CRPFLG) != 0) {
decrypt128arch/i386/boot/compressed/unzip.cif (n != LG(inbuf + LOCSIZ) - (decrypt ? RAND_HEAD_LEN : 0)) {
decrypt135arch/i386/boot/compressed/unzip.cif (decrypt) zdecode(c);