Home | History | Annotate | Download | only in tpm2

Lines Matching refs:sensitive

287 //      TPM_RC_BINDING                    if the public and sensitive parts of the object are not matched
296 TPMT_SENSITIVE *sensitive, // IN: sensitive area (may be null)
313 if(sensitive != NULL)
314 object->sensitive = *sensitive;
324 if(sensitive != NULL)
326 // Check if public type matches sensitive type
332 object->attributes.publicOnly = (sensitive == NULL);
470 CryptStartHMACSequence2B(hashAlg, &keyObject->sensitive.sensitive.bits.b,