HomeSort by relevance Sort by last modified time
    Searched refs:nameAlg (Results 1 - 25 of 27) sorted by null

1 2

  /external/tpm2/
ObjectChangeAuth.c 41 // Make sure that the auth value is consistent with the nameAlg
43 > CryptGetHashDigestSize(object->publicArea.nameAlg))
51 ObjectComputeQualifiedName(&parentQN, object->publicArea.nameAlg,
67 object->publicArea.nameAlg,
NV_ChangeAuth.c 38 // Make sure that the authValue is no larger than the nameAlg of the Index
39 if(in->newAuth.t.size > CryptGetHashDigestSize(nvIndex.publicArea.nameAlg))
Object_spt_fp.h 23 TPM_ALG_ID nameAlg, // IN: hash algorithm in public area.
50 TPM_ALG_ID nameAlg, // IN: hash algorithm in public area. It is passed
93 TPM_ALG_ID nameAlg, // IN: hash algorithm in public area. It is passed
111 TPM_ALG_ID nameAlg, // IN: hash algorithm in public area. This parameter
Create.c 87 > CryptGetHashDigestSize(in->inPublic.t.publicArea.nameAlg))
99 FillInCreationData(in->parentHandle, in->inPublic.t.publicArea.nameAlg,
115 out->outPublic.t.publicArea.nameAlg,
Rewrap.c 66 oldParent->publicArea.nameAlg, (TPM2B_SEED *) &data,
74 CryptGetHashDigestSize(oldParent->publicArea.nameAlg);
105 CryptGetHashDigestSize(newParent->publicArea.nameAlg);
112 newParent->publicArea.nameAlg,
CreatePrimary.c 63 > CryptGetHashDigestSize(in->inPublic.t.publicArea.nameAlg))
80 FillInCreationData(in->primaryHandle, in->inPublic.t.publicArea.nameAlg,
LoadExternal.c 27 // object's nameAlg TPM_RH_NULL hierarchy
47 // the size of authPolicy is either 0 or the digest size of nameAlg
50 CryptGetHashDigestSize(in->inPublic.t.publicArea.nameAlg))
77 skipChecks = (in->inPublic.t.publicArea.nameAlg == TPM_ALG_NULL);
NV_Extend.c 63 oldDigest.t.size = CryptGetHashDigestSize(nvIndex.publicArea.nameAlg);
75 newDigest.t.size = CryptStartHash(nvIndex.publicArea.nameAlg, &hashState);
MakeCredential.c 46 if(in->credential.t.size > CryptGetHashDigestSize(object->publicArea.nameAlg))
VerifySignature.c 50 || signObject->publicArea.nameAlg == TPM_ALG_NULL)
52 // produce empty ticket if hierarchy is TPM_RH_NULL or nameAlg is
Object.c 147 if(object->publicArea.nameAlg == TPM_ALG_NULL)
166 return object->publicArea.nameAlg;
186 if(object->publicArea.nameAlg == TPM_ALG_NULL)
364 ObjectComputeQualifiedName(&parentQN, publicArea->nameAlg,
425 (*object)->nameAlg = TPM_ALG_NULL;
727 // if the nameAlg is NULL then there is no name.
728 if(publicArea->nameAlg == TPM_ALG_NULL)
734 name->t.size = CryptStartHash(publicArea->nameAlg, &hashState);
743 // set the nameAlg
744 UINT16_TO_BYTE_ARRAY(publicArea->nameAlg, name->t.name)
    [all...]
Duplicate.c 24 // the object has a NULL nameAlg
49 // Do not duplicate object with NULL nameAlg
50 if(object->publicArea.nameAlg == TPM_ALG_NULL)
111 object->publicArea.nameAlg, (TPM2B_SEED *) &data,
Import.c 144 in->objectPublic.t.publicArea.nameAlg,
182 in->objectPublic.t.publicArea.nameAlg,
Load.c 83 in->inPublic.t.publicArea.nameAlg,
Object_fp.h 23 TPM_ALG_ID nameAlg, // IN: name hash
Object_spt.c 39 if(publicArea1->nameAlg != publicArea2->nameAlg)
539 != CryptGetHashDigestSize(publicArea->nameAlg)
631 parentObject->publicArea.nameAlg;
    [all...]
Commit.c 85 P2.x.t.size = CryptHashBlock(eccKey->publicArea.nameAlg,
CryptUtil.c 710 hashAlg = publicArea->nameAlg;
738 CryptComputeSymmetricUnique(publicArea->nameAlg,
    [all...]
Entity.c 291 hashAlg = object->publicArea.nameAlg;
300 hashAlg = nvIndex.publicArea.nameAlg;
Attest_spt.c 82 hashAlg = signObject->publicArea.nameAlg;
NV_DefineSpace.c 20 // size of 'publicInfo->nameAlg', or 'publicInfo->dataSize' is not
32 nameSize = CryptGetHashDigestSize(in->publicInfo.t.nvPublic.nameAlg);
CryptUtil_fp.h 41 TPMI_ALG_HASH nameAlg, // IN: object name algorithm
Global.h 207 TPMI_ALG_HASH nameAlg; // name algorithm
    [all...]
marshal_test.c 399 value.t.nvPublic.nameAlg = TPM_ALG_SHA1;
NV.c     [all...]

Completed in 777 milliseconds

1 2