
29 Nov
2018
29 Nov
'18
6:42 p.m.
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 ---
Changes in v2: - Split out from main TPM patch
include/tpm-common.h | 2 ++ 1 file changed, 2 insertions(+)
Applied to u-boot-dm/master, thanks!