Lines Matching refs:AuthConfig
205 ISCSI_CHAP_AUTH_CONFIG_NVDATA *AuthConfig; in IScsiFillNICAndTargetSections() local
281 AuthConfig = &Attempt->AuthConfigData.CHAP; in IScsiFillNICAndTargetSections()
362 if (AuthConfig->CHAPType == ISCSI_CHAP_UNI) { in IScsiFillNICAndTargetSections()
364 } else if (AuthConfig->CHAPType == ISCSI_CHAP_MUTUAL) { in IScsiFillNICAndTargetSections()
396 Length = (UINT16) AsciiStrLen (AuthConfig->CHAPName); in IScsiFillNICAndTargetSections()
397 IScsiAddHeapItem (Heap, AuthConfig->CHAPName, Length); in IScsiFillNICAndTargetSections()
404 Length = (UINT16) AsciiStrLen (AuthConfig->CHAPSecret); in IScsiFillNICAndTargetSections()
405 IScsiAddHeapItem (Heap, AuthConfig->CHAPSecret, Length); in IScsiFillNICAndTargetSections()
413 Length = (UINT16) AsciiStrLen (AuthConfig->ReverseCHAPName); in IScsiFillNICAndTargetSections()
414 IScsiAddHeapItem (Heap, AuthConfig->ReverseCHAPName, Length); in IScsiFillNICAndTargetSections()
421 Length = (UINT16) AsciiStrLen (AuthConfig->ReverseCHAPSecret); in IScsiFillNICAndTargetSections()
422 IScsiAddHeapItem (Heap, AuthConfig->ReverseCHAPSecret, Length); in IScsiFillNICAndTargetSections()