summaryrefslogtreecommitdiff
path: root/NetworkPkg/IpSecDxe/IpSecCryptIo.h
diff options
context:
space:
mode:
authorxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>2011-01-21 08:00:22 +0000
committerxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>2011-01-21 08:00:22 +0000
commit76389e18c04833a87811550ed6db06f1790aacde (patch)
treed9370bbdaf85f0135381d584c3426184c779e8e6 /NetworkPkg/IpSecDxe/IpSecCryptIo.h
parent686d4d4a86110032ca6d381661fb52f5f3ae7912 (diff)
downloadedk2-platforms-76389e18c04833a87811550ed6db06f1790aacde.tar.xz
NetworkPkg: comments clean up.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11263 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/IpSecDxe/IpSecCryptIo.h')
-rw-r--r--NetworkPkg/IpSecDxe/IpSecCryptIo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/NetworkPkg/IpSecDxe/IpSecCryptIo.h b/NetworkPkg/IpSecDxe/IpSecCryptIo.h
index 9cafc71bd3..0e106af0f0 100644
--- a/NetworkPkg/IpSecDxe/IpSecCryptIo.h
+++ b/NetworkPkg/IpSecDxe/IpSecCryptIo.h
@@ -511,7 +511,7 @@ IpSecGenerateIv (
@param[in] AlgorithmId The Alogrithem identification defined in RFC.
@param[in] Key Pointer to the buffer containing encrypting key.
- @param[in} KeyBits The length of the key in bits.
+ @param[in] KeyBits The length of the key in bits.
@param[in] Ivec Point to the buffer containning the Initializeion
Vector (IV) data.
@param[in] InData Point to the buffer containing the data to be
@@ -546,11 +546,11 @@ IpSecCryptoIoEncrypt (
@param[in] AlgorithmId The Alogrithem identification defined in RFC.
@param[in] Key Pointer to the buffer containing encrypting key.
- @param[in} KeyBits The length of the key in bits.
+ @param[in] KeyBits The length of the key in bits.
@param[in] Ivec Point to the buffer containning the Initializeion
Vector (IV) data.
@param[in] InData Point to the buffer containing the data to be
- Decrypted.
+ decrypted.
@param[in] InDataLength The length of InData in Bytes.
@param[out] OutData Pointer to the buffer that receives the decryption
output.
@@ -759,7 +759,7 @@ IpSecCryptoIoAuthDataWithCertificate (
@param[in] InCert Pointer to the Certificate which contains the
public key.
- @param[in] InCertLen The size of Certificate in bytes.
+ @param[in] CertLen The size of Certificate in bytes.
@param[in] InCa Pointer to the CA certificate
@param[in] CaLen The size of CA certificate in bytes.
@param[in] InData Pointer to octect message hash to be checked.