]> git.sur5r.net Git - u-boot/commit
tpm: add dictionary attack mitigation commands support
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 15 May 2018 09:57:18 +0000 (11:57 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 26 May 2018 00:12:58 +0000 (20:12 -0400)
commitda9c3392e6cb2f3bf6d9973b1bda3b6881608b8e
tree8f081aeb747cc3e89db2dfe53810d540c6cfa0e3
parent69cd8f0681f44c85365157e87dc6d36d17e3993d
tpm: add dictionary attack mitigation commands support

Add support for the TPM2_DictionaryAttackParameters and
TPM2_DictionaryAttackLockReset commands.

Change the command file and the help accordingly.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/tpm-v2.c
include/tpm-v2.h
lib/tpm-v2.c