commit | da379f3c1db0c9a1fd27b11d24c9894b5edc7c75 | [log] [tgz] |
---|---|---|
author | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Tue Jun 20 11:38:03 2017 +0200 |
committer | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Thu Oct 12 14:28:59 2017 +0300 |
tree | e9358c4d4a32ea669a8b82728090ad8f04955811 | |
parent | 25eabb13c7d67ae32298015c5e28d00f604f412c [diff] |
tpm: migrate pubek_show to struct tpm_buf Migrated pubek_show to struct tpm_buf and cleaned up its implementation. Previously the output parameter structure was declared but left completely unused. Now it is used to refer different fields of the output. We can move it to tpm-sysfs.c as it does not have any use outside of that file. Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>