Searched refs:HashFinal (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.h131 @retval FALSE Invalid HASH context. After HashFinal function has been called, the
201 HASH_FINAL HashFinal; member in struct:__anon12682
H A DDxeImageVerificationLib.c522 Status = mHash[HashAlg].HashFinal(HashCtx, mImageDigest);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecCryptIo.h260 by HashFinal(). Behavior with invalid context is undefined.
289 finalized by HashFinal(). Behavior with invalid context is undefined.
420 CRYPTO_HASH_FINAL HashFinal; member in struct:_HASH_ALGORITHM
H A DIpSecCryptIo.c629 if (mIpsecHashAlgorithmList[Index].HashFinal (HashContext, OutHashData)) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.h280 @retval FALSE Invalid HASH context. After HashFinal function has been called, the
325 HASH_FINAL HashFinal; ///< Pointer to Hash Final function member in struct:__anon12739
H A DSecureBootConfigImpl.c1187 Status = mHash[HashAlg].HashFinal(HashCtx, mImageDigest);

Completed in 57 milliseconds