Searched defs:nameHash (Results 1 - 3 of 3) sorted by relevance

/external/tpm2/
H A DPolicyNameHash_fp.h14 TPM2B_DIGEST nameHash; member in struct:__anon21174
H A DSessionProcess.c471 TPM2B_DIGEST *nameHash // OUT: name hash of command
498 // If the nameHash is needed, compute it here.
499 if(nameHash != NULL)
502 nameHash->t.size = CryptStartHash(hashAlg, &hashState);
510 CryptCompleteHash2B(&hashState, &nameHash->b);
731 TPM2B_DIGEST *nameHash // IN: nameHash using the session algorithm
821 // Compare cpHash/nameHash if defined, or if the command requires an ADMIN or
833 // Compare nameHash.
834 // When cpHash is not defined, nameHash i
1263 TPM2B_DIGEST nameHash; local
[all...]
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_widgetdata.cpp633 uint32_t nameHash = FX_HashCode_GetW(wsName, false); local
636 if (pNode->GetNameHash() == nameHash) {

Completed in 139 milliseconds