Home
last modified time | relevance | path

Searched refs:MemoryRemoveTrailingZeros (Results 1 – 8 of 8) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/PCR/
DPCR_SetAuthValue.c67 MemoryRemoveTrailingZeros(&in->auth); in TPM2_PCR_SetAuthValue()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/NVStorage/
DNV_ChangeAuth.c59 if(MemoryRemoveTrailingZeros(&in->newAuth) in TPM2_NV_ChangeAuth()
DNV_DefineSpace.c85 if(MemoryRemoveTrailingZeros(&in->auth) in TPM2_NV_DefineSpace()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Hierarchy/
DHierarchyChangeAuth.c60 if(MemoryRemoveTrailingZeros(&in->newAuth) > CONTEXT_INTEGRITY_HASH_SIZE) in TPM2_HierarchyChangeAuth()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DObject_spt_fp.h358 MemoryRemoveTrailingZeros(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DEntity.c297 MemoryRemoveTrailingZeros(auth); in EntityGetAuthValue()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DObject_spt.c330 if(digestSize < MemoryRemoveTrailingZeros(auth)) in AdjustAuthSize()
1477 MemoryRemoveTrailingZeros( in MemoryRemoveTrailingZeros() function
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c752 MemoryRemoveTrailingZeros(&s_inputAuthValues[sessionIndex]); in CheckPWAuthSession()