bigcrypt 606 source3/auth/pass_check.c if (strcmp(bigcrypt(password, get_this_salt()), get_this_crypted()) == 0) bigcrypt 618 source3/auth/pass_check.c ret = (strcmp(bigcrypt(password, get_this_salt()), get_this_crypted()) == 0); bigcrypt 562 source4/auth/ntlm/auth_unix.c if (strcmp(bigcrypt(password, salt), crypted) == 0) bigcrypt 574 source4/auth/ntlm/auth_unix.c ret = (strcmp(bigcrypt(password, salt), crypted) == 0);