Loading fs/cifsd/auth.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -115,8 +115,7 @@ static int ksmbd_enc_p24(unsigned char *p21, const unsigned char *c8, unsigned c rc = smbhash(p24 + 8, c8, p21 + 7); rc = smbhash(p24 + 8, c8, p21 + 7); if (rc) if (rc) return rc; return rc; rc = smbhash(p24 + 16, c8, p21 + 14); return smbhash(p24 + 16, c8, p21 + 14); return rc; } } /* produce a md4 message digest from data of length n bytes */ /* produce a md4 message digest from data of length n bytes */ Loading Loading
fs/cifsd/auth.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -115,8 +115,7 @@ static int ksmbd_enc_p24(unsigned char *p21, const unsigned char *c8, unsigned c rc = smbhash(p24 + 8, c8, p21 + 7); rc = smbhash(p24 + 8, c8, p21 + 7); if (rc) if (rc) return rc; return rc; rc = smbhash(p24 + 16, c8, p21 + 14); return smbhash(p24 + 16, c8, p21 + 14); return rc; } } /* produce a md4 message digest from data of length n bytes */ /* produce a md4 message digest from data of length n bytes */ Loading