Searched refs:ISCSI_CHAP_RSP_LEN (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiCHAP.h32 #define ISCSI_CHAP_RSP_LEN 16 macro
63 UINT8 CHAPResponse[ISCSI_CHAP_RSP_LEN];
H A DIScsiCHAP.c93 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;
337 RspLen = 2 * ISCSI_CHAP_RSP_LEN + 3;
343 ChallengeLen = 2 * ISCSI_CHAP_RSP_LEN + 3;
392 IScsiBinToHex ((UINT8 *) AuthData->CHAPResponse, ISCSI_CHAP_RSP_LEN, Response, &RspLen);
405 IScsiGenRandom ((UINT8 *) AuthData->OutChallenge, ISCSI_CHAP_RSP_LEN);
406 AuthData->OutChallengeLength = ISCSI_CHAP_RSP_LEN;
407 IScsiBinToHex ((UINT8 *) AuthData->OutChallenge, ISCSI_CHAP_RSP_LEN, Challeng
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiCHAP.h32 #define ISCSI_CHAP_RSP_LEN 16 macro
63 UINT8 CHAPResponse[ISCSI_CHAP_RSP_LEN];
H A DIScsiCHAP.c116 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, Challeng
[all...]

Completed in 34 milliseconds