Home
last modified time | relevance | path

Searched refs:TPM_ORD_Delegate_CreateOwnerDelegation (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_delegate.c143 if ((result = tpm_rqu_build(TPM_ORD_Delegate_CreateOwnerDelegation, &offset, txBlob, in TCSP_Delegate_CreateOwnerDelegation_Internal()
152 result = tpm_rsp_parse(TPM_ORD_Delegate_CreateOwnerDelegation, txBlob, paramSize, in TCSP_Delegate_CreateOwnerDelegation_Internal()
H A Dtcs_pbg.c607 case TPM_ORD_Delegate_CreateOwnerDelegation: in tpm_rsp_parse()
970 case TPM_ORD_Delegate_CreateOwnerDelegation: in tpm_rqu_build()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_delegate.c137 TPM_ORD_Delegate_CreateOwnerDelegation, TPM_ET_OWNER, in create_owner_delegation()
144 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_Delegate_CreateOwnerDelegation); in create_owner_delegation()
164 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_Delegate_CreateOwnerDelegation); in create_owner_delegation()
595 TPM_ORD_Delegate_CreateOwnerDelegation, dataLen, in Transport_Delegate_CreateOwnerDelegation()
H A Dtsp_auth.c802 case TPM_ORD_Delegate_CreateOwnerDelegation: in authsess_xsap_init()
950 case TPM_ORD_Delegate_CreateOwnerDelegation: in authsess_xsap_init()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_ordinal.h133 #define TPM_ORD_Delegate_CreateOwnerDelegation ((UINT32)0x000000D5) macro