Searched refs:HmacSha1Init (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Hmac/ |
H A D | CryptHmacSha1.c | 52 HmacSha1Init ( function 111 HMAC-SHA1 context should be already correctly intialized by HmacSha1Init(), and should not 160 HMAC-SHA1 context should be already correctly intialized by HmacSha1Init(), and should
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/ |
H A D | HmacVerify.c | 126 Status = HmacSha1Init (HmacCtx, HmacSha1Key, sizeof (HmacSha1Key));
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/Library/ |
H A D | BaseCryptLib.h | 621 HmacSha1Init ( 652 HMAC-SHA1 context should be already correctly intialized by HmacSha1Init(), and should not 679 HMAC-SHA1 context should be already correctly intialized by HmacSha1Init(), and should
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/ |
H A D | IpSecCryptIo.c | 33 {IKE_AALG_SHA1HMAC, 20, 12, 64, HmacSha1GetContextSize, HmacSha1Init, HmacSha1Update, HmacSha1Final}
|
Completed in 4444 milliseconds