Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_cache_priv.h70 BLOCK_ENTRY_DATA_DIRTY_ENCRYPTED, enumerator
Dblock_cache.c61 entry->state == BLOCK_ENTRY_DATA_DIRTY_ENCRYPTED; in block_cache_entry_data_is_valid()
67 entry->state == BLOCK_ENTRY_DATA_DIRTY_ENCRYPTED; in block_cache_entry_data_is_dirty()
73 entry->state == BLOCK_ENTRY_DATA_DIRTY_ENCRYPTED; in block_cache_entry_data_is_encrypted()
99 case BLOCK_ENTRY_DATA_DIRTY_ENCRYPTED: in block_cache_entry_data_state_name()
369 } else if (entry->state == BLOCK_ENTRY_DATA_DIRTY_ENCRYPTED) { in block_cache_entry_decrypt()
410 entry->state = BLOCK_ENTRY_DATA_DIRTY_ENCRYPTED; in block_cache_entry_encrypt()
453 assert(entry->state == BLOCK_ENTRY_DATA_DIRTY_ENCRYPTED); in block_cache_entry_clean()
509 assert(entry->state == BLOCK_ENTRY_DATA_DIRTY_ENCRYPTED); in block_cache_entry_clean()