Searched refs:phEnableNV (Results 1 – 13 of 13) sorted by relevance
/external/tpm2/ |
D | PropertyCap.c | 318 if(gc.phEnableNV) in TPMPropertyIsDefined() 319 flags.phEnableNV = SET; in TPMPropertyIsDefined()
|
D | HierarchyControl.c | 89 selected = &gc.phEnableNV; in TPM2_HierarchyControl()
|
D | NV_DefineSpace.c | 45 if(in->authHandle == TPM_RH_PLATFORM && gc.phEnableNV == CLEAR) in TPM2_NV_DefineSpace()
|
D | Hierarchy.c | 90 gc.shEnable = gc.ehEnable = gc.phEnableNV = TRUE; in HierarchyStartup()
|
D | Global.h | 829 BOOL phEnableNV; // default reset is SET member
|
D | NV.c | 991 if(gc.shEnable == FALSE || gc.phEnableNV == FALSE) in NvIndexIsAccessible() 1002 else if(gc.phEnableNV == FALSE) in NvIndexIsAccessible()
|
D | tpm_types.h | 498 UINT32 phEnableNV : 1; member
|
D | part3.txt | 1442 platform controls other than the phEnable and phEnableNV. 1448 phEnable and phEnableNV shall be SET; 14047 allows phEnable, phEnableNV, shEnable, and ehEnable to be changed when the proper authorization is 14049 This command may be used to CLEAR phEnable and phEnableNV if platformAuth/platformPolicy is 14063 When this command is used to CLEAR phEnableNV, the TPM will disable access to any NV index that 14065 Authorization). As long as phEnableNV is CLEAR, the TPM will return an error in response to any 14209 77 selected = &gc.phEnableNV; 17527 Authorization may not be used if phEnableNV is CLEAR. 17528 …n Index was defined using Platform Authorization, then that Index is not accessible when phEnableNV 17738 25 // is SET but phEnableNV is CLEAR, we have to check here [all …]
|
D | part4.txt | 2510 531 BOOL phEnableNV; // default reset is SET 8881 75 gc.shEnable = gc.ehEnable = gc.phEnableNV = TRUE; 10160 … this would include an index created using ownerAuth. If phEnableNV 10194 773 if(gc.shEnable == FALSE || gc.phEnableNV == FALSE) 10203 782 // if phEnableNV is CLEAR, a platform created Index should not 10205 784 else if(gc.phEnableNV == FALSE) 18699 307 if(gc.phEnableNV) 18700 308 flags.phEnableNV = SET;
|
/external/tpm2/generator/ |
D | raw_commands.txt | 2204 platform controls other than the phEnable and phEnableNV. 2212 phEnable and phEnableNV shall be SET; 25367 allows phEnable, phEnableNV, shEnable, and ehEnable to be changed when the proper authorization is 25369 This command may be used to CLEAR phEnable and phEnableNV if platformAuth/platformPolicy is 25386 When this command is used to CLEAR phEnableNV, the TPM will disable access to any NV index that 25388 As long as phEnableNV is CLEAR, the TPM will return an error in response to any command that 25698 selected = &gc.phEnableNV; 31668 used if phEnableNV is CLEAR. 31669 If an Index was defined using platformAuth, then that Index is not accessible when phEnableNV is 32062 // is SET but phEnableNV is CLEAR, we have to check here [all …]
|
D | raw_commands_fixed.txt | 2204 platform controls other than the phEnable and phEnableNV. 2212 phEnable and phEnableNV shall be SET; 25378 allows phEnable, phEnableNV, shEnable, and ehEnable to be changed when the proper authorization is 25380 This command may be used to CLEAR phEnable and phEnableNV if platformAuth/platformPolicy is 25397 When this command is used to CLEAR phEnableNV, the TPM will disable access to any NV index that 25399 As long as phEnableNV is CLEAR, the TPM will return an error in response to any command that 25709 selected = &gc.phEnableNV; 31677 used if phEnableNV is CLEAR. 31678 If an Index was defined using platformAuth, then that Index is not accessible when phEnableNV is 32071 // is SET but phEnableNV is CLEAR, we have to check here [all …]
|
D | raw_structures.txt | 7563 for phEnableNV 9004 phEnableNV 9039 whether phEnableNV is applicable. Since the TPM will return TPM_RC_HANDLE if the index
|
D | raw_structures_fixed.txt | 7587 for phEnableNV 9019 phEnableNV 9054 whether phEnableNV is applicable. Since the TPM will return TPM_RC_HANDLE if the index
|