1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-06-20 23:18:48 +00:00

(07000->07010 in code)

This commit is contained in:
Yaakov Saxon 2021-06-07 12:34:30 -04:00
parent 7a15466442
commit db6a079bca
4 changed files with 7 additions and 7 deletions

View File

@ -16,7 +16,7 @@
#include "inc_hash_sha256.cl" #include "inc_hash_sha256.cl"
#endif #endif
KERNEL_FQ void m07000_mxx (KERN_ATTR_RULES ()) KERNEL_FQ void m07010_mxx (KERN_ATTR_RULES ())
{ {
/** /**
* modifier * modifier
@ -92,7 +92,7 @@ KERNEL_FQ void m07000_mxx (KERN_ATTR_RULES ())
} }
} }
KERNEL_FQ void m07000_sxx (KERN_ATTR_RULES ()) KERNEL_FQ void m07010_sxx (KERN_ATTR_RULES ())
{ {
/** /**
* modifier * modifier

View File

@ -14,7 +14,7 @@
#include "inc_hash_sha256.cl" #include "inc_hash_sha256.cl"
#endif #endif
KERNEL_FQ void m07000_mxx (KERN_ATTR_BASIC ()) KERNEL_FQ void m07010_mxx (KERN_ATTR_BASIC ())
{ {
/** /**
* modifier * modifier
@ -86,7 +86,7 @@ KERNEL_FQ void m07000_mxx (KERN_ATTR_BASIC ())
} }
} }
KERNEL_FQ void m07000_sxx (KERN_ATTR_BASIC ()) KERNEL_FQ void m07010_sxx (KERN_ATTR_BASIC ())
{ {
/** /**
* modifier * modifier

View File

@ -14,7 +14,7 @@
#include "inc_hash_sha256.cl" #include "inc_hash_sha256.cl"
#endif #endif
KERNEL_FQ void m07000_mxx (KERN_ATTR_VECTOR ()) KERNEL_FQ void m07010_mxx (KERN_ATTR_VECTOR ())
{ {
/** /**
* modifier * modifier
@ -103,7 +103,7 @@ KERNEL_FQ void m07000_mxx (KERN_ATTR_VECTOR ())
} }
} }
KERNEL_FQ void m07000_sxx (KERN_ATTR_VECTOR ()) KERNEL_FQ void m07010_sxx (KERN_ATTR_VECTOR ())
{ {
/** /**
* modifier * modifier

View File

@ -21,7 +21,7 @@ static const u32 DGST_POS3 = 6;
static const u32 DGST_SIZE = DGST_SIZE_4_8; static const u32 DGST_SIZE = DGST_SIZE_4_8;
static const u32 HASH_CATEGORY = HASH_CATEGORY_OS; static const u32 HASH_CATEGORY = HASH_CATEGORY_OS;
static const char *HASH_NAME = "FortiGate256 (FortiOS256)"; static const char *HASH_NAME = "FortiGate256 (FortiOS256)";
static const u64 KERN_TYPE = 7000; static const u64 KERN_TYPE = 7010;
static const u32 OPTI_TYPE = OPTI_TYPE_PRECOMPUTE_INIT static const u32 OPTI_TYPE = OPTI_TYPE_PRECOMPUTE_INIT
| OPTI_TYPE_EARLY_SKIP | OPTI_TYPE_EARLY_SKIP
| OPTI_TYPE_NOT_ITERATED; | OPTI_TYPE_NOT_ITERATED;