]> git.ipfire.org Git - thirdparty/grub.git/commit
tpm: Rename function grub_tpm_log_event() to grub_tpm_measure()
authorTianjia Zhang <tianjia.zhang@linux.alibaba.com>
Wed, 13 May 2020 13:13:29 +0000 (21:13 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 15 May 2020 13:37:28 +0000 (15:37 +0200)
commitc867185b8164dfb868be4df7fa47b65d4888c4ac
tree96ef5230bdf36d4843166739b5941aeb2312db03
parentf39f1ec5d9cba86af55cddea421af15952633b27
tpm: Rename function grub_tpm_log_event() to grub_tpm_measure()

grub_tpm_log_event() and grub_tpm_measure() are two functions that
have the same effect. So, keep grub_tpm_log_event() and rename it
to grub_tpm_measure(). This way we get also a more clear semantics.

Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/commands/efi/tpm.c
grub-core/commands/tpm.c
include/grub/tpm.h