Home
last modified time | relevance | path

Searched refs:delegateType (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtsp_delegate.c379 UINT32 delegateType; in __tspi_build_delegate_public_info() local
388 if ((result = obj_policy_get_delegation_type(hDelegation, &delegateType))) in __tspi_build_delegate_public_info()
402 public.permissions.delegateType = in __tspi_build_delegate_public_info()
403 … (delegateType == TSS_DELEGATIONTYPE_OWNER) ? TPM_DEL_OWNER_BITS : TPM_DEL_KEY_BITS; in __tspi_build_delegate_public_info()
Dobj_policy.c1166 switch (public.permissions.delegateType) { in obj_policy_set_delegation_index()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm.h1368 TPM_DELEGATE_TYPE delegateType; member
/netbsd/src/crypto/external/cpl/trousers/dist/src/trspi/
Dtrousers.c2281 Trspi_UnloadBlob_UINT32(offset, &delegations->delegateType, blob); in Trspi_UnloadBlob_TPM_DELEGATIONS()
2290 Trspi_LoadBlob_UINT32(offset, delegations->delegateType, blob); in Trspi_LoadBlob_TPM_DELEGATIONS()