Home | History | Annotate | Download | only in Hash2DxeCrypto

Lines Matching refs:HashSize

121   UINT32                     HashSize;

141 @param[out] HashSize Holds the returned size of the algorithm's hash.
144 @retval EFI_INVALID_PARAMETER This or HashSize is NULL.
154 OUT UINTN *HashSize
291 @param[out] HashSize Holds the returned size of the algorithm's hash.
294 @retval EFI_INVALID_PARAMETER This or HashSize is NULL.
304 OUT UINTN *HashSize
309 if ((This == NULL) || (HashSize == NULL)) {
322 *HashSize = HashInfo->HashSize;