Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/vm/
H A Dvm_compressor_backing_store.c285 uint8_t *refptr; in swap_crypt_initialize() local
306 refptr = (uint8_t *)swap_crypt_test_page_ref; in swap_crypt_initialize()
312 rc = xts_encrypt(refptr, size, encptr, iv, &xts_modectx); in swap_crypt_initialize()