Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_backing_store.c239 boolean_t swap_crypt_initialized; variable
264 assert(swap_crypt_initialized == FALSE); in swap_crypt_initialize()
280 swap_crypt_initialized = TRUE; in swap_crypt_initialize()
363 if (swap_crypt_initialized == FALSE) { in vm_swap_encrypt()
396 assert(swap_crypt_initialized); in vm_swap_decrypt()