]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptAesNull.c
CryptoPkg: Clean up source files
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLibRuntimeCryptProtocol / Cipher / CryptAesNull.c
index 074b07247b452c4923d7e42201e56115b28251ea..6e3acf5e78f742a68d270f5dd7859f57c870ceee 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
-  AES Wrapper Implementation which does not provide real capabilities.  \r
-  \r
-Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>\r
+  AES Wrapper Implementation which does not provide real capabilities.\r
+\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
@@ -60,12 +60,12 @@ AesInit (
   Performs AES encryption on a data buffer of the specified size in ECB mode.\r
 \r
   Return FALSE to indicate this interface is not supported.\r
-  \r
+\r
   @param[in]   AesContext  Pointer to the AES context.\r
   @param[in]   Input       Pointer to the buffer containing the data to be encrypted.\r
   @param[in]   InputSize   Size of the Input buffer in bytes.\r
   @param[out]  Output      Pointer to a buffer that receives the AES encryption output.\r
-  \r
+\r
   @retval FALSE  This interface is not supported.\r
 \r
 **/\r
@@ -159,7 +159,7 @@ AesCbcDecrypt (
   IN   CONST UINT8  *Ivec,\r
   OUT  UINT8        *Output\r
   )\r
-{  \r
+{\r
   ASSERT (FALSE);\r
   return FALSE;\r
 }\r