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.
3848 is larget than the digest size of the nameAlg of tpmKey; or, for an
4215 size of the obfuscation value is the size of the digest produced by the nameAlg in inPublic. This
4219 nameAlg of the object.
4279 produced by the nameAlg in inPublic is placed in TPMT_SENSITIVE.sensitive.any.buffer.
4280 4) A TPM-generated obfuscation value that is the size of the digest produced by the nameAlg of
4284 nameAlg of the object.
4298 inPublic.type, inPublic.nameAlg, and inPublic.parameters. If inPublic.type does not match, the TPM …
4299 return TPM_RC_TYPE. If inPublic.nameAlg does not match, the TPM shall return TPM_RC_HASH. If
4419 digest of creationData using nameAlg of outPublic
4655 > CryptGetHashDigestSize(in->inPublic.t.publicArea.nameAlg))
4664 FillInCreationData(in->parentHandle, in->inPublic.t.publicArea.nameAlg,
4676 out->outPublic.t.publicArea.nameAlg,
4708 Objects loaded using this command will have a Name. The Name is the concatenation of nameAlg and
4709 the digest of the public area using the nameAlg.
4712 nameAlg is a parameter in the public area of the inPublic structure.
4727 caller does not implement the hash algorithms specified in the nameAlg of the object.
5068 in->inPublic.t.publicArea.nameAlg,
5130 Objects loaded using this command will have a Name. The Name is the nameAlg of the object
5131 concatenated with the digest of the public area using the nameAlg. The Qualified Name for the objec…
5133 produced by nameAlg or the Empty Buffer.
5136 If nameAlg is TPM_ALG_NULL, then the Name is the Empty Buffer. When the authorization value for
5144 If the nameAlg is TPM_ALG_NULL, the TPM shall not verify the cryptographic binding between the publ…
5152 If nameAlg is not TPM_ALG_NULL, then the same consistency checks between inPublic and inPrivate
5164 caller does not implement the hash algorithm specified in the nameAlg of the object.
5182 If hierarchy is TPM_RH_NULL or nameAlg is TPM_ALG_NULL, a ticket produced using the object shall
5338 object's nameAlg TPM_RH_NULL hierarchy
5406 // the size of authPolicy is either 0 or the digest size of nameAlg
5409 CryptGetHashDigestSize(in->inPublic.t.publicArea.nameAlg))
5480 skipChecks = (in->inPublic.t.publicArea.nameAlg == TPM_ALG_NULL);
5826 of the nameAlg associated with keyHandle
6245 if(in->credential.t.size > CryptGetHashDigestSize(object->publicArea.nameAlg))
6686 // Make sure that the auth value is consistent with the nameAlg
6688 > CryptGetHashDigestSize(object->publicArea.nameAlg))
6695 ObjectComputeQualifiedName(&parentQN, object->publicArea.nameAlg,
6725 object->publicArea.nameAlg,
6766 objectHandle→nameAlg is TPM_ALG_NULL, the TPM shall return TPM_RC_TYPE.
7012 the object has a NULL nameAlg
7049 // Do not duplicate object with NULL nameAlg
7050 if(object->publicArea.nameAlg == TPM_ALG_NULL)
7170 object->publicArea.nameAlg, (TPM2B_SEED *) &data,
7536 oldParent->publicArea.nameAlg, (TPM2B_SEED *) &data,
7543 CryptGetHashDigestSize(oldParent->publicArea.nameAlg);
7574 CryptGetHashDigestSize(newParent->publicArea.nameAlg);
7580 newParent->publicArea.nameAlg,
8167 in->objectPublic.t.publicArea.nameAlg,
8200 in->objectPublic.t.publicArea.nameAlg,
12787 obfuscation ≔ KDFa(signHandle→nameAlg, shProof, “OBFUSCATE”, signHandle→QN, 0, 128) (3)
13519 signHandle (this is the hash algorithm of the signing scheme, not the nameAlg of signHandle).
14896 hash function using the nameAlg of the key associated with
15337 hashResults = CryptHashBlock(eccKey->publicArea.nameAlg,
15865 || signObject->publicArea.nameAlg == TPM_ALG_NULL)
15867 // produce empty ticket if hierarchy is TPM_RH_NULL or nameAlg is
23817 The aHashAlg is required to be the nameAlg of the key used to sign the aHash. The aHash value is th…
23830 The keySign parameter is required to be a valid object name using nameAlg other than TPM_ALG_NULL.
25128 digest of creationData using nameAlg of outPublic
25279 > CryptGetHashDigestSize(in->inPublic.t.publicArea.nameAlg))
25342 FillInCreationData(in->primaryHandle, in->inPublic.t.publicArea.nameAlg,
31798 publicInfo.nameAlg or the TPM shall return TPM_RC_SIZE.
31877 of the digest produced by the NV Index's nameAlg (TPM_RC_SIZE).
32040 size of 'publicInfo->nameAlg', or 'publicInfo->dataSize' is not
32061 nameSize = CryptGetHashDigestSize(in->publicInfo.t.nvPublic.nameAlg);
33533 the hash algorithm indicated in nvIndex→nameAlg
33757 oldDigest.t.size = CryptGetHashDigestSize(nvIndex.publicArea.nameAlg);
33805 newDigest.t.size = CryptStartHash(nvIndex.publicArea.nameAlg, &hashState);
35229 // Make sure that the authValue is no larger than the nameAlg of the Index
35230 if(in->newAuth.t.size > CryptGetHashDigestSize(nvIndex.publicArea.nameAlg))