Searched refs:verificationCount (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_delegate.c | 385 tssFamilyEntry.verificationCount = tpmFamilyEntry.verificationCount; in Tspi_TPM_Delegate_ReadTables() 451 tssDelegateEntry.verificationCount = tpmDelegatePublic.verificationCount; in Tspi_TPM_Delegate_ReadTables()
|
H A D | tsp_delegate.c | 318 familyTableEntry.verificationCount))) in update_delfamily_object() 410 if ((result = obj_delfamily_get_vercount(hFamily, &public.verificationCount))) in __tspi_build_delegate_public_info()
|
H A D | obj_policy.c | 1476 *verCount = public.verificationCount; in obj_policy_get_delegation_vercount()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | tss_structs.h | 629 UINT32 verificationCount; member 642 UINT32 verificationCount; member
|
H A D | tpm.h | 1343 TPM_FAMILY_VERIFICATION verificationCount; member 1380 TPM_FAMILY_VERIFICATION verificationCount; member
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/ |
H A D | trousers.c | 2236 Trspi_UnloadBlob_UINT32(offset, &entry->verificationCount, blob); in Trspi_UnloadBlob_TPM_FAMILY_TABLE_ENTRY() 2246 Trspi_LoadBlob_UINT32(offset, entry->verificationCount, blob); in Trspi_LoadBlob_TPM_FAMILY_TABLE_ENTRY() 2317 Trspi_UnloadBlob_UINT32(offset, &pub->verificationCount, blob); in Trspi_UnloadBlob_TPM_DELEGATE_PUBLIC() 2330 Trspi_LoadBlob_UINT32(offset, pub->verificationCount, blob); in Trspi_LoadBlob_TPM_DELEGATE_PUBLIC() 2471 Trspi_UnloadBlob_UINT32(offset, &entry->verificationCount, blob); in Trspi_UnloadBlob_TSS_FAMILY_TABLE_ENTRY() 2481 Trspi_LoadBlob_UINT32(offset, entry->verificationCount, blob); in Trspi_LoadBlob_TSS_FAMILY_TABLE_ENTRY() 2564 Trspi_UnloadBlob_UINT32(offset, &entry->verificationCount, blob); in Trspi_UnloadBlob_TSS_DELEGATION_TABLE_ENTRY() 2579 Trspi_LoadBlob_UINT32(offset, entry->verificationCount, blob); in Trspi_LoadBlob_TSS_DELEGATION_TABLE_ENTRY()
|