Searched refs:passwordLength (Results 1 – 3 of 3) sorted by relevance
604 client->passwordData, client->passwordLength)) { in iscsiAuthClientChapComputeResponse()2357 const unsigned char *passwordData, unsigned int passwordLength) in iscsiAuthClientSetPassword() argument2364 passwordLength > iscsiAuthStringMaxLength) { in iscsiAuthClientSetPassword()2370 bcopy(passwordData, client->passwordData, passwordLength); in iscsiAuthClientSetPassword()2371 client->passwordLength = passwordLength; in iscsiAuthClientSetPassword()2372 if (client->passwordLength > 0) { in iscsiAuthClientSetPassword()
265 unsigned int passwordLength; member
266 unsigned int passwordLength; member