tag | line | file | source code |
decrypt | 174 | arch/i386/boot/compressed/gzip.h | extern int decrypt; /* flag to turn on decryption */ |
decrypt | 80 | arch/i386/boot/compressed/inflate.c | (decrypt ? (cc = get_byte(), zdecode(cc), cc) : get_byte()) |
decrypt | 46 | arch/i386/boot/compressed/unzip.c | int decrypt; /* flag to turn on decryption */ |
decrypt | 74 | arch/i386/boot/compressed/unzip.c | if ((decrypt = h[LOCFLG] & CRPFLG) != 0) { |
decrypt | 128 | arch/i386/boot/compressed/unzip.c | if (n != LG(inbuf + LOCSIZ) - (decrypt ? RAND_HEAD_LEN : 0)) { |
decrypt | 135 | arch/i386/boot/compressed/unzip.c | if (decrypt) zdecode(c); |