Lines Matching refs:inSensitive

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
4276 3) If inSensitive.data is an Empty Buffer, a TPM-generated key value that is the size of the digest
4350 inSensitive
4638 // the size of the data object in inSensitive.
4641 != (in->inSensitive.t.sensitive.data.t.size == 0))
4652 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth)
4658 &in->inSensitive.t.sensitive, &sensitive);
24991 If this command is called multiple times with the same inPublic parameter, inSensitive.data, and Pr…
25050 inSensitive
25253 // the size of the data object in inSensitive.
25256 != (in->inSensitive.t.sensitive.data.t.size == 0 ))
25267 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth)
25327 &in->inSensitive.t.sensitive,&sensitive);