Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor_backing_store.c240 boolean_t swap_crypt_initialized; variable
265 assert(swap_crypt_initialized == FALSE); in swap_crypt_initialize()
281 swap_crypt_initialized = TRUE; in swap_crypt_initialize()
364 if (swap_crypt_initialized == FALSE) { in vm_swap_encrypt()
397 assert(swap_crypt_initialized); in vm_swap_decrypt()