Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.c1092 client->sendChapChallenge.length && in iscsiAuthClientLocalAuthentication()
1094 client->sendChapChallenge.largeBinary, in iscsiAuthClientLocalAuthentication()
1095 client->sendChapChallenge.length) == 0) { in iscsiAuthClientLocalAuthentication()
1175 client->sendChapChallenge.length = client->chapChallengeLength; in iscsiAuthClientRemoteAuthentication()
1176 iscsiAuthRandomSetData(client->sendChapChallenge.largeBinary, in iscsiAuthClientRemoteAuthentication()
1177 client->sendChapChallenge.length); in iscsiAuthClientRemoteAuthentication()
1219 client->sendChapChallenge.largeBinary, in iscsiAuthClientRemoteAuthentication()
1220 client->sendChapChallenge.length, myResponseData); in iscsiAuthClientRemoteAuthentication()
1244 client->sendChapChallenge.largeBinary, in iscsiAuthClientRemoteAuthentication()
1245 client->sendChapChallenge.length, responseData, in iscsiAuthClientRemoteAuthentication()
[all …]
H A DiscsiAuthClient.h297 IscsiAuthLargeBinaryKey sendChapChallenge; member
/titanic_41/usr/src/uts/common/sys/
H A Discsi_authclient.h298 IscsiAuthLargeBinaryKey sendChapChallenge; member