Searched refs:entries (Results 1 – 6 of 6) sorted by relevance
/trusty/kernel/lib/trusty/ |
D | syscall.c | 354 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/ |
D | lib.rs | 107 let mcfg_entries = mcfg_table.entries(); in platform_acpi_init_func()
|
/trusty/user/app/keymaster/host_unittest/ |
D | main.cpp | 137 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/ |
D | secure_storage_manager.cpp | 244 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/ |
D | main.cpp | 128 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/ |
D | README.md | 113 and above may not be on disk and their cache entries are invalid.
|