Searched refs:passwordLen (Results 1 – 1 of 1) sorted by relevance
835 int passwordLen, usernameLen; in HandleARDAuth() local937 passwordLen = strlen(cred->userCredential.password)+1; in HandleARDAuth()939 if (passwordLen > sizeof(userpass)/2) in HandleARDAuth()940 passwordLen = sizeof(userpass)/2; in HandleARDAuth()946 memcpy(userpass+sizeof(userpass)/2, cred->userCredential.password, passwordLen); in HandleARDAuth()