Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor_backing_store.c225 boolean_t swap_crypt_initialized; variable
250 assert(swap_crypt_initialized == FALSE); in swap_crypt_initialize()
266 swap_crypt_initialized = TRUE; in swap_crypt_initialize()
349 if (swap_crypt_initialized == FALSE) { in vm_swap_encrypt()
382 assert(swap_crypt_initialized); in vm_swap_decrypt()