Home | History | Annotate | Download | only in Protocol

Lines Matching refs:HashAlgorithm

71   @param[in]  HashAlgorithm         Points to the EFI_GUID which identifies the algorithm to use.

76 @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this driver
77 or HashAlgorithm is null.
84 IN CONST EFI_GUID *HashAlgorithm,
93 @param[in] HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.
97 returned by GetHashSize() for the specified HashAlgorithm.
102 @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this driver
103 or HashAlgorithm is Null.
112 IN CONST EFI_GUID *HashAlgorithm,
123 @param[in] HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.
127 @retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this driver
128 or HashAlgorithm is Null.
138 IN CONST EFI_GUID *HashAlgorithm
171 returned by GetHashSize() for the specified HashAlgorithm specified in preceding HashInit().