Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_compressor_backing_store.c228 symmetric_xts xts_modectx; variable
263 error = xts_start(0, NULL, enckey1, keylen1, enckey2, keylen2, 0, 0, &xts_modectx); 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()
322 rc = xts_encrypt(decptr, size, decptr, iv, &xts_modectx); in swap_crypt_initialize()
326 rc = xts_decrypt(decptr, size, decptr, iv, &xts_modectx); in swap_crypt_initialize()
363 rc = xts_encrypt(ptr, size, ptr, iv, &xts_modectx); in vm_swap_encrypt()
394 rc = xts_decrypt(ptr, size, ptr, iv, &xts_modectx); in vm_swap_decrypt()