X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=NetworkPkg%2FIpSecDxe%2FIkeCommon.h;h=ba9f1bb2fb3c8dd6a2a37845f567447daf2a88fe;hp=eb7e913ee8e458c24cac86c6123e3d56cf176ccd;hb=f75a7f568e6d0944327970b3f3f2dafd9bba76b1;hpb=9095d37b8fe5bfc3d02adad6ba7fd7359ebc0107 diff --git a/NetworkPkg/IpSecDxe/IkeCommon.h b/NetworkPkg/IpSecDxe/IkeCommon.h index eb7e913ee8..ba9f1bb2fb 100644 --- a/NetworkPkg/IpSecDxe/IkeCommon.h +++ b/NetworkPkg/IpSecDxe/IkeCommon.h @@ -1,7 +1,7 @@ /** @file Common operation of the IKE. - Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -19,7 +19,7 @@ #include #include #include - + #include #include #include @@ -62,7 +62,7 @@ /** Call Crypto Lib to generate a random value with eight-octet length. - + @return the 64 byte vaule. **/ @@ -75,8 +75,8 @@ IkeGenerateCookie ( Generate the random data for Nonce payload. @param[in] NonceSize Size of the data in bytes. - - @return Buffer which contains the random data of the spcified size. + + @return Buffer which contains the random data of the spcified size. **/ UINT8 * @@ -131,11 +131,11 @@ IkePayloadFree ( /** Generate an new SPI. - - @param[in] IkeSaSession Pointer to IKEV2_SA_SESSION related to this Child SA + + @param[in] IkeSaSession Pointer to IKEV2_SA_SESSION related to this Child SA Session. - @param[in, out] SpiValue Pointer to the new generated SPI value. - + @param[in, out] SpiValue Pointer to the new generated SPI value. + @retval EFI_SUCCESS The operation performs successfully. @retval Otherwise The operation is failed.