1
mirror of https://github.com/hashcat/hashcat synced 2024-11-20 23:27:31 +01:00

adjusted kernels to newest refactoring

This commit is contained in:
Sein Coray 2019-03-25 10:57:18 +01:00
parent 959852a1aa
commit 798f026e3a
No known key found for this signature in database
GPG Key ID: 44C4180EA69758EC
7 changed files with 24 additions and 31 deletions

View File

@ -61,10 +61,8 @@ any external components and dependencies which may be included with PKZIP Kernel
*/
#include "inc_vendor.cl"
#include "inc_hash_constants.h"
#include "inc_hash_functions.cl"
#include "inc_types.cl"
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_common.cl"
#include "inc_simd.cl"

View File

@ -84,10 +84,8 @@ Author: Sein Coray
*/
#include "inc_vendor.cl"
#include "inc_hash_constants.h"
#include "inc_hash_functions.cl"
#include "inc_types.cl"
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_common.cl"
#include "inc_simd.cl"
#include "inc_rp.h"
@ -548,4 +546,4 @@ __kernel void m17210_mxx (KERN_ATTR_RULES_ESALT (pkzip_t))
}
}
}
}
}

View File

@ -84,10 +84,8 @@ Author: Sein Coray
*/
#include "inc_vendor.cl"
#include "inc_hash_constants.h"
#include "inc_hash_functions.cl"
#include "inc_types.cl"
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_common.cl"
#include "inc_simd.cl"
@ -550,4 +548,4 @@ __kernel void m17210_mxx (KERN_ATTR_ESALT (pkzip_t))
}
}
}
}
}

View File

@ -84,10 +84,8 @@ Author: Sein Coray
*/
#include "inc_vendor.cl"
#include "inc_hash_constants.h"
#include "inc_hash_functions.cl"
#include "inc_types.cl"
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_common.cl"
#include "inc_simd.cl"
@ -562,4 +560,4 @@ __kernel void m17210_mxx (KERN_ATTR_VECTOR_ESALT (pkzip_t))
}
}
}
}
}

View File

@ -84,10 +84,8 @@ Author: Sein Coray
*/
#include "inc_vendor.cl"
#include "inc_hash_constants.h"
#include "inc_hash_functions.cl"
#include "inc_types.cl"
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_common.cl"
#include "inc_simd.cl"
#include "inc_rp.h"
@ -536,4 +534,4 @@ __kernel void m17230_mxx (KERN_ATTR_RULES_ESALT (pkzip_t))
}
}
}
}
}

View File

@ -84,7 +84,12 @@ Author: Sein Coray
*/
#include "inc_zip_inflate.cl"
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_common.cl"
#include "inc_simd.cl"
#include "inc_rp.h"
#include "inc_rp.cl"
#define CRC32(x,c) (((x)>>8)^l_crc32tab[((x)^(c))&0xff])
#define MSB(x) ((x)>>24)
@ -541,4 +546,4 @@ __kernel void m17230_mxx (KERN_ATTR_ESALT (pkzip_t))
}
}
}
}
}

View File

@ -84,10 +84,8 @@ Author: Sein Coray
*/
#include "inc_vendor.cl"
#include "inc_hash_constants.h"
#include "inc_hash_functions.cl"
#include "inc_types.cl"
#include "inc_vendor.h"
#include "inc_types.h"
#include "inc_common.cl"
#include "inc_simd.cl"
#include "inc_rp.h"
@ -552,4 +550,4 @@ __kernel void m17230_mxx (KERN_ATTR_VECTOR_ESALT (pkzip_t))
}
}
}
}
}