Searched defs:passwordData (Results 1 - 3 of 3) sorted by relevance

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

Completed in 64 milliseconds