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

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Ppi/
Sha256Hash.h 132 HASH_INIT HashInit;
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
HashLib.h 149 HASH_INIT HashInit;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Hash2.h 131 or HashInit() is already called before and not terminated by HashFinal() yet on the same instance.
152 @retval EFI_NOT_READY This call was not preceded by a valid call to HashInit(),
171 returned by GetHashSize() for the specified HashAlgorithm specified in preceding HashInit().
176 @retval EFI_NOT_READY This call was not preceded by a valid call to HashInit() and at least one call to HashUpdate(),
194 EFI_HASH2_HASH_INIT HashInit;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DxeImageVerificationLib.h 196 HASH_INIT HashInit;
DxeImageVerificationLib.c 360 Status = mHash[HashAlg].HashInit(HashCtx);
918 Status = mHash[HashAlg].HashInit (HashCtx);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/HashLibBaseCryptoRouter/
HashLibBaseCryptoRouterDxe.c 59 mHashInterface[Index].HashInit (&HashCtx[Index]);
HashLibBaseCryptoRouterPei.c 92 HashInterfaceHob->HashInterface[Index].HashInit (&HashCtx[Index]);
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.h 257 HASH_INIT HashInit; ///< Pointer to Hash Init function
SecureBootConfigImpl.c     [all...]

Completed in 5965 milliseconds