Searched refs:Sha256Final (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/Protocol/
H A DRuntimeCrypt.h73 @retval FALSE Invalid SHA-256 context. After Sha256Final function has been called, the
195 EFI_RUNTIME_CRYPT_SHA256_FINAL Sha256Final; member in struct:__anon10279
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Hash/
H A DCryptSha256.c105 by Sha256Final(). Behavior with invalid context is undefined.
152 finalized by Sha256Final(). Behavior with invalid SHA-256 context is undefined.
167 Sha256Final ( function
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/
H A DRuntimeDxeIpfCryptLib.c231 @retval FALSE Invalid SHA-256 context. After Sha256Final function has been called, the
267 Sha256Final ( function
276 return mCryptProtocol->Sha256Final (Sha256Context, HashValue);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/CryptRuntimeDxe/
H A DCryptRuntime.c84 @retval FALSE Invalid SHA-256 context. After Sha256Final function has been called, the
121 return Sha256Final (Sha256Context, HashValue);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/
H A DHashVerify.c222 Status = Sha256Final (HashCtx, Digest);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/Library/
H A DBaseCryptLib.h434 by Sha256Final(). Behavior with invalid context is undefined.
461 finalized by Sha256Final(). Behavior with invalid SHA-256 context is undefined.
476 Sha256Final (
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.c356 Status = Sha256Final (HashContext, Digest);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c52 { L"SHA256", 32, &mHashOidValue[22], 9, Sha256GetContextSize,Sha256Init, Sha256Update, Sha256Final},
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c569 Status = Sha256Final (mHashCtx, Digest);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c66 { L"SHA256", 32, &mHashOidValue[22], 9, Sha256GetContextSize,Sha256Init, Sha256Update, Sha256Final},

Completed in 326 milliseconds