Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_compressor_backing_store.c271 uint8_t *refptr; in swap_crypt_initialize() local
292 refptr = (uint8_t *)swap_crypt_test_page_ref; in swap_crypt_initialize()
298 rc = xts_encrypt(refptr, size, encptr, iv, &xts_modectx); in swap_crypt_initialize()