Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dtpm-v2.c776 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_clear()
822 tpm_u32(TPM2_RS_PW), /* Password authorisation */ in tpm2_nv_define_space()
868 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_pcr_extend()
910 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_nv_read_value()
958 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_nv_write_value()
1196 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_dam_reset()
1234 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_dam_parameters()
1283 tpm_u32(TPM2_RS_PW), /* Session handle */ in tpm2_change_auth()
1326 tpm_u32(TPM2_RS_PW), /* session handle */ in tpm2_pcr_setauthpolicy()
1382 tpm_u32(TPM2_RS_PW), /* session handle */ in tpm2_pcr_setauthvalue()
[all …]
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c275 tpm2_buf_append_auth(&buf, TPM2_RS_PW, in tpm2_seal_trusted()
430 tpm2_buf_append_auth(&buf, TPM2_RS_PW, in tpm2_load_cmd()
488 options->policyhandle : TPM2_RS_PW, in tpm2_unseal_cmd()
/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py47 TPM2_RS_PW = 0x40000009 variable
251 def __init__(self, session_handle=TPM2_RS_PW, nonce=bytes(),
/openbmc/linux/include/linux/
H A Dtpm.h246 TPM2_RS_PW = 0x40000009, enumerator
/openbmc/u-boot/include/
H A Dtpm-v2.h304 TPM2_RS_PW = 0x40000009, enumerator
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c137 if (session_handle != TPM2_RS_PW) { in sandbox_tpm2_check_session()
/openbmc/linux/drivers/char/tpm/
H A Dtpm2-cmd.c249 auth_area.handle = cpu_to_be32(TPM2_RS_PW); in tpm2_pcr_extend()