Searched refs:shEnable (Results 1 – 15 of 15) sorted by relevance
/external/tpm2/ |
D | HierarchyControl.c | 44 if( gc.shEnable == FALSE && in->state == YES in TPM2_HierarchyControl() 80 selected = &gc.shEnable; in TPM2_HierarchyControl()
|
D | Hierarchy.c | 90 gc.shEnable = gc.ehEnable = gc.phEnableNV = TRUE; in HierarchyStartup() 195 enabled = gc.shEnable; in HierarchyIsEnabled()
|
D | PropertyCap.c | 314 if(gc.shEnable) in TPMPropertyIsDefined() 315 flags.shEnable = SET; in TPMPropertyIsDefined()
|
D | Clear.c | 48 gc.shEnable = gc.ehEnable = TRUE; in TPM2_Clear()
|
D | Entity.c | 42 if(!gc.shEnable) in EntityGetLoadStatus()
|
D | Global.h | 827 BOOL shEnable; // default reset is SET member
|
D | NV.c | 991 if(gc.shEnable == FALSE || gc.phEnableNV == FALSE) in NvIndexIsAccessible() 997 if(gc.shEnable == FALSE) in NvIndexIsAccessible()
|
D | Object.c | 686 else if(gc.shEnable == CLEAR) in ObjectLoadEvict()
|
D | tpm_types.h | 496 UINT32 shEnable : 1; member
|
D | part3.txt | 1474 shEnable and ehEnable shall be SET, and 1487 shEnable and ehEnable shall be SET, 14047 allows phEnable, phEnableNV, shEnable, and ehEnable to be changed when the proper authorization is 14051 This command may be used to CLEAR shEnable if either platformAuth/platformPolicy … 14052 ownerAuth/ownerPolicy is provided. shEnable may be SET if platformAuth/platformPolicy is provided. 14056 When this command is used to CLEAR phEnable, shEnable, or ehEnable, the TPM will disable use of 14059 When this command is used to CLEAR shEnable, the TPM will disable access to any NV index that has 14061 Authorization). As long as shEnable is CLEAR, the TPM will return an error in response to any comma… 14159 32 if( gc.shEnable == FALSE && in->state == YES 14200 68 selected = &gc.shEnable; [all …]
|
D | part4.txt | 2508 529 BOOL shEnable; // default reset is SET 8881 75 gc.shEnable = gc.ehEnable = gc.phEnableNV = TRUE; 9001 160 enabled = gc.shEnable; 10159 … TPM_RC_HANDLE the handle points to an undefined NV Index If shEnable is CLEAR, 10194 773 if(gc.shEnable == FALSE || gc.phEnableNV == FALSE) 10196 775 // if shEnable is CLEAR, an ownerCreate NV Index should not be 10200 779 if(gc.shEnable == FALSE) 12105 537 else if(gc.shEnable == CLEAR) 16593 18 if(!gc.shEnable) 18695 303 if(gc.shEnable) [all …]
|
/external/tpm2/generator/ |
D | raw_commands.txt | 2272 shEnable and ehEnable shall be SET, and 2294 shEnable and ehEnable shall be SET, 25367 allows phEnable, phEnableNV, shEnable, and ehEnable to be changed when the proper authorization is 25371 This command may be used to CLEAR shEnable if either platformAuth/platformPolicy 25372 ownerAuth/ownerPolicy is provided. shEnable may be SET if platformAuth/platformPolicy is provided. 25379 When this command is used to CLEAR phEnable, shEnable, or ehEnable, the TPM will disable use of 25382 When this command is used to CLEAR shEnable, the TPM will disable access to any NV index that has 25384 long as shEnable is CLEAR, the TPM will return an error in response to any command that attempts to 25587 gc.shEnable == FALSE && in->state == YES 25689 selected = &gc.shEnable; [all …]
|
D | raw_commands_fixed.txt | 2272 shEnable and ehEnable shall be SET, and 2294 shEnable and ehEnable shall be SET, 25378 allows phEnable, phEnableNV, shEnable, and ehEnable to be changed when the proper authorization is 25382 This command may be used to CLEAR shEnable if either platformAuth/platformPolicy 25383 ownerAuth/ownerPolicy is provided. shEnable may be SET if platformAuth/platformPolicy is provided. 25390 When this command is used to CLEAR phEnable, shEnable, or ehEnable, the TPM will disable use of 25393 When this command is used to CLEAR shEnable, the TPM will disable access to any NV index that has 25395 long as shEnable is CLEAR, the TPM will return an error in response to any command that attempts to 25598 gc.shEnable == FALSE && in->state == YES 25700 selected = &gc.shEnable; [all …]
|
D | raw_structures.txt | 8991 shEnable
|
D | raw_structures_fixed.txt | 9006 shEnable
|