X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=OpenCL%2Fm07700_a1.cl;h=28c6827c442bdaf80d5e18291f984707fc4bbe39;hb=0b3743ce943c055e4497ea387975cc37c82bd443;hp=dd14ce7b5784221fcef30f4687cf0e0766226d55;hpb=c2976785362be3ad0b8167873a1151c181bd64c9;p=hashcat.git diff --git a/OpenCL/m07700_a1.cl b/OpenCL/m07700_a1.cl index dd14ce7..28c6827 100644 --- a/OpenCL/m07700_a1.cl +++ b/OpenCL/m07700_a1.cl @@ -61,7 +61,7 @@ __constant u32 bcodeArray[48] = 0xe2, 0xb7, 0x33, 0x71, 0x8b, 0x9f, 0x5d, 0x01, 0x44, 0x70, 0xae, 0x11, 0xef, 0x28, 0xf0, 0x0d }; -static u32 sapb_trans (const u32 in) +u32 sapb_trans (const u32 in) { u32 out = 0; @@ -73,7 +73,7 @@ static u32 sapb_trans (const u32 in) return out; } -static u32 walld0rf_magic (const u32 w0[4], const u32 pw_len, const u32 salt_buf0[4], const u32 salt_len, const u32 a, const u32 b, const u32 c, const u32 d, u32 t[16]) +u32 walld0rf_magic (const u32 w0[4], const u32 pw_len, const u32 salt_buf0[4], const u32 salt_len, const u32 a, const u32 b, const u32 c, const u32 d, u32 t[16]) { t[ 0] = 0; t[ 1] = 0;