Searched refs:Sha1Update (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/TpmCommLib/
H A DTpmComm.c19 combines Sha1Init(), Sha1Update() and Sha1Final().
43 Sha1Update (Sha1Ctx, Data, DataLen);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Hash/
H A DCryptSha1.c120 Sha1Update ( function
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c406 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 DHashVerify.c175 Status = Sha1Update (HashCtx, HashData, DataSize);
H A DRsaVerify.c316 Status = Sha1Update (Sha1Ctx, RsaSignData, AsciiStrLen (RsaSignData));
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/Library/
H A DBaseCryptLib.h345 Sha1Update (
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecCryptIo.c42 {IKE_AALG_SHA1HMAC, 20, 12, 64, Sha1GetContextSize, Sha1Init, Sha1Update, Sha1Final}
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c50 { L"SHA1", 20, &mHashOidValue[8], 5, Sha1GetContextSize, Sha1Init, Sha1Update, Sha1Final },
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c294 Status = Sha1Update (Hash, Password, PasswordSize);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.c447 Status = Sha1Update (Hash, Buffer, BufferSize);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c64 { L"SHA1", 20, &mHashOidValue[8], 5, Sha1GetContextSize, Sha1Init, Sha1Update, Sha1Final },

Completed in 64 milliseconds