mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 09:58:16 +00:00
Remove more occurances of netntlm_t in Whirlpool kernel
This commit is contained in:
parent
9bcfa2e201
commit
bc8ffadccc
@ -20,7 +20,7 @@ DECLSPEC void ripemd160_transform_transport_vector (const u32x *w, u32x *dgst)
|
|||||||
ripemd160_transform_vector (w + 0, w + 4, w + 8, w + 12, dgst);
|
ripemd160_transform_vector (w + 0, w + 4, w + 8, w + 12, dgst);
|
||||||
}
|
}
|
||||||
|
|
||||||
__kernel void m06000_m04 (KERN_ATTR_RULES_ESALT (netntlm_t))
|
__kernel void m06000_m04 (KERN_ATTR_RULES ())
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* modifier
|
* modifier
|
||||||
@ -110,7 +110,7 @@ __kernel void m06000_m16 (KERN_ATTR_RULES ())
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
__kernel void m06000_s04 (KERN_ATTR_RULES_ESALT (netntlm_t))
|
__kernel void m06000_s04 (KERN_ATTR_RULES ())
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* modifier
|
* modifier
|
||||||
|
@ -18,7 +18,7 @@ DECLSPEC void ripemd160_transform_transport_vector (const u32x *w, u32x *dgst)
|
|||||||
ripemd160_transform_vector (w + 0, w + 4, w + 8, w + 12, dgst);
|
ripemd160_transform_vector (w + 0, w + 4, w + 8, w + 12, dgst);
|
||||||
}
|
}
|
||||||
|
|
||||||
__kernel void m06000_m04 (KERN_ATTR_ESALT (netntlm_t))
|
__kernel void m06000_m04 (KERN_ATTR_BASIC ())
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* modifier
|
* modifier
|
||||||
@ -166,7 +166,7 @@ __kernel void m06000_m16 (KERN_ATTR_BASIC ())
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
__kernel void m06000_s04 (KERN_ATTR_ESALT (netntlm_t))
|
__kernel void m06000_s04 (KERN_ATTR_BASIC ())
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* modifier
|
* modifier
|
||||||
|
Loading…
Reference in New Issue
Block a user