Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/NVStorage/
DNV_Certify.c110 certifyInfo.type = TPM_ST_ATTEST_NV; in TPM2_NV_Certify()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c630 {RANGE(TPM_ST_ATTEST_NV, TPM_ST_ATTEST_CREATION, UINT16),
637 (UINT32)TPM_ST_ATTEST_NV, (UINT32)TPM_ST_ATTEST_NV_DIGEST},
DMarshal.c2870 case TPM_ST_ATTEST_NV: in TPMU_ATTEST_Marshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h500 #define TPM_ST_ATTEST_NV (TPM_ST)(0x8014) macro