Searched defs:signature (Results 1 – 1 of 1) sorted by relevance
| /kernel/module/ |
| D | decompress.c | 65 const u8 signature[] = { 0x1f, 0x8b, 0x08 }; in module_gzip_header_len() local 152 static const u8 signature[] = { 0xfd, '7', 'z', 'X', 'Z', 0 }; in module_xz_decompress() local 210 static const u8 signature[] = { 0x28, 0xb5, 0x2f, 0xfd }; in module_zstd_decompress() local
|