]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacSha1Null.c
CryptoPkg: Clean up source files
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLibRuntimeCryptProtocol / Hmac / CryptHmacSha1Null.c
index b31d0d1402dcceef84365d2264cc734c60d41124..97403ee00b76b548ece66c09e400485d706f3eb5 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
-  HMAC-SHA1 Wrapper Implementation which does not provide real capabilities.  \r
+  HMAC-SHA1 Wrapper Implementation which does not provide real capabilities.\r
 \r
-Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -36,7 +36,7 @@ HmacSha1GetContextSize (
   Initializes user-supplied memory pointed by HmacSha1Context as HMAC-SHA1 context for\r
   subsequent use.\r
 \r
-  Return FALSE to indicate this interface is not supported.  \r
+  Return FALSE to indicate this interface is not supported.\r
 \r
   @param[out]  HmacSha1Context  Pointer to HMAC-SHA1 context being initialized.\r
   @param[in]   Key              Pointer to the user-supplied key.\r
@@ -82,7 +82,7 @@ HmacSha1Duplicate (
 /**\r
   Digests the input data and updates HMAC-SHA1 context.\r
 \r
-  Return FALSE to indicate this interface is not supported.  \r
+  Return FALSE to indicate this interface is not supported.\r
 \r
   @param[in, out]  HmacSha1Context Pointer to the HMAC-SHA1 context.\r
   @param[in]       Data            Pointer to the buffer containing the data to be digested.\r
@@ -106,7 +106,7 @@ HmacSha1Update (
 /**\r
   Completes computation of the HMAC-SHA1 digest value.\r
 \r
-  Return FALSE to indicate this interface is not supported.  \r
+  Return FALSE to indicate this interface is not supported.\r
 \r
   @param[in, out]  HmacSha1Context  Pointer to the HMAC-SHA1 context.\r
   @param[out]      HmacValue        Pointer to a buffer that receives the HMAC-SHA1 digest\r