Searched refs:testcrypt (Results 1 – 1 of 1) sorted by relevance
43 char * testcrypt = NULL; /* crypt generated from the user's password sent */ in svr_auth_password() local84 testcrypt = crypt((char*)password, passwdcrypt); in svr_auth_password()88 if (strcmp(testcrypt, passwdcrypt) == 0) { in svr_auth_password()