OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixedParent
(Results
1 - 6
of
6
) sorted by null
/external/tpm2/
LoadExternal.c
15
// TPM_RC_ATTRIBUTES '
fixedParent
" and fixedTPM must be CLEAR on on an external key if
60
//
fixedParent
== CLEAR, and must have restrict CLEAR so that it does not
63
|| in->inPublic.t.publicArea.objectAttributes.
fixedParent
!= CLEAR
Duplicate.c
15
// TPM_RC_ATTRIBUTES key to duplicate has
fixedParent
SET
46
if(object->publicArea.objectAttributes.
fixedParent
== SET)
Import.c
17
// TPM_RC_ATTRIBUTES attributes FixedTPM and
fixedParent
of objectPublic are not both
85
// FixedTPM and
fixedParent
must be CLEAR
87
|| in->objectPublic.t.publicArea.objectAttributes.
fixedParent
== SET)
marshal_test.c
184
value.
fixedParent
= 1;
196
CHECK_EQ(value.
fixedParent
, 1);
Object_spt.c
431
&& publicArea->objectAttributes.
fixedParent
== SET
434
// If the object to be created is a storage key, and is
fixedParent
,
506
// TPM_RC_ATTRIBUTES fixedTPM,
fixedParent
, or encryptedDuplication attributes are
544
// the same value for fixedTPM and
fixedParent
548
if( publicArea->objectAttributes.
fixedParent
[
all
...]
tpm_types.h
446
UINT32
fixedParent
: 1;
[
all
...]
Completed in 2524 milliseconds