Lines Matching refs:pAssert
268 pAssert(end + sizeof(NV_LIST_TERMINATOR) <= s_evictNvEnd); in NvWriteNvListEnd()
360 pAssert(nextAddr > entryRef); in NvDelete()
523 pAssert(ORDERLY_RAM_ADDRESS_OK(end, header.size)); in NvAddRAM()
565 pAssert(nodeAddress != 0); in NvDeleteRAM()
596 pAssert(nvIndex != NULL); in NvReadNvIndexInfo()
886 pAssert(nvIndex != NULL); in NvGetIndexData()
890 pAssert(IS_ATTRIBUTE(nvAttributes, TPMA_NV, WRITTEN)); in NvGetIndexData()
896 pAssert(ramAddr != 0 && (size <= in NvGetIndexData()
903 pAssert(offset <= nvIndex->publicArea.dataSize in NvGetIndexData()
1082 pAssert(nvIndex != NULL); in NvWriteIndexData()
1086 pAssert(nvIndex->publicArea.nvIndex == s_cachedNvIndex.publicArea.nvIndex); in NvWriteIndexData()
1089 pAssert(offset <= nvIndex->publicArea.dataSize in NvWriteIndexData()
1549 pAssert(HandleGetType(handle) == TPM_HT_PERSISTENT); in NvCapGetPersistent()
1596 pAssert(HandleGetType(handle) == TPM_HT_NV_INDEX); in NvCapGetIndex()