diff options
author | qlong <qlong@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-02 06:06:38 +0000 |
---|---|---|
committer | qlong <qlong@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-02 06:06:38 +0000 |
commit | a8c4464502aabcbda7032daddc772a1bc7386bdf (patch) | |
tree | 4a09911c0309994c3657dece9ece986865eaaf0d /CryptoPkg/Application/Cryptest/Cryptest.inf | |
parent | 85c0b5ee7f333a0d334236644d3793314b5637b9 (diff) | |
download | edk2-platforms-a8c4464502aabcbda7032daddc772a1bc7386bdf.tar.xz |
Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10997 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'CryptoPkg/Application/Cryptest/Cryptest.inf')
-rw-r--r-- | CryptoPkg/Application/Cryptest/Cryptest.inf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CryptoPkg/Application/Cryptest/Cryptest.inf b/CryptoPkg/Application/Cryptest/Cryptest.inf index 85172944a8..0e617607db 100644 --- a/CryptoPkg/Application/Cryptest/Cryptest.inf +++ b/CryptoPkg/Application/Cryptest/Cryptest.inf @@ -29,9 +29,16 @@ #
[Sources]
+ Cryptest.h
Cryptest.c
+ HashVerify.c
+ HmacVerify.c
+ BlockCipherVerify.c
+ RsaVerify.c
AuthenticodeVerify.c
-
+ DhVerify.c
+ RandVerify.c
+
[Packages]
MdePkg/MdePkg.dec
CryptoPkg/CryptoPkg.dec
|