[PATCH 0/4] Basic trusted keys support for TPM 2.0

2015-10-02 Thread Jarkko Sakkinen
Basic trusted keys support, which means basic sealing with an authentication value by using SHA256. After we get the groundwork in place the functionality will be refined with algorithmic agility and policy based sealing. Jarkko Sakkinen (4): tpm: introduce struct tpm_buf trusted: move struct

[PATCH 0/4] Basic trusted keys support for TPM 2.0

2015-07-03 Thread Jarkko Sakkinen
Jarkko Sakkinen (4): tpm: introduce struct tpm_buf trusted: move struct trusted_key_options to trusted-type.h tpm: seal/unseal for TPM 2.0 keys, trusted: seal/unseal with TPM 2.0 chips drivers/char/tpm/tpm-interface.c | 75 ++ drivers/char/tpm/tpm.h | 77 ++ drivers/ch