]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/RandomNumberGenerator/RngDxe/RdRand.c
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / RandomNumberGenerator / RngDxe / RdRand.c
index 395b8867c83620e39c77ebf92cc7f41c01d7d2b6..acfdc71d356c3188e49cc786bdbe98d2af5cbf2e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Support routines for RDRAND instruction access.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
 (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
@@ -63,7 +63,7 @@ RdRandGetBytes (
   This function takes multiple random numbers through RDRAND without intervening\r
   delays to ensure reseeding and performs AES-CBC-MAC over the data to compute the\r
   seed value.\r
-  \r
+\r
   @param[out]  SeedBuffer    Pointer to a 128bit buffer to store the random seed.\r
 \r
   @retval EFI_SUCCESS        Random seed generation succeeded.\r