Searched refs:TPMA_NV_AUTHWRITE (Results 1 – 6 of 6) sorted by relevance
/system/tpm/trunks/ |
D | tpm_constants.h | 38 constexpr TPMA_NV TPMA_NV_AUTHWRITE = 1U << 2; variable
|
/system/tpm/tpm_manager/server/ |
D | tpm2_nvram_impl.cc | 44 if (tpm_flags & (trunks::TPMA_NV_AUTHWRITE)) in MapAttributesFromTpm() 233 } else if (nvram_public.attributes & trunks::TPMA_NV_AUTHWRITE) { in WriteSpace() 403 } else if (nvram_public.attributes & trunks::TPMA_NV_AUTHWRITE) { in LockSpace()
|
D | tpm2_nvram_test.cc | 99 trunks::TPMA_NV_AUTHREAD | trunks::TPMA_NV_AUTHWRITE; in SetupExistingSpace()
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 1465 (a) the TPMA_NV_AUTHWRITE attribute of the NV Index is SET if the command modifies 31684 TPMA_NV_AUTHWRITE, or TPMA_NV_POLICYWRITE is allowed as long as at least one is SET. 31812 At least one of TPMA_NV_PPWRITE, TPMA_NV_OWNERWRITE, TPMA_NV_AUTHWRITE, or 32186 && attributes.TPMA_NV_AUTHWRITE == CLEAR 32922 TPMA_NV_OWNERWRITE; TPMA_NV_AUTHWRITE; and, if TPMA_NV_POLICY_WRITE is SET, the 33508 TPMA_NV_OWNERWRITE, TPMA_NV_AUTHWRITE, and the authPolicy of the NV Index. 34114 TPMA_NV_OWNERWRITE, TPMA_NV_AUTHWRITE, and the authPolicy of the NV Index.
|
D | raw_structures_fixed.txt | 15374 If TPMA_NV_AUTHWRITE is SET, then the Index may be written if the Index authValue is provided. If 15376 At least one of TPMA_NV_PPWRITE, TPMA_NV_OWNERWRITE TPMA_NV_AUTHWRITE, or 15440 TPMA_NV_AUTHWRITE
|
D | raw_structures.txt | 15385 If TPMA_NV_AUTHWRITE is SET, then the Index may be written if the Index authValue is provided. If 15387 At least one of TPMA_NV_PPWRITE, TPMA_NV_OWNERWRITE TPMA_NV_AUTHWRITE, or 15451 TPMA_NV_AUTHWRITE
|