Searched refs:TPMA_OBJECT (Results 1 – 13 of 13) sorted by relevance
/external/tpm2/ |
D | marshal_test.c | 181 SETUP_STRUCT(TPMA_OBJECT, 0) in AttributeStructSuccessTest() 190 RESET_STRUCT(TPMA_OBJECT, 0) in AttributeStructSuccessTest() 201 SETUP_STRUCT(TPMA_OBJECT, 0) in AttributeStructFailureTest() 205 RESET_STRUCT(TPMA_OBJECT, 0) in AttributeStructFailureTest()
|
D | Global.h | 208 TPMA_OBJECT objectAttributes; // object attributes
|
D | tpm_types.h | 458 } TPMA_OBJECT; typedef 1459 TPMA_OBJECT objectAttributes;
|
D | Object.c | 427 MemorySet(&((*object)->objectAttributes), 0, sizeof(TPMA_OBJECT)); in AllocateSequenceSlot()
|
D | tpm_generated.h | 304 UINT16 TPMA_OBJECT_Marshal(TPMA_OBJECT* source, BYTE** buffer, INT32* size); 306 TPM_RC TPMA_OBJECT_Unmarshal(TPMA_OBJECT* target, BYTE** buffer, INT32* size);
|
D | tpm_generated.c | 1688 UINT16 TPMA_OBJECT_Marshal(TPMA_OBJECT* source, BYTE** buffer, INT32* size) { in TPMA_OBJECT_Marshal() 1692 TPM_RC TPMA_OBJECT_Unmarshal(TPMA_OBJECT* target, BYTE** buffer, INT32* size) { in TPMA_OBJECT_Unmarshal()
|
D | part3.txt | 2641 “TPMA_OBJECT” in TPM 2.0 Part 2. 2647 of inPublic.attributes according to the Creation rules in “TPMA_OBJECT” in TPM 2.0 Part 2. 2935 The object’s TPMA_OBJECT attributes will be checked according to the rules defined in 2936 “TPMA_OBJECT” in TPM 2.0 Part 2 of this specification. 3155 The object’s TPMA_OBJECT attributes will be checked according to the rules defined in 3156 “TPMA_OBJECT” in TPM 2.0 Part 2. In particular, fixedTPM, fixedParent, and restricted shall be CLEAR
|
D | part4.txt | 1782 104 TPMA_OBJECT objectAttributes; // object attributes 11800 326 MemorySet(&((*object)->objectAttributes), 0, sizeof(TPMA_OBJECT)); 17595 … NOTE The Description column indicates which of TPMA_OBJECT.decrypt or TPMA_OBJECT.sign may be set. 17693 …objectAttributes TPMA_OBJECT attributes that, along with type, determine the manipu… 17720 13 result = TPMA_OBJECT_Unmarshal((TPMA_OBJECT *)&(target->objectAttributes), 17759 11 (TPMA_OBJECT *)&(source->objectAttributes), buffer, size));
|
/external/tpm2/generator/ |
D | structures.txt | 610 _NEW_TYPE TPMA_OBJECT 1445 _TYPE TPMA_OBJECT
|
D | raw_structures.txt | 222 TPMA_OBJECT (Object Attributes) ...................................................................… 837 Table 30 — Definition of (UINT32) TPMA_OBJECT Bits ................................................… 7921 TPMA_OBJECT (Object Attributes) 7945 Table 30 — Definition of (UINT32) TPMA_OBJECT Bits 8097 TPMA_OBJECT attributes. The description includes checks that are performed on the objectAttributes 8142 For any consistency error of attributes in TPMA_OBJECT, the TPM shall return TPM_RC_ATTRIBUTES. 14795 Description column indicates which of TPMA_OBJECT.decrypt or TPMA_OBJECT.sign may be set. 14864 TPMA_OBJECT
|
D | raw_structures_fixed.txt | 222 TPMA_OBJECT (Object Attributes) ...................................................................… 837 Table 30 — Definition of (UINT32) TPMA_OBJECT Bits ................................................… 7944 TPMA_OBJECT (Object Attributes) 7968 Table 30 — Definition of (UINT32) TPMA_OBJECT Bits 8114 TPMA_OBJECT attributes. The description includes checks that are performed on the objectAttributes 8159 For any consistency error of attributes in TPMA_OBJECT, the TPM shall return TPM_RC_ATTRIBUTES. 14770 Description column indicates which of TPMA_OBJECT.decrypt or TPMA_OBJECT.sign may be set. 14840 TPMA_OBJECT
|
D | raw_commands.txt | 4189 “TPMA_OBJECT” in Part 2. 4195 consistency of inPublic.attributes according to the Creation rules in “TPMA_OBJECT” in Part 2. 4704 The object’s TPMA_OBJECT attributes will be checked according to the rules defined in 4705 “TPMA_OBJECT” in Part 2 of this specification. 5118 The object’s TPMA_OBJECT attributes will be checked according to the rules defined in 5119 “TPMA_OBJECT” in Part 2. In particular, fixedTPM, fixedParent, and restricted shall be CLEAR if
|
D | raw_commands_fixed.txt | 4191 “TPMA_OBJECT” in Part 2. 4197 consistency of inPublic.attributes according to the Creation rules in “TPMA_OBJECT” in Part 2. 4706 The object’s TPMA_OBJECT attributes will be checked according to the rules defined in 4707 “TPMA_OBJECT” in Part 2 of this specification. 5120 The object’s TPMA_OBJECT attributes will be checked according to the rules defined in 5121 “TPMA_OBJECT” in Part 2. In particular, fixedTPM, fixedParent, and restricted shall be CLEAR if
|