Home
last modified time | relevance | path

Searched refs:dirty_mac (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/storage/
Dblock_cache_priv.h126 bool dirty_mac; member
Dblock_cache.c416 if (!entry->dirty_mac) { in block_cache_entry_encrypt()
426 if (!entry->dirty_mac) { in block_cache_entry_encrypt()
429 entry->dirty_mac = false; in block_cache_entry_encrypt()
547 entry->dirty_mac = false; in block_cache_entry_discard_dirty()
716 assert(!entry->dirty_mac); in block_cache_lookup()
942 if (entry->dirty_mac) { in block_cache_entry_destroy()
967 block_cache_entries[i].dirty_mac = false; in block_cache_init()
1365 entry->dirty_mac = true; in block_put_dirty_etc()
1377 assert(!entry->dirty_mac); in block_put_dirty_etc()