Home
last modified time | relevance | path

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

/netbsd/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_counter.c123 if ((result = tpm_rqu_build(TPM_ORD_IncrementCounter, &offset, txBlob, idCounter, in TCSP_IncrementCounter_Internal()
136 result = tpm_rsp_parse(TPM_ORD_IncrementCounter, txBlob, paramSize, NULL, in TCSP_IncrementCounter_Internal()
H A Dtcs_pbg.c404 case TPM_ORD_IncrementCounter: in tpm_rsp_parse()
1954 case TPM_ORD_IncrementCounter: in tpm_rqu_build()
/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_ordinal.h138 #define TPM_ORD_IncrementCounter ((UINT32)0x000000DD) macro