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 D | tcsi_delegate.c | 143 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 D | tcs_pbg.c | 607 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 D | tsp_delegate.c | 137 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 D | tsp_auth.c | 802 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 D | tpm_ordinal.h | 133 #define TPM_ORD_Delegate_CreateOwnerDelegation ((UINT32)0x000000D5) macro
|