Searched refs:iscsiAuthChapResponseLength (Results 1 – 3 of 3) sorted by relevance
984 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()
45 enum { iscsiAuthChapResponseLength = 16 }; enumerator
46 enum { iscsiAuthChapResponseLength = 16 }; enumerator