Lines Matching refs:HashAlgorithm
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 driver
71 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 driver
97 or HashAlgorithm is Null.
106 IN CONST EFI_GUID *HashAlgorithm,
117 @param[in] HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.
121 @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this driver
122 or HashAlgorithm is Null.
132 IN CONST EFI_GUID *HashAlgorithm
165 returned by GetHashSize() for the specified HashAlgorithm specified in preceding HashInit().