Searched refs:xts_modectx (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.81.2/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 243 symmetric_xts xts_modectx; variable 278 error = xts_start(0, NULL, enckey1, keylen1, enckey2, keylen2, 0, 0, &xts_modectx); 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() 337 rc = xts_encrypt(decptr, size, decptr, iv, &xts_modectx); in swap_crypt_initialize() 341 rc = xts_decrypt(decptr, size, decptr, iv, &xts_modectx); in swap_crypt_initialize() 378 rc = xts_encrypt(ptr, size, ptr, iv, &xts_modectx); in vm_swap_encrypt() 409 rc = xts_decrypt(ptr, size, ptr, iv, &xts_modectx); in vm_swap_decrypt()
|