Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_compressor_backing_store.c284 uint8_t *encptr; in swap_crypt_initialize() local
308 encptr = (uint8_t *)swap_crypt_test_page_encrypt; in swap_crypt_initialize()
313 rc = xts_encrypt(refptr, size, encptr, iv, &xts_modectx); in swap_crypt_initialize()
326 rc = xts_decrypt(encptr, size, decptr, iv, &xts_modectx); in swap_crypt_initialize()