]> git.baikalelectronics.ru Git - uboot.git/commit
tpm: add tpm_get_random()
authorAndré Draszik <adraszik@tycoint.com>
Tue, 3 Oct 2017 15:55:52 +0000 (16:55 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 17 Nov 2017 14:15:40 +0000 (07:15 -0700)
commitc0479421a77f721c9a71756c1c8a10c47c9026d6
tree0060f5315a771e64bff35445700b4db84d3a72f5
parent8935dc916080294221eb6ccf706d418d775b93bf
tpm: add tpm_get_random()

Add a function to obtain random data from the TPM.

Signed-off-by: André Draszik <adraszik@tycoint.com>
Added commit message, add cast to min()
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
include/tpm.h
lib/tpm.c