Home
last modified time | relevance | path

Searched refs:TPM_ORD_ReleaseCounterOwner (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_counter.c194 if ((result = tpm_rqu_build(TPM_ORD_ReleaseCounterOwner, &offset, txBlob, idCounter, in TCSP_ReleaseCounterOwner_Internal()
207 … result = tpm_rsp_parse(TPM_ORD_ReleaseCounterOwner, txBlob, paramSize, pOwnerAuth); in TCSP_ReleaseCounterOwner_Internal()
Dtcs_pbg.c889 case TPM_ORD_ReleaseCounterOwner: in tpm_rsp_parse()
1952 case TPM_ORD_ReleaseCounterOwner: in tpm_rqu_build()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm_ordinal.h141 #define TPM_ORD_ReleaseCounterOwner ((UINT32)0x000000E0) macro