commit | 04a3d6e5a4f163cd786a46d44726e3e6de63b90f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 18 14:22:25 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 29 09:30:06 2018 -0700 |
tree | 63c866fd677dc5ad785954b2fafaf34dd3cfcabb | |
parent | f14cb21f8d7d864085d3009c4b6d0cc8c1e77214 [diff] |
tpm: Add a constant for the minimum supported digest size When SHA1 is used we need 20 bytes for the digest size. Add a constant so that clients can make use of this, e.g. to allocate local buffers. Signed-off-by: Simon Glass <sjg@chromium.org>