Home
last modified time | relevance | path

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

/linux-6.1.9/security/keys/trusted-keys/
Dtrusted_tpm2.c262 tpm2_buf_append_auth(&buf, TPM2_RS_PW, in tpm2_seal_trusted()
417 tpm2_buf_append_auth(&buf, TPM2_RS_PW, in tpm2_load_cmd()
475 options->policyhandle : TPM2_RS_PW, in tpm2_unseal_cmd()
/linux-6.1.9/tools/testing/selftests/tpm2/
Dtpm2.py47 TPM2_RS_PW = 0x40000009 variable
251 def __init__(self, session_handle=TPM2_RS_PW, nonce=bytes(),
/linux-6.1.9/include/linux/
Dtpm.h246 TPM2_RS_PW = 0x40000009, enumerator
/linux-6.1.9/drivers/char/tpm/
Dtpm2-cmd.c249 auth_area.handle = cpu_to_be32(TPM2_RS_PW); in tpm2_pcr_extend()