Searched refs:TPM_ORD_ChangeAuthOwner (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | tsp_changeauth.c | 87 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()
|
| D | tsp_auth.c | 811 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/ |
| D | tcsi_changeauth.c | 124 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()
|
| D | tcs_pbg.c | 890 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/ |
| D | tpm_ordinal.h | 30 #define TPM_ORD_ChangeAuthOwner ((UINT32)0x00000010) macro
|