HomeSort by relevance Sort by last modified time
    Searched defs:AuthConfig (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiExtScsiPassThru.c 195 ISCSI_CHAP_AUTH_CONFIG_NVDATA *AuthConfig;
210 AuthConfig = &Session->AuthData.AuthConfig;
232 switch (AuthConfig->CHAPType) {
IScsiCHAP.h 56 ISCSI_CHAP_AUTH_CONFIG_NVDATA AuthConfig;
IScsiIbft.c 264 ISCSI_CHAP_AUTH_CONFIG_NVDATA *AuthConfig;
293 AuthConfig = &DriverData->Session.AuthData.AuthConfig;
354 if (AuthConfig->CHAPType == ISCSI_CHAP_NONE) {
356 } if (AuthConfig->CHAPType == ISCSI_CHAP_UNI) {
358 } else if (AuthConfig->CHAPType == ISCSI_CHAP_MUTUAL) {
378 Length = (UINT16) AsciiStrLen (AuthConfig->CHAPName);
379 IScsiAddHeapItem (Heap, AuthConfig->CHAPName, Length);
386 Length = (UINT16) AsciiStrLen (AuthConfig->CHAPSecret);
387 IScsiAddHeapItem (Heap, AuthConfig->CHAPSecret, Length);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiExtScsiPassThru.c 218 ISCSI_CHAP_AUTH_CONFIG_NVDATA *AuthConfig;
233 AuthConfig = Session->AuthData.CHAP.AuthConfig;
265 if (AuthConfig->CHAPType == ISCSI_CHAP_UNI) {
IScsiCHAP.h 56 ISCSI_CHAP_AUTH_CONFIG_NVDATA *AuthConfig;
IScsiIbft.c 205 ISCSI_CHAP_AUTH_CONFIG_NVDATA *AuthConfig;
281 AuthConfig = &Attempt->AuthConfigData.CHAP;
362 if (AuthConfig->CHAPType == ISCSI_CHAP_UNI) {
364 } else if (AuthConfig->CHAPType == ISCSI_CHAP_MUTUAL) {
396 Length = (UINT16) AsciiStrLen (AuthConfig->CHAPName);
397 IScsiAddHeapItem (Heap, AuthConfig->CHAPName, Length);
404 Length = (UINT16) AsciiStrLen (AuthConfig->CHAPSecret);
405 IScsiAddHeapItem (Heap, AuthConfig->CHAPSecret, Length);
413 Length = (UINT16) AsciiStrLen (AuthConfig->ReverseCHAPName);
414 IScsiAddHeapItem (Heap, AuthConfig->ReverseCHAPName, Length);
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 

Completed in 196 milliseconds