Searched refs:HashAlgorithm (Results 1 – 14 of 14) sorted by relevance
65 @param[in] HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.70 @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this driver71 or HashAlgorithm is null.78 IN CONST EFI_GUID *HashAlgorithm,87 @param[in] HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.91 returned by GetHashSize() for the specified HashAlgorithm.96 @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this driver97 or HashAlgorithm is Null.106 IN CONST EFI_GUID *HashAlgorithm,117 @param[in] HashAlgorithm Point[all...]
98 @param[in] HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.102 @retval EFI_INVALID_PARAMETER HashSize is NULL or HashAlgorithm is NULL.103 @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported111 IN CONST EFI_GUID *HashAlgorithm,119 @param[in] HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.132 @retval EFI_INVALID_PARAMETER Message or Hash, HashAlgorithm is NULL or MessageSize is 0.134 @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this142 IN CONST EFI_GUID *HashAlgorithm,
29 io.mapRequired("HashAlgorithm", DebugH.HashAlgorithm); in mapping()54 cantFail(Reader.readInteger(DHS.HashAlgorithm)); in fromDebugH()74 cantFail(Writer.writeInteger(DebugH.HashAlgorithm)); in toDebugH()
21 extern Checksum HashAlgorithm;34 if (HashAlgorithm == Checksum::HardwareCRC32) { in computeChecksum()
28 Checksum HashAlgorithm = {Checksum::BSD}; variable
153 HashAlgorithm = Checksum::HardwareCRC32; in init()
105 EFI_GUID HashAlgorithm; member
45 uint16_t HashAlgorithm; member
64 -- MUST be present and MUST be a HashAlgorithm, for example, sha1.
337 U8 HashAlgorithm; /* 0x01 */ member
1330 MPI3_MAN17_HASH_ALGORITHM HashAlgorithm[MPI3_MAN17_HASH_ALGORITHM_MAX]; /* 0x10 */ member2641 U8 HashAlgorithm; /* 0x01 */ member
92 hashAlgorithm [0] HashAlgorithm DEFAULT
284 header->HashAlgorithm == uint16_t(GlobalTypeHashAlg::BLAKE3) && in canUseDebugH()
846 support::ulittle16_t HashAlgorithm; member