Home | History | Annotate | Download | only in tpm2

Lines Matching defs:sensitive

17 //     TPM_RC_ATTRIBUTES           sensitiveDataOrigin is CLEAR when 'sensitive.data' is an Empty
18 // Buffer, or is SET when 'sensitive.data' is not empty; fixedTPM,
21 // restricted, decrypt and sign attributes; attempt to inject sensitive data
29 // sensitive creation area; may also be returned if the TPM does not
35 // TPM_RC_SIZE size of public auth policy or sensitive auth value does not match
36 // digest size of the name algorithm sensitive data size for the keyed
42 // decryption key in the storage hierarchy with both public and sensitive
57 TPMT_SENSITIVE sensitive;
73 != (in->inSensitive.t.sensitive.data.t.size == 0))
85 // Validate the sensitive area values
86 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth)
94 &in->inSensitive.t.sensitive, &sensitive);
113 // Prepare output private data from sensitive
114 SensitiveToPrivate(&sensitive, &name, in->parentHandle,