Home
last modified time | relevance | path

Searched refs:passwordLength (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.c604 client->passwordData, client->passwordLength)) { in iscsiAuthClientChapComputeResponse()
2357 const unsigned char *passwordData, unsigned int passwordLength) in iscsiAuthClientSetPassword() argument
2364 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()
H A DiscsiAuthClient.h265 unsigned int passwordLength; member
/titanic_41/usr/src/uts/common/sys/
H A Discsi_authclient.h266 unsigned int passwordLength; member