Home
last modified time | relevance | path

Searched refs:TPM_ORD_Extend (Results 1 – 4 of 4) sorted by relevance

/netbsd/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_pcr.c62 if ((result = tpm_rqu_build(TPM_ORD_Extend, &offset, txBlob, pcrNum, TPM_DIGEST_SIZE, in TCSP_Extend_Internal()
71 result = tpm_rsp_parse(TPM_ORD_Extend, txBlob, paramSize, NULL, outDigest->digest); in TCSP_Extend_Internal()
H A Dtcs_pbg.c824 case TPM_ORD_Extend: in tpm_rsp_parse()
1703 case TPM_ORD_Extend: in tpm_rqu_build()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_pcr_extend.c49 if ((result = obj_context_transport_execute(tspContext, TPM_ORD_Extend, sizeof(data), data, in Transport_Extend()
/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm_ordinal.h34 #define TPM_ORD_Extend ((UINT32)0x00000014) macro