summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/IScsiDxe/IScsiCHAP.c
diff options
context:
space:
mode:
authorywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-13 08:44:22 +0000
committerywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-13 08:44:22 +0000
commit55a64ae0f40421a26dee619dbc3f1e8096081a97 (patch)
tree105ddcc448ec377aa13c11bce98876d025116366 /MdeModulePkg/Universal/Network/IScsiDxe/IScsiCHAP.c
parent81464cf1067b6b1d26679b20104c665e902647c5 (diff)
downloadedk2-55a64ae0f40421a26dee619dbc3f1e8096081a97.zip
edk2-55a64ae0f40421a26dee619dbc3f1e8096081a97.tar.gz
edk2-55a64ae0f40421a26dee619dbc3f1e8096081a97.tar.bz2
unified "iSCSI" in all comments
add . at the end of lines fix 2 file header issues and so on git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7256 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Network/IScsiDxe/IScsiCHAP.c')
-rw-r--r--MdeModulePkg/Universal/Network/IScsiDxe/IScsiCHAP.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiCHAP.c b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiCHAP.c
index 6ee32f4..b0e09d8 100644
--- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiCHAP.c
+++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiCHAP.c
@@ -20,11 +20,11 @@ EFI_GUID mIScsiCHAPAuthInfoGuid = ISCSI_CHAP_AUTH_INFO_GUID;
/**
Initator caculates its own expected hash value.
- @param[in] ChapIdentifier ISCSI CHAP identifier sent by authenticator.
- @param[in] ChapSecret ISCSI CHAP secret of the authenticator.
- @param[in] SecretLength The length of ISCSI CHAP secret.
+ @param[in] ChapIdentifier iSCSI CHAP identifier sent by authenticator.
+ @param[in] ChapSecret iSCSI CHAP secret of the authenticator.
+ @param[in] SecretLength The length of iSCSI CHAP secret.
@param[in] ChapChallenge The challenge message sent by authenticator.
- @param[in] ChallengeLength The length of ISCSI CHAP challenge message.
+ @param[in] ChallengeLength The length of iSCSI CHAP challenge message.
@param[out] ChapResponse The calculation of the expected hash value.
@retval EFI_SUCCESS The expected hash value was caculatedly successfully.
@@ -77,7 +77,7 @@ IScsiCHAPCalculateResponse (
The initator checks the CHAP response replied by target against its own
calculation of the expected hash value.
- @param[in] AuthData ISCSI CHAP authentication data.
+ @param[in] AuthData iSCSI CHAP authentication data.
@param[in] TargetResponse The response from target.
@retval EFI_SUCCESS The response from target passed authentication.