Displaying 1 result from an estimated 1 matches for "e_p24".
Did you mean:
e24
1997 Dec 11
0
cvs and smbdes.c
...1 @@
{
unsigned char sp8[8] = {0x4b, 0x47, 0x53, 0x21, 0x40, 0x23, 0x24,
0x25};
smbhash(p16, sp8, p14);
- smbhash(p16+8, sp8, p14+7);
+ smbhash(p16+8, sp8, 0x53, 0x21, 0x40, 0x23, 0x24, 0x25};
+ smbhash(p16, sp8, p14);
+ smbhash(p16 , sp8, p14 );
}
void E_P24(unsigned char *p21, unsigned char *c8, unsigned char *p24)
{
smbhash(p24, c8, p21);
- smbhash(p24+8, c8, p21+7);
- smbhash(p24+16, c8, p21+14);
+ smbhash(p24 , c8, p21 );
+ smbhash(p24+8 , c8, p21+7 );
}
void cred_hash1(unsigned char *out,unsigned char *in,un...