Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/vm/
H A Dvm_compressor_backing_store.c242 symmetric_xts xts_modectx; variable
277 error = xts_start(0, NULL, enckey1, keylen1, enckey2, keylen2, 0, 0, &xts_modectx); in swap_crypt_initialize()
312 rc = xts_encrypt(refptr, size, encptr, iv, &xts_modectx); in swap_crypt_initialize()
325 rc = xts_decrypt(encptr, size, decptr, iv, &xts_modectx); in swap_crypt_initialize()
336 rc = xts_encrypt(decptr, size, decptr, iv, &xts_modectx); in swap_crypt_initialize()
340 rc = xts_decrypt(decptr, size, decptr, iv, &xts_modectx); in swap_crypt_initialize()
377 rc = xts_encrypt(ptr, size, ptr, iv, &xts_modectx); in vm_swap_encrypt()
408 rc = xts_decrypt(ptr, size, ptr, iv, &xts_modectx); in vm_swap_decrypt()