Searched refs:Sha1Final (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().
44 Sha1Final (Sha1Ctx, (UINT8 *)Digest);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Hash/
H A DCryptSha1.c106 by Sha1Final(). Behavior with invalid context is undefined.
153 finalized by Sha1Final(). Behavior with invalid SHA-1 context is undefined.
168 Sha1Final ( function
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/
H A DHashVerify.c182 Status = Sha1Final (HashCtx, Digest);
H A DRsaVerify.c322 Status = Sha1Final (Sha1Ctx, HashValue);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/Library/
H A DBaseCryptLib.h331 by Sha1Final(). Behavior with invalid context is undefined.
358 finalized by Sha1Final(). Behavior with invalid SHA-1 context is undefined.
373 Sha1Final (
/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/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c603 HashStatus = Sha1Final (Sha1Ctx, (UINT8 *) &TcgEvent->Digest);
/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.c299 Status = Sha1Final (Hash, Credential);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.c452 Status = Sha1Final (Hash, Credential);
/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 78 milliseconds