Home
last modified time | relevance | path

Searched refs:TPM2_CC_UNSEAL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py21 TPM2_CC_UNSEAL = 0x015E variable
660 TPM2_CC_UNSEAL,
/openbmc/linux/include/linux/
H A Dtpm.h230 TPM2_CC_UNSEAL = 0x015E, enumerator
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c481 rc = tpm_buf_init(&buf, TPM2_ST_SESSIONS, TPM2_CC_UNSEAL); in tpm2_unseal_cmd()