crypt16           579 source3/auth/pass_check.c 	ret = (strcmp((char *)crypt16(password, get_this_salt()), get_this_crypted()) == 0);
crypt16           535 source4/auth/ntlm/auth_unix.c 	ret = (strcmp((char *)crypt16(password, salt), crypted) == 0);