summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/BaseCryptLib/Hmac
Commit message (Expand)AuthorAgeFilesLines
* CryptoPkg/Library/BaseCryptLib: Update internal functions/variablesMichael D Kinney2022-10-241-0/+7
* CryptoPkg: Add HMAC-SHA384 cipher support.Qi Zhang2022-09-234-356/+988
* CryptoPkg: Apply uncrustify changesMichael Kubacki2021-12-071-6/+7
* CryptoPkg/BaseCryptLib: Retire HMAC SHA1 algorithmZhichao Gao2020-05-152-355/+0
* CryptoPkg/BaseCryptLib: Retire HMAC MD5 algorithmZhichao Gao2020-05-152-355/+0
* CryptoPkg/BaseCryptLib: remove HmacXxxGetContextSize interfaceJian J Wang2020-01-206-160/+6
* CryptoPkg/BaseCryptLib: replace HmacXxxInit API with HmacXxxSetKeyJian J Wang2020-01-206-63/+42
* CryptoPkg/BaseCryptLib: Make HMAC_CTX size backward compatibleXiaoyu Lu2019-06-033-6/+19
* CryptoPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-096-42/+6
* CryptoPkg: Clean up source filesLiming Gao2018-06-282-8/+8
* CryptoPkg: Update HMAC Wrapper with opaque HMAC_CTX object.Qin Long2017-03-296-28/+319
* CryptoPkg/BaseCryptLib: Make comments consistent with the functionDandan Bi2016-11-112-3/+3
* CryptoPkg: Fix typos in commentsGary Lin2016-11-072-4/+4
* CryptoPkg: Add HMAC-SHA256 cipher supportQin Long2016-11-022-0/+324
* Fix several issues in BaseCryptLib:tye12012-08-022-2/+2
* Fix some typo and coding style issues in BaseCryptLib instances.tye12012-07-272-2/+2
* Add interfaces to several library instances of BaseCryptLib.tye12012-07-182-0/+254
* 1. Remove conducting ASSERT in BaseCryptLib.sfu52012-03-192-40/+52
* 1. Add new API supports for PEM & X509 key retrieving & verification;qlong2010-12-312-0/+12
* Update CryptoPkg for new ciphers (HMAC, Block Cipher, etc) supports.qlong2010-11-022-0/+370