Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtsp_changeauth.c87 TSS_AUTH_POLICY_REQUIRED, TPM_ORD_ChangeAuthOwner, in changeauth_owner()
93 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_ChangeAuthOwner); in changeauth_owner()
110 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_ChangeAuthOwner); in changeauth_owner()
134 … TSS_AUTH_POLICY_REQUIRED, TPM_ORD_ChangeAuthOwner, in changeauth_srk()
140 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_ChangeAuthOwner); in changeauth_srk()
158 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_ChangeAuthOwner); in changeauth_srk()
466 return obj_context_transport_execute(tspContext, TPM_ORD_ChangeAuthOwner, sizeof(data), in Transport_ChangeAuthOwner()
Dtsp_auth.c811 case TPM_ORD_ChangeAuthOwner: in authsess_xsap_init()
951 case TPM_ORD_ChangeAuthOwner: in authsess_xsap_init()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_changeauth.c124 if ((result = tpm_rqu_build(TPM_ORD_ChangeAuthOwner, &offset, txBlob, protocolID, in TCSP_ChangeAuthOwner_Internal()
133 result = tpm_rsp_parse(TPM_ORD_ChangeAuthOwner, txBlob, paramSize, ownerAuth); in TCSP_ChangeAuthOwner_Internal()
Dtcs_pbg.c890 case TPM_ORD_ChangeAuthOwner: in tpm_rsp_parse()
1850 case TPM_ORD_ChangeAuthOwner: in tpm_rqu_build()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm_ordinal.h30 #define TPM_ORD_ChangeAuthOwner ((UINT32)0x00000010) macro