HomeSort by relevance Sort by last modified time
    Searched refs:CHAPResponse (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiCHAP.h 63 UINT8 CHAPResponse[ISCSI_CHAP_RSP_LEN];
IScsiCHAP.c 26 @param[out] ChapResponse The calculation of the expected hash value.
40 OUT UINT8 *ChapResponse
69 Status = MD5Final (&Md5Ctx, ChapResponse);
247 AuthData->CHAPResponse
395 IScsiBinToHex ((UINT8 *) AuthData->CHAPResponse, ISCSI_CHAP_RSP_LEN, Response, &RspLen);
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiCHAP.h 63 UINT8 CHAPResponse[ISCSI_CHAP_RSP_LEN];
IScsiCHAP.c 25 @param[out] ChapResponse The calculation of the expected hash value.
41 OUT UINT8 *ChapResponse
87 if (Md5Final (Md5Ctx, ChapResponse)) {
285 AuthData->CHAPResponse
442 IScsiBinToHex ((UINT8 *) AuthData->CHAPResponse, ISCSI_CHAP_RSP_LEN, Response, &RspLen);

Completed in 525 milliseconds