Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_counter.c85 if ((result = tpm_rqu_build(TPM_ORD_CreateCounter, &offset, txBlob, CounterAuth.authdata, in TCSP_CreateCounter_Internal()
98 result = tpm_rsp_parse(TPM_ORD_CreateCounter, txBlob, paramSize, idCounter, in TCSP_CreateCounter_Internal()
H A Dtcs_pbg.c403 case TPM_ORD_CreateCounter: in tpm_rsp_parse()
1295 case TPM_ORD_CreateCounter: in tpm_rqu_build()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_ordinal.h137 #define TPM_ORD_CreateCounter ((UINT32)0x000000DC) macro