Searched refs:TPM2_RH_NULL (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/tpm2/ |
H A D | tpm2.py | 45 TPM2_RH_NULL = 0x40000007 variable 463 TPM2_RH_NULL, 464 TPM2_RH_NULL,
|
/linux/drivers/char/tpm/ |
H A D | tpm2-sessions.c | 938 rc = tpm2_create_primary(chip, TPM2_RH_NULL, &tmp_null_key, name); in tpm2_load_null() 998 tpm_buf_append_u32(&buf, TPM2_RH_NULL); in tpm2_start_auth_session() 1347 rc = tpm2_create_primary(chip, TPM2_RH_NULL, &null_key, in tpm2_create_null_primary()
|
/linux/include/linux/ |
H A D | tpm.h | 293 TPM2_RH_NULL = 0x40000007, enumerator
|