mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 18:08:20 +00:00
Merge branch 'fix_m12400' of https://github.com/matrix/hashcat into matrix-fix_m12400
This commit is contained in:
commit
afbe21c64f
@ -350,7 +350,7 @@ __constant u32 c_skb[8][64] =
|
||||
|
||||
#define BOX(i,n,S) (S)[(n)][(i)]
|
||||
|
||||
void _des_crypt_keysetup (u32 c, u32 d, u32 Kc[16], u32 Kd[16], __local u32 (*s_skb)[64])
|
||||
static void _des_crypt_keysetup (u32 c, u32 d, u32 Kc[16], u32 Kd[16], __local u32 (*s_skb)[64])
|
||||
{
|
||||
u32 tt;
|
||||
|
||||
@ -419,7 +419,7 @@ void _des_crypt_keysetup (u32 c, u32 d, u32 Kc[16], u32 Kd[16], __local u32 (*s_
|
||||
}
|
||||
}
|
||||
|
||||
void _des_crypt_encrypt (u32 iv[2], u32 mask, u32 rounds, u32 Kc[16], u32 Kd[16], __local u32 (*s_SPtrans)[64])
|
||||
static void _des_crypt_encrypt (u32 iv[2], u32 mask, u32 rounds, u32 Kc[16], u32 Kd[16], __local u32 (*s_SPtrans)[64])
|
||||
{
|
||||
u32 tt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user