Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_compressor_backing_store.c269 uint8_t *encptr; in swap_crypt_initialize() local
293 encptr = (uint8_t *)swap_crypt_test_page_encrypt; in swap_crypt_initialize()
298 rc = xts_encrypt(refptr, size, encptr, iv, &xts_modectx); in swap_crypt_initialize()
311 rc = xts_decrypt(encptr, size, decptr, iv, &xts_modectx); in swap_crypt_initialize()