Home
last modified time | relevance | path

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

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