Searched refs:inSensitive (Results 1 – 12 of 12) sorted by relevance
/external/tpm2/ |
D | CreatePrimary.c | 49 != (in->inSensitive.t.sensitive.data.t.size == 0 )) in TPM2_CreatePrimary() 62 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth) in TPM2_CreatePrimary() 75 &in->inSensitive.t.sensitive,&sensitive); in TPM2_CreatePrimary()
|
D | Create.c | 73 != (in->inSensitive.t.sensitive.data.t.size == 0)) in TPM2_Create() 86 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth) in TPM2_Create() 94 &in->inSensitive.t.sensitive, &sensitive); in TPM2_Create()
|
D | CreatePrimary_fp.h | 14 TPM2B_SENSITIVE_CREATE inSensitive; member
|
D | Create_fp.h | 14 TPM2B_SENSITIVE_CREATE inSensitive; member
|
D | Marshal_Create.c | 50 result = TPM2B_SENSITIVE_CREATE_Unmarshal(&target->inSensitive, buffer, size); in Create_In_Unmarshal()
|
D | Marshal_CreatePrimary.c | 52 result = TPM2B_SENSITIVE_CREATE_Unmarshal(&target->inSensitive, buffer, size); in CreatePrimary_In_Unmarshal()
|
D | part3.txt | 2645 structure (inPublic), an initial value for the object’s authValue (inSensitive.userAuth), and, if t… 2646 symmetric object, an optional initial data value (inSensitive.data). The TPM shall validate the con… 2648 The inSensitive parameter may be encrypted using parameter encryption. 2653 The sensitiveDataOrigin attribute of inPublic shall be SET if inSensitive.data is an Empty Buffer a… 2654 CLEAR if inSensitive.data is not an Empty Buffer or the TPM shall return TPM_RC_ATTRIBUTES. 2658 …1) If inSensitive.sensitive.data is the Empty Buffer, a TPM-generated key value is placed in the n… 2661 … 2) If inSensitive.sensitive.data is not the Empty Buffer, the TPM will validate that the size of 2662 … inSensitive.data is no larger than the key size indicated in the inPublic template (TPM_RC_SIZE) 2663 and copy the inSensitive.data to TPMT_SENSITIVE.sensitive.sym of the new object. 2672 … 1) If inSensitive.sensitive.data is not the Empty Buffer, then the TPM shall return TPM_RC_VALUE. [all …]
|
/external/tpm2/generator/ |
D | raw_commands.txt | 4193 structure (inPublic), an initial value for the object’s authValue (inSensitive.authValue), and, if … 4194 a symmetric object, an optional initial data value (inSensitive.data). The TPM shall validate the 4201 The sensitiveDataOrigin attribute of inPublic shall be SET if inSensitive.data is an Empty Buffer a… 4202 CLEAR if inSensitive.data is not an Empty Buffer or the TPM shall return TPM_RC_ATTRIBUTES. 4206 1) If inSensitive.data is the Empty Buffer, a TPM-generated key value is placed in the new object’s 4209 2) If inSensitive.data is not the Empty Buffer, the TPM will validate that the size of inSensitive.… 4211 inSensitive.data to TPMT_SENSITIVE.sensitive.sym of the new object. 4257 1) If inSensitive.data is an Empty Buffer, and neither sign nor decrypt is SET in inPublic.attribut… 4259 2) If inSensitive.data is not an Empty Buffer, the TPM will copy the inSensitive.data to 4263 The size of inSensitive.data is limited to be no larger [all …]
|
D | raw_commands_fixed.txt | 4195 structure (inPublic), an initial value for the object’s authValue (inSensitive.authValue), and, if … 4196 a symmetric object, an optional initial data value (inSensitive.data). The TPM shall validate the 4203 The sensitiveDataOrigin attribute of inPublic shall be SET if inSensitive.data is an Empty Buffer a… 4204 CLEAR if inSensitive.data is not an Empty Buffer or the TPM shall return TPM_RC_ATTRIBUTES. 4208 1) If inSensitive.data is the Empty Buffer, a TPM-generated key value is placed in the new object’s 4211 2) If inSensitive.data is not the Empty Buffer, the TPM will validate that the size of inSensitive.… 4213 inSensitive.data to TPMT_SENSITIVE.sensitive.sym of the new object. 4259 1) If inSensitive.data is an Empty Buffer, and neither sign nor decrypt is SET in inPublic.attribut… 4261 2) If inSensitive.data is not an Empty Buffer, the TPM will copy the inSensitive.data to 4265 The size of inSensitive.data is limited to be no larger [all …]
|
D | commands.txt | 177 _NAME inSensitive 2003 _NAME inSensitive
|
D | raw_structures.txt | 8272 If inSensitive.sensitive.data.size is zero, then this attribute shall be SET in the template; 8277 The inSensitive.sensitive.data.size parameter is required to be zero for an asymmetric key so 8282 The inSensitive.sensitive.data.size parameter may not be zero for a data object so sensitiveDataOri…
|
D | raw_structures_fixed.txt | 8289 If inSensitive.sensitive.data.size is zero, then this attribute shall be SET in the template; 8294 The inSensitive.sensitive.data.size parameter is required to be zero for an asymmetric key so 8299 The inSensitive.sensitive.data.size parameter may not be zero for a data object so sensitiveDataOri…
|