Lines Matching refs:nameAlg

3556 4) the decrypted salt value is larger than the size of the digest produced by the nameAlg of tpmKey;
3579 and the result will be set to be the size of the digest produced by the nameAlg of tpmKey.
3582 value that is larger than the size of the digest produced by the nameAlg of tpmKey.
3846 is larget than the digest size of the nameAlg of tpmKey; or, for an
4213 size of the obfuscation value is the size of the digest produced by the nameAlg in inPublic. This
4217 nameAlg of the object.
4277 produced by the nameAlg in inPublic is placed in TPMT_SENSITIVE.sensitive.any.buffer.
4278 4) A TPM-generated obfuscation value that is the size of the digest produced by the nameAlg of
4282 nameAlg of the object.
4296 inPublic.type, inPublic.nameAlg, and inPublic.parameters. If inPublic.type does not match, the TPM …
4297 return TPM_RC_TYPE. If inPublic.nameAlg does not match, the TPM shall return TPM_RC_HASH. If
4417 digest of creationData using nameAlg of outPublic
4653 > CryptGetHashDigestSize(in->inPublic.t.publicArea.nameAlg))
4662 FillInCreationData(in->parentHandle, in->inPublic.t.publicArea.nameAlg,
4674 out->outPublic.t.publicArea.nameAlg,
4706 Objects loaded using this command will have a Name. The Name is the concatenation of nameAlg and
4707 the digest of the public area using the nameAlg.
4710 nameAlg is a parameter in the public area of the inPublic structure.
4725 caller does not implement the hash algorithms specified in the nameAlg of the object.
5066 in->inPublic.t.publicArea.nameAlg,
5128 Objects loaded using this command will have a Name. The Name is the nameAlg of the object
5129 concatenated with the digest of the public area using the nameAlg. The Qualified Name for the objec…
5131 produced by nameAlg or the Empty Buffer.
5134 If nameAlg is TPM_ALG_NULL, then the Name is the Empty Buffer. When the authorization value for
5142 If the nameAlg is TPM_ALG_NULL, the TPM shall not verify the cryptographic binding between the publ…
5150 If nameAlg is not TPM_ALG_NULL, then the same consistency checks between inPublic and inPrivate
5162 caller does not implement the hash algorithm specified in the nameAlg of the object.
5180 If hierarchy is TPM_RH_NULL or nameAlg is TPM_ALG_NULL, a ticket produced using the object shall
5336 object's nameAlg TPM_RH_NULL hierarchy
5404 // the size of authPolicy is either 0 or the digest size of nameAlg
5407 CryptGetHashDigestSize(in->inPublic.t.publicArea.nameAlg))
5478 skipChecks = (in->inPublic.t.publicArea.nameAlg == TPM_ALG_NULL);
5824 of the nameAlg associated with keyHandle
6241 if(in->credential.t.size > CryptGetHashDigestSize(object->publicArea.nameAlg))
6682 // Make sure that the auth value is consistent with the nameAlg
6684 > CryptGetHashDigestSize(object->publicArea.nameAlg))
6691 ObjectComputeQualifiedName(&parentQN, object->publicArea.nameAlg,
6721 object->publicArea.nameAlg,
6762 objectHandle→nameAlg is TPM_ALG_NULL, the TPM shall return TPM_RC_TYPE.
7006 the object has a NULL nameAlg
7043 // Do not duplicate object with NULL nameAlg
7044 if(object->publicArea.nameAlg == TPM_ALG_NULL)
7164 object->publicArea.nameAlg, (TPM2B_SEED *) &data,
7526 oldParent->publicArea.nameAlg, (TPM2B_SEED *) &data,
7533 CryptGetHashDigestSize(oldParent->publicArea.nameAlg);
7564 CryptGetHashDigestSize(newParent->publicArea.nameAlg);
7570 newParent->publicArea.nameAlg,
8156 in->objectPublic.t.publicArea.nameAlg,
8189 in->objectPublic.t.publicArea.nameAlg,
12776 obfuscation ≔ KDFa(signHandle→nameAlg, shProof, “OBFUSCATE”, signHandle→QN, 0, 128) (3)
13508 signHandle (this is the hash algorithm of the signing scheme, not the nameAlg of signHandle).
14885 hash function using the nameAlg of the key associated with
15326 hashResults = CryptHashBlock(eccKey->publicArea.nameAlg,
15854 || signObject->publicArea.nameAlg == TPM_ALG_NULL)
15856 // produce empty ticket if hierarchy is TPM_RH_NULL or nameAlg is
23806 The aHashAlg is required to be the nameAlg of the key used to sign the aHash. The aHash value is th…
23819 The keySign parameter is required to be a valid object name using nameAlg other than TPM_ALG_NULL.
25117 digest of creationData using nameAlg of outPublic
25268 > CryptGetHashDigestSize(in->inPublic.t.publicArea.nameAlg))
25331 FillInCreationData(in->primaryHandle, in->inPublic.t.publicArea.nameAlg,
31789 publicInfo.nameAlg or the TPM shall return TPM_RC_SIZE.
31868 of the digest produced by the NV Index's nameAlg (TPM_RC_SIZE).
32031 size of 'publicInfo->nameAlg', or 'publicInfo->dataSize' is not
32052 nameSize = CryptGetHashDigestSize(in->publicInfo.t.nvPublic.nameAlg);
33524 the hash algorithm indicated in nvIndex→nameAlg
33748 oldDigest.t.size = CryptGetHashDigestSize(nvIndex.publicArea.nameAlg);
33796 newDigest.t.size = CryptStartHash(nvIndex.publicArea.nameAlg, &hashState);
35220 // Make sure that the authValue is no larger than the nameAlg of the Index
35221 if(in->newAuth.t.size > CryptGetHashDigestSize(nvIndex.publicArea.nameAlg))