Searched refs:passwordLen (Results 1 – 1 of 1) sorted by relevance
856 int passwordLen, usernameLen; in HandleARDAuth() local958 passwordLen = strlen(cred->userCredential.password)+1; in HandleARDAuth()960 if (passwordLen > sizeof(userpass)/2) in HandleARDAuth()961 passwordLen = sizeof(userpass)/2; in HandleARDAuth()967 memcpy(userpass+sizeof(userpass)/2, cred->userCredential.password, passwordLen); in HandleARDAuth()