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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiCHAP.h 32 #define ISCSI_CHAP_RSP_LEN 16
63 UINT8 CHAPResponse[ISCSI_CHAP_RSP_LEN];
IScsiCHAP.c 93 UINT8 VerifyRsp[ISCSI_CHAP_RSP_LEN];
107 if (CompareMem (VerifyRsp, TargetResponse, ISCSI_CHAP_RSP_LEN) != 0) {
142 UINT8 TargetRsp[ISCSI_CHAP_RSP_LEN];
279 RspLen = ISCSI_CHAP_RSP_LEN;
340 RspLen = 2 * ISCSI_CHAP_RSP_LEN + 3;
346 ChallengeLen = 2 * ISCSI_CHAP_RSP_LEN + 3;
395 IScsiBinToHex ((UINT8 *) AuthData->CHAPResponse, ISCSI_CHAP_RSP_LEN, Response, &RspLen);
408 IScsiGenRandom ((UINT8 *) AuthData->OutChallenge, ISCSI_CHAP_RSP_LEN);
409 AuthData->OutChallengeLength = ISCSI_CHAP_RSP_LEN;
410 IScsiBinToHex ((UINT8 *) AuthData->OutChallenge, ISCSI_CHAP_RSP_LEN, Challenge, &ChallengeLen);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiCHAP.h 32 #define ISCSI_CHAP_RSP_LEN 16
63 UINT8 CHAPResponse[ISCSI_CHAP_RSP_LEN];
IScsiCHAP.c 116 UINT8 VerifyRsp[ISCSI_CHAP_RSP_LEN];
130 if (CompareMem (VerifyRsp, TargetResponse, ISCSI_CHAP_RSP_LEN) != 0) {
167 UINT8 TargetRsp[ISCSI_CHAP_RSP_LEN];
317 RspLen = ISCSI_CHAP_RSP_LEN;
382 RspLen = 2 * ISCSI_CHAP_RSP_LEN + 3;
388 ChallengeLen = 2 * ISCSI_CHAP_RSP_LEN + 3;
442 IScsiBinToHex ((UINT8 *) AuthData->CHAPResponse, ISCSI_CHAP_RSP_LEN, Response, &RspLen);
455 IScsiGenRandom ((UINT8 *) AuthData->OutChallenge, ISCSI_CHAP_RSP_LEN);
456 AuthData->OutChallengeLength = ISCSI_CHAP_RSP_LEN;
457 IScsiBinToHex ((UINT8 *) AuthData->OutChallenge, ISCSI_CHAP_RSP_LEN, Challenge, &ChallengeLen);
    [all...]

Completed in 51 milliseconds