Searched defs:HashAlgorithm (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptTs.c45 X509_ALGOR *HashAlgorithm; member in struct:__anon3763
54 ASN1_SIMPLE (TS_MESSAGE_IMPRINT, HashAlgorithm, X509_ALGOR),
276 HashAlgo = X509_ALGOR_dup (Imprint->HashAlgorithm);
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
H A DWinCertificate.h113 EFI_GUID HashAlgorithm; member in struct:__anon6691
/device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
H A DHash2DxeCrypto.c140 @param[in] HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.
145 @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this driver
146 or HashAlgorithm is null.
153 IN CONST EFI_GUID *HashAlgorithm,
162 @param[in] HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.
166 returned by GetHashSize() for the specified HashAlgorithm.
171 @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this driver
172 or HashAlgorithm is Null.
181 IN CONST EFI_GUID *HashAlgorithm,
192 @param[in] HashAlgorithm Point
301 BaseCrypto2GetHashSize( IN CONST EFI_HASH2_PROTOCOL *This, IN CONST EFI_GUID *HashAlgorithm, OUT UINTN *HashSize ) argument
348 BaseCrypto2Hash( IN CONST EFI_HASH2_PROTOCOL *This, IN CONST EFI_GUID *HashAlgorithm, IN CONST UINT8 *Message, IN UINTN MessageSize, IN OUT EFI_HASH2_OUTPUT *Hash ) argument
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
H A DUefiMultiPhase.h174 @param HashAlgorithm This is the hashing algorithm which was
192 EFI_GUID HashAlgorithm; member in struct:_WIN_CERTIFICATE_EFI_PKCS1_15

Completed in 114 milliseconds