Go to the source code of this file.
|
void | mdfour_ntlmssp (unsigned char *out, const unsigned char *in, int n) |
|
◆ mdfour_ntlmssp()
void mdfour_ntlmssp |
( |
unsigned char * |
out, |
|
|
const unsigned char * |
in, |
|
|
int |
n |
|
) |
| |
Definition at line 125 of file md4.c.
127 unsigned char buf[128];
138 copy64_ntlmssp(M, in);
150 copy4_ntlmssp(buf+56, b);
151 copy64_ntlmssp(M, buf);
154 copy4_ntlmssp(buf+120, b);
155 copy64_ntlmssp(M, buf);
157 copy64_ntlmssp(M, buf+64);
163 copy64_ntlmssp(M, buf);
165 copy4_ntlmssp(out,
A);
166 copy4_ntlmssp(out+4, B);
167 copy4_ntlmssp(out+8,
C);
168 copy4_ntlmssp(out+12, D);
References A, and uint32.
Referenced by SMBsesskeygen_ntv1_ntlmssp().