diff options
author | Qin Long <qin.long@intel.com> | 2016-05-16 10:49:21 +0800 |
---|---|---|
committer | Qin Long <qin.long@intel.com> | 2016-05-16 10:49:21 +0800 |
commit | bfba88bc68eed24c71ff500b740c3f563531d49c (patch) | |
tree | d04ea2755430ec163efad85c0501331f4f71d2ea /CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | |
parent | 37c58a68176f039124fafa5f06d5529f0d2152c8 (diff) | |
download | edk2-bfba88bc68eed24c71ff500b740c3f563531d49c.tar.gz edk2-bfba88bc68eed24c71ff500b740c3f563531d49c.tar.bz2 edk2-bfba88bc68eed24c71ff500b740c3f563531d49c.zip |
CryptoPkg/SmmCryptLib: Enable AES support for SMM.
Enable AES cipher support for SmmCryptLib instance.
Cc: Ting Ye <ting.ye@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Ting Ye <ting.ye@intel.com>
Diffstat (limited to 'CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf')
-rw-r--r-- | CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf index 4bf68a291a..bff7a9e768 100644 --- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf +++ b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf @@ -7,11 +7,11 @@ # buffer overflow or integer overflow.
#
# Note: MD4 Digest functions, SHA-384 Digest functions, SHA-512 Digest functions,
-# HMAC-MD5 functions, HMAC-SHA1 functions, AES/TDES/ARC4 functions, RSA external
+# HMAC-MD5 functions, HMAC-SHA1 functions, TDES/ARC4 functions, RSA external
# functions, PKCS#7 SignedData sign functions, Diffie-Hellman functions, and
# authenticode signature verification functions are not supported in this instance.
#
-# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -46,7 +46,7 @@ Hash/CryptSha512Null.c
Hmac/CryptHmacMd5Null.c
Hmac/CryptHmacSha1Null.c
- Cipher/CryptAesNull.c
+ Cipher/CryptAes.c
Cipher/CryptTdesNull.c
Cipher/CryptArc4Null.c
Pk/CryptRsaBasic.c
|