Searched refs:Sha1Update (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/TpmCommLib/ |
H A D | TpmComm.c | 19 combines Sha1Init(), Sha1Update() and Sha1Final(). 43 Sha1Update (Sha1Ctx, Data, DataLen);
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Hash/ |
H A D | CryptSha1.c | 120 Sha1Update ( function
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/ |
H A D | DxeTpmMeasureBootLib.c | 406 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize); 434 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize); 458 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize); 483 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize); 555 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize); 591 HashStatus = Sha1Update (Sha1Ctx, HashBase, HashSize);
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/ |
H A D | HashVerify.c | 175 Status = Sha1Update (HashCtx, HashData, DataSize);
|
H A D | RsaVerify.c | 316 Status = Sha1Update (Sha1Ctx, RsaSignData, AsciiStrLen (RsaSignData));
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/Library/ |
H A D | BaseCryptLib.h | 345 Sha1Update (
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/ |
H A D | IpSecCryptIo.c | 42 {IKE_AALG_SHA1HMAC, 20, 12, 64, Sha1GetContextSize, Sha1Init, Sha1Update, Sha1Final}
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/ |
H A D | DxeImageVerificationLib.c | 50 { L"SHA1", 20, &mHashOidValue[8], 5, Sha1GetContextSize, Sha1Init, Sha1Update, Sha1Final },
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/ |
H A D | PwdCredentialProvider.c | 294 Status = Sha1Update (Hash, Password, PasswordSize);
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/ |
H A D | UsbCredentialProvider.c | 447 Status = Sha1Update (Hash, Buffer, BufferSize);
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
H A D | SecureBootConfigImpl.c | 64 { L"SHA1", 20, &mHashOidValue[8], 5, Sha1GetContextSize, Sha1Init, Sha1Update, Sha1Final },
|
Completed in 1653 milliseconds