Lines Matching refs:inPrivate
2942 If inPrivate.size is zero, the load will fail.
2943 After inPrivate.buffer is decrypted using the symmetric key of the parent, the integrity value shal…
2996 TPM2B_PRIVATE inPrivate the private portion of the object
3034 TPM_RC_BINDING inPrivate and inPublic are not cryptographically bound
3036 TPM_RC_INTEGRITY HMAC on inPrivate was not valid
3042 TPM_RC_SENSITIVE the inPrivate did not unmarshal correctly
3043 TPM_RC_SIZE inPrivate missing, or authPolicy size for inPublic or is not valid
3062 18 if(in->inPrivate.t.size == 0)
3104 55 result = PrivateToSensitive(&in->inPrivate, &out->name, in->parentHandle,
3157 if inPrivate is not the Empty Buffer.
3182 If nameAlg is not TPM_ALG_NULL, then the same consistency checks between inPublic and inPrivate
3233 TPM2B_SENSITIVE inPrivate the sensitive portion of the object (optional)
3272 …TPM_RC_BINDING the inPublic and inPrivate structures are not cryptographically …
3284 TPM_RC_TYPE inPublic and inPrivate are not the same type
3309 28 if(in->inPrivate.t.size != 0)
3340 54 if(in->inPrivate.t.size != 0)
3341 55 sensitive = &in->inPrivate.t.sensitiveArea;