Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A DiscsiAuthClient.c984 unsigned char responseData[iscsiAuthChapResponseLength]; in iscsiAuthClientLocalAuthentication()
1116 responseData, iscsiAuthChapResponseLength, in iscsiAuthClientLocalAuthentication()
1143 unsigned char myResponseData[iscsiAuthChapResponseLength]; in iscsiAuthClientRemoteAuthentication()
1216 if (responseLength == iscsiAuthChapResponseLength) { in iscsiAuthClientRemoteAuthentication()
1228 iscsiAuthChapResponseLength) == 0) { in iscsiAuthClientRemoteAuthentication()
2000 client->chapChallengeLength = iscsiAuthChapResponseLength; in iscsiAuthClientInit()
2526 chapChallengeLength < iscsiAuthChapResponseLength || in iscsiAuthClientSetChapChallengeLength()
H A DiscsiAuthClient.h45 enum { iscsiAuthChapResponseLength = 16 }; enumerator
/illumos-gate/usr/src/uts/common/sys/
H A Discsi_authclient.h46 enum { iscsiAuthChapResponseLength = 16 }; enumerator