HomeSort by relevance Sort by last modified time
    Searched refs:HashFinal (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Ppi/
Sha256Hash.h 87 @retval FALSE Invalid HASH context. After HashFinal function has been called, the
140 HASH_FINAL HashFinal;
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
HashLib.h 151 HASH_FINAL HashFinal;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Hash2.h 120 EFI_HASH2_PROTOCOL functions HashUpdate() and HashFinal().
131 or HashInit() is already called before and not terminated by HashFinal() yet on the same instance.
153 or the operation in progress was terminated by a call to Hash() or HashFinal() on the same instance.
167 The hash may not be further updated or extended after HashFinal().
196 EFI_HASH2_HASH_FINAL HashFinal;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.h 134 @retval FALSE Invalid HASH context. After HashFinal function has been called, the
204 HASH_FINAL HashFinal;
DxeImageVerificationLib.c 606 Status = mHash[HashAlg].HashFinal(HashCtx, mImageDigest);
926 Status = mHash[HashAlg].HashFinal (HashCtx, CertDigest);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/HashLibBaseCryptoRouter/
HashLibBaseCryptoRouterDxe.c 143 mHashInterface[Index].HashFinal (HashCtx[Index], &Digest);
HashLibBaseCryptoRouterPei.c 188 HashInterfaceHob->HashInterface[Index].HashFinal (HashCtx[Index], &Digest);
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecCryptIo.h 260 by HashFinal(). Behavior with invalid context is undefined.
289 finalized by HashFinal(). Behavior with invalid context is undefined.
420 CRYPTO_HASH_FINAL HashFinal;
IpSecCryptIo.c 629 if (mIpsecHashAlgorithmList[Index].HashFinal (HashContext, OutHashData)) {
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.h 214 @retval FALSE Invalid HASH context. After HashFinal function has been called, the
259 HASH_FINAL HashFinal; ///< Pointer to Hash Final function
SecureBootConfigImpl.c     [all...]

Completed in 213 milliseconds