mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-29 19:38:18 +00:00
Fix datatypes in -m 14600
This commit is contained in:
parent
898000b7aa
commit
fda04609cd
@ -27,6 +27,14 @@
|
|||||||
|
|
||||||
#define LUKS_STRIPES 4000
|
#define LUKS_STRIPES 4000
|
||||||
|
|
||||||
|
typedef enum hc_luks_key_size
|
||||||
|
{
|
||||||
|
HC_LUKS_KEY_SIZE_128 = 128,
|
||||||
|
HC_LUKS_KEY_SIZE_256 = 256,
|
||||||
|
HC_LUKS_KEY_SIZE_512 = 512,
|
||||||
|
|
||||||
|
} hc_luks_key_size_t;
|
||||||
|
|
||||||
typedef struct luks
|
typedef struct luks
|
||||||
{
|
{
|
||||||
int hash_type; // hc_luks_hash_type_t
|
int hash_type; // hc_luks_hash_type_t
|
||||||
|
@ -27,6 +27,14 @@
|
|||||||
|
|
||||||
#define LUKS_STRIPES 4000
|
#define LUKS_STRIPES 4000
|
||||||
|
|
||||||
|
typedef enum hc_luks_key_size
|
||||||
|
{
|
||||||
|
HC_LUKS_KEY_SIZE_128 = 128,
|
||||||
|
HC_LUKS_KEY_SIZE_256 = 256,
|
||||||
|
HC_LUKS_KEY_SIZE_512 = 512,
|
||||||
|
|
||||||
|
} hc_luks_key_size_t;
|
||||||
|
|
||||||
typedef struct luks
|
typedef struct luks
|
||||||
{
|
{
|
||||||
int hash_type; // hc_luks_hash_type_t
|
int hash_type; // hc_luks_hash_type_t
|
||||||
|
@ -27,6 +27,14 @@
|
|||||||
|
|
||||||
#define LUKS_STRIPES 4000
|
#define LUKS_STRIPES 4000
|
||||||
|
|
||||||
|
typedef enum hc_luks_key_size
|
||||||
|
{
|
||||||
|
HC_LUKS_KEY_SIZE_128 = 128,
|
||||||
|
HC_LUKS_KEY_SIZE_256 = 256,
|
||||||
|
HC_LUKS_KEY_SIZE_512 = 512,
|
||||||
|
|
||||||
|
} hc_luks_key_size_t;
|
||||||
|
|
||||||
typedef struct luks
|
typedef struct luks
|
||||||
{
|
{
|
||||||
int hash_type; // hc_luks_hash_type_t
|
int hash_type; // hc_luks_hash_type_t
|
||||||
|
@ -27,6 +27,14 @@
|
|||||||
|
|
||||||
#define LUKS_STRIPES 4000
|
#define LUKS_STRIPES 4000
|
||||||
|
|
||||||
|
typedef enum hc_luks_key_size
|
||||||
|
{
|
||||||
|
HC_LUKS_KEY_SIZE_128 = 128,
|
||||||
|
HC_LUKS_KEY_SIZE_256 = 256,
|
||||||
|
HC_LUKS_KEY_SIZE_512 = 512,
|
||||||
|
|
||||||
|
} hc_luks_key_size_t;
|
||||||
|
|
||||||
typedef struct luks
|
typedef struct luks
|
||||||
{
|
{
|
||||||
int hash_type; // hc_luks_hash_type_t
|
int hash_type; // hc_luks_hash_type_t
|
||||||
|
@ -27,6 +27,14 @@
|
|||||||
|
|
||||||
#define LUKS_STRIPES 4000
|
#define LUKS_STRIPES 4000
|
||||||
|
|
||||||
|
typedef enum hc_luks_key_size
|
||||||
|
{
|
||||||
|
HC_LUKS_KEY_SIZE_128 = 128,
|
||||||
|
HC_LUKS_KEY_SIZE_256 = 256,
|
||||||
|
HC_LUKS_KEY_SIZE_512 = 512,
|
||||||
|
|
||||||
|
} hc_luks_key_size_t;
|
||||||
|
|
||||||
typedef struct luks
|
typedef struct luks
|
||||||
{
|
{
|
||||||
int hash_type; // hc_luks_hash_type_t
|
int hash_type; // hc_luks_hash_type_t
|
||||||
|
@ -27,6 +27,14 @@
|
|||||||
|
|
||||||
#define LUKS_STRIPES 4000
|
#define LUKS_STRIPES 4000
|
||||||
|
|
||||||
|
typedef enum hc_luks_key_size
|
||||||
|
{
|
||||||
|
HC_LUKS_KEY_SIZE_128 = 128,
|
||||||
|
HC_LUKS_KEY_SIZE_256 = 256,
|
||||||
|
HC_LUKS_KEY_SIZE_512 = 512,
|
||||||
|
|
||||||
|
} hc_luks_key_size_t;
|
||||||
|
|
||||||
typedef struct luks
|
typedef struct luks
|
||||||
{
|
{
|
||||||
int hash_type; // hc_luks_hash_type_t
|
int hash_type; // hc_luks_hash_type_t
|
||||||
|
@ -27,6 +27,14 @@
|
|||||||
|
|
||||||
#define LUKS_STRIPES 4000
|
#define LUKS_STRIPES 4000
|
||||||
|
|
||||||
|
typedef enum hc_luks_key_size
|
||||||
|
{
|
||||||
|
HC_LUKS_KEY_SIZE_128 = 128,
|
||||||
|
HC_LUKS_KEY_SIZE_256 = 256,
|
||||||
|
HC_LUKS_KEY_SIZE_512 = 512,
|
||||||
|
|
||||||
|
} hc_luks_key_size_t;
|
||||||
|
|
||||||
typedef struct luks
|
typedef struct luks
|
||||||
{
|
{
|
||||||
int hash_type; // hc_luks_hash_type_t
|
int hash_type; // hc_luks_hash_type_t
|
||||||
|
@ -27,6 +27,14 @@
|
|||||||
|
|
||||||
#define LUKS_STRIPES 4000
|
#define LUKS_STRIPES 4000
|
||||||
|
|
||||||
|
typedef enum hc_luks_key_size
|
||||||
|
{
|
||||||
|
HC_LUKS_KEY_SIZE_128 = 128,
|
||||||
|
HC_LUKS_KEY_SIZE_256 = 256,
|
||||||
|
HC_LUKS_KEY_SIZE_512 = 512,
|
||||||
|
|
||||||
|
} hc_luks_key_size_t;
|
||||||
|
|
||||||
typedef struct luks
|
typedef struct luks
|
||||||
{
|
{
|
||||||
int hash_type; // hc_luks_hash_type_t
|
int hash_type; // hc_luks_hash_type_t
|
||||||
|
@ -27,6 +27,14 @@
|
|||||||
|
|
||||||
#define LUKS_STRIPES 4000
|
#define LUKS_STRIPES 4000
|
||||||
|
|
||||||
|
typedef enum hc_luks_key_size
|
||||||
|
{
|
||||||
|
HC_LUKS_KEY_SIZE_128 = 128,
|
||||||
|
HC_LUKS_KEY_SIZE_256 = 256,
|
||||||
|
HC_LUKS_KEY_SIZE_512 = 512,
|
||||||
|
|
||||||
|
} hc_luks_key_size_t;
|
||||||
|
|
||||||
typedef struct luks
|
typedef struct luks
|
||||||
{
|
{
|
||||||
int hash_type; // hc_luks_hash_type_t
|
int hash_type; // hc_luks_hash_type_t
|
||||||
|
@ -27,6 +27,14 @@
|
|||||||
|
|
||||||
#define LUKS_STRIPES 4000
|
#define LUKS_STRIPES 4000
|
||||||
|
|
||||||
|
typedef enum hc_luks_key_size
|
||||||
|
{
|
||||||
|
HC_LUKS_KEY_SIZE_128 = 128,
|
||||||
|
HC_LUKS_KEY_SIZE_256 = 256,
|
||||||
|
HC_LUKS_KEY_SIZE_512 = 512,
|
||||||
|
|
||||||
|
} hc_luks_key_size_t;
|
||||||
|
|
||||||
typedef struct luks
|
typedef struct luks
|
||||||
{
|
{
|
||||||
int hash_type; // hc_luks_hash_type_t
|
int hash_type; // hc_luks_hash_type_t
|
||||||
|
@ -27,6 +27,14 @@
|
|||||||
|
|
||||||
#define LUKS_STRIPES 4000
|
#define LUKS_STRIPES 4000
|
||||||
|
|
||||||
|
typedef enum hc_luks_key_size
|
||||||
|
{
|
||||||
|
HC_LUKS_KEY_SIZE_128 = 128,
|
||||||
|
HC_LUKS_KEY_SIZE_256 = 256,
|
||||||
|
HC_LUKS_KEY_SIZE_512 = 512,
|
||||||
|
|
||||||
|
} hc_luks_key_size_t;
|
||||||
|
|
||||||
typedef struct luks
|
typedef struct luks
|
||||||
{
|
{
|
||||||
int hash_type; // hc_luks_hash_type_t
|
int hash_type; // hc_luks_hash_type_t
|
||||||
|
Loading…
Reference in New Issue
Block a user