Home
last modified time | relevance | path

Searched refs:TPM2_RS_PW (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/security/keys/trusted-keys/
H A Dtrusted_tpm2.c93 tpm2_buf_append_auth(&buf, TPM2_RS_PW, in tpm2_seal_trusted()
210 tpm2_buf_append_auth(&buf, TPM2_RS_PW, in tpm2_load_cmd()
266 options->policyhandle : TPM2_RS_PW, in tpm2_unseal_cmd()
/OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/
H A Dtpm2.py47 TPM2_RS_PW = 0x40000009 variable
250 def __init__(self, session_handle=TPM2_RS_PW, nonce=bytes(),
/OK3568_Linux_fs/kernel/include/linux/
H A Dtpm.h238 TPM2_RS_PW = 0x40000009, enumerator
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm2-cmd.c249 auth_area.handle = cpu_to_be32(TPM2_RS_PW); in tpm2_pcr_extend()