OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixedTPM
(Results
1 - 7
of
7
) sorted by null
/external/tpm2/
Load.c
53
// If the parent is
fixedTPM
, then the attributes of the object
57
if(parentObject->publicArea.objectAttributes.
fixedTPM
)
61
// If parent doesn't have
fixedTPM
SET, then this can't have
62
//
fixedTPM
SET.
63
if(in->inPublic.t.publicArea.objectAttributes.
fixedTPM
== SET)
Import.c
17
// TPM_RC_ATTRIBUTES attributes
FixedTPM
and fixedParent of objectPublic are not both
85
//
FixedTPM
and fixedParent must be CLEAR
86
if( in->objectPublic.t.publicArea.objectAttributes.
fixedTPM
== SET
150
// If the parent of this object has
fixedTPM
SET, then fully validate this
152
if(parentObject->publicArea.objectAttributes.
fixedTPM
== SET)
LoadExternal.c
15
// TPM_RC_ATTRIBUTES 'fixedParent" and
fixedTPM
must be CLEAR on on an external key if
59
// An external object with a sensitive area must have
fixedTPM
== CLEAR
62
if( in->inPublic.t.publicArea.objectAttributes.
fixedTPM
!= CLEAR
Object_spt.c
506
// TPM_RC_ATTRIBUTES
fixedTPM
, fixedParent, or encryptedDuplication attributes are
543
// If the parent is
fixedTPM
(including a Primary Object) the object must have
544
// the same value for
fixedTPM
and fixedParent
546
|| parentObject->publicArea.objectAttributes.
fixedTPM
== SET)
549
!= publicArea->objectAttributes.
fixedTPM
554
// The parent is not
fixedTPM
so the object can't be
fixedTPM
555
if(publicArea->objectAttributes.
fixedTPM
== SET)
564
// A
fixedTPM
object can not have encryptedDuplication bit SET
565
if( publicArea->objectAttributes.
fixedTPM
== SE
[
all
...]
marshal_test.c
183
value.
fixedTPM
= 1;
195
CHECK_EQ(value.
fixedTPM
, 1);
CryptUtil.c
[
all
...]
tpm_types.h
443
UINT32
fixedTPM
: 1;
[
all
...]
Completed in 140 milliseconds