Home
last modified time | relevance | path

Searched refs:TPM_ORD_NV_ReadValue (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_nv.c169 if ((result = tpm_rqu_build(TPM_ORD_NV_ReadValue, &off_set, txBlob, hNVStore, offset, in TCSP_NV_ReadValue_Internal()
180 result = tpm_rsp_parse(TPM_ORD_NV_ReadValue, txBlob, paramSize, pulDataLength, in TCSP_NV_ReadValue_Internal()
Dtcs_pbg.c603 case TPM_ORD_NV_ReadValue: in tpm_rsp_parse()
1204 case TPM_ORD_NV_ReadValue: in tpm_rqu_build()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_nv.c433 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_NV_ReadValue); in Tspi_NV_ReadValue()
442TPM_ORD_NV_ReadValue, in Tspi_NV_ReadValue()
455 result |= Trspi_Hash_UINT32(&hashCtx, TPM_ORD_NV_ReadValue); in Tspi_NV_ReadValue()
Dtsp_nv.c168 … if ((result = obj_context_transport_execute(tspContext, TPM_ORD_NV_ReadValue, dataLen, data, in Transport_NV_ReadValue()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm_ordinal.h128 #define TPM_ORD_NV_ReadValue ((UINT32)0x000000CF) macro