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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.h265 unsigned int passwordLength; member in struct:iscsiAuthClient_t
H A DiscsiAuthClient.c604 client->passwordData, client->passwordLength)) {
2357 const unsigned char *passwordData, unsigned int passwordLength)
2364 passwordLength > iscsiAuthStringMaxLength) {
2370 bcopy(passwordData, client->passwordData, passwordLength);
2371 client->passwordLength = passwordLength;
2372 if (client->passwordLength > 0) {
2356 iscsiAuthClientSetPassword(IscsiAuthClient * client, const unsigned char *passwordData, unsigned int passwordLength) argument
/illumos-gate/usr/src/uts/common/sys/
H A Discsi_authclient.h266 unsigned int passwordLength; member in struct:iscsiAuthClient_t

Completed in 85 milliseconds