Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 6 of 6) sorted by relevance

/trusty/kernel/lib/trusty/
Dsyscall.c354 uint32_t entries = 0; in sys_prepare_dma() local
406 entries++; in sys_prepare_dma()
426 ret = entries; /* fallthrough */ in sys_prepare_dma()
/trusty/kernel/platform/generic-x86_64/rust/src/
Dlib.rs107 let mcfg_entries = mcfg_table.entries(); in platform_acpi_init_func()
/trusty/user/app/keymaster/host_unittest/
Dmain.cpp137 ASSERT_EQ(DATA_SIZE, chain.entries[i].data_length); in TestCertChainStorage()
138 ASSERT_EQ(0, memcmp(write_cert[i].get(), chain.entries[i].data, in TestCertChainStorage()
369 ASSERT_EQ(DATA_SIZE, chain.entries[i].data_length); in TestFormatChange()
371 chain.entries[index].data, DATA_SIZE)); in TestFormatChange()
/trusty/user/app/keymaster/
Dsecure_storage_manager.cpp244 cert_chain->entries = nullptr; in ReadCertChainFromStorage()
257 cert_chain->entries = in ReadCertChainFromStorage()
259 if (cert_chain->entries == nullptr) { in ReadCertChainFromStorage()
262 memset(cert_chain->entries, 0, in ReadCertChainFromStorage()
267 cert_chain->entries[i].data_length = content_size; in ReadCertChainFromStorage()
273 cert_chain->entries[i].data = buffer; in ReadCertChainFromStorage()
/trusty/user/app/keymaster/device_unittest/
Dmain.cpp128 ASSERT_EQ(DATA_SIZE, chain.entries[i].data_length); in TestCertChainStorage()
129 ASSERT_EQ(0, memcmp(write_cert[i].get(), chain.entries[i].data, in TestCertChainStorage()
/trusty/user/app/storage/
DREADME.md113 and above may not be on disk and their cache entries are invalid.