mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-02 10:51:16 +00:00
Fix replace value in inc_hash_ripemd160.cl
This commit is contained in:
parent
f859f466ef
commit
151dbc5349
@ -73,7 +73,7 @@ __kernel void m14641_init (__global pw_t *pws, __global const kernel_rule_t *rul
|
||||
|
||||
ripemd160_hmac_ctx_t ripemd160_hmac_ctx;
|
||||
|
||||
ripemd160_hmac_init_global (&sha1_hmac_ctx, pws[gid].i, pws[gid].pw_len);
|
||||
ripemd160_hmac_init_global (&ripemd160_hmac_ctx, pws[gid].i, pws[gid].pw_len);
|
||||
|
||||
tmps[gid].ipad32[0] = ripemd160_hmac_ctx.ipad.h[0];
|
||||
tmps[gid].ipad32[1] = ripemd160_hmac_ctx.ipad.h[1];
|
||||
|
@ -73,7 +73,7 @@ __kernel void m14642_init (__global pw_t *pws, __global const kernel_rule_t *rul
|
||||
|
||||
ripemd160_hmac_ctx_t ripemd160_hmac_ctx;
|
||||
|
||||
ripemd160_hmac_init_global (&sha1_hmac_ctx, pws[gid].i, pws[gid].pw_len);
|
||||
ripemd160_hmac_init_global (&ripemd160_hmac_ctx, pws[gid].i, pws[gid].pw_len);
|
||||
|
||||
tmps[gid].ipad32[0] = ripemd160_hmac_ctx.ipad.h[0];
|
||||
tmps[gid].ipad32[1] = ripemd160_hmac_ctx.ipad.h[1];
|
||||
|
@ -73,7 +73,7 @@ __kernel void m14643_init (__global pw_t *pws, __global const kernel_rule_t *rul
|
||||
|
||||
ripemd160_hmac_ctx_t ripemd160_hmac_ctx;
|
||||
|
||||
ripemd160_hmac_init_global (&sha1_hmac_ctx, pws[gid].i, pws[gid].pw_len);
|
||||
ripemd160_hmac_init_global (&ripemd160_hmac_ctx, pws[gid].i, pws[gid].pw_len);
|
||||
|
||||
tmps[gid].ipad32[0] = ripemd160_hmac_ctx.ipad.h[0];
|
||||
tmps[gid].ipad32[1] = ripemd160_hmac_ctx.ipad.h[1];
|
||||
|
Loading…
Reference in New Issue
Block a user