Lines Matching full:algorithm
7 EFI_HASH2_PROTOCOL describes hashing functions for which the algorithm-required
62 Returns the size of the hash which results from a specific algorithm.
65 @param[in] HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.
66 @param[out] HashSize Holds the returned size of the algorithm's hash.
70 …@retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this dr…
84 The output is final with any algorithm-required padding added by the function.
87 @param[in] HashAlgorithm Points to the EFI_GUID which identifies the algorithm to use.
96 …@retval EFI_UNSUPPORTED The algorithm specified by HashAlgorithm is not supported by this dr…
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 dr…
182 /// This protocol describes hashing functions for which the algorithm-required message padding and