Searched refs:TPM2_RS_PW (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | tpm-v2.c | 776 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 D | trusted_tpm2.c | 275 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 D | tpm2.py | 47 TPM2_RS_PW = 0x40000009 variable 251 def __init__(self, session_handle=TPM2_RS_PW, nonce=bytes(),
|
/openbmc/linux/include/linux/ |
H A D | tpm.h | 246 TPM2_RS_PW = 0x40000009, enumerator
|
/openbmc/u-boot/include/ |
H A D | tpm-v2.h | 304 TPM2_RS_PW = 0x40000009, enumerator
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm2_tis_sandbox.c | 137 if (session_handle != TPM2_RS_PW) { in sandbox_tpm2_check_session()
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm2-cmd.c | 249 auth_area.handle = cpu_to_be32(TPM2_RS_PW); in tpm2_pcr_extend()
|