Searched refs:xts_encrypt (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/libkern/libkern/crypto/ |
| H A D | aesxts.h | 64 int xts_encrypt(const uint8_t *pt, unsigned long ptlen,
|
| /xnu-10063.141.1/libkern/crypto/ |
| H A D | corecrypto_aesxts.c | 74 xts_encrypt(const uint8_t *pt, unsigned long ptlen, in xts_encrypt() function
|
| /xnu-10063.141.1/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 313 rc = xts_encrypt(refptr, size, encptr, iv, &xts_modectx); in swap_crypt_initialize() 337 rc = xts_encrypt(decptr, size, decptr, iv, &xts_modectx); in swap_crypt_initialize() 378 rc = xts_encrypt(ptr, size, ptr, iv, &xts_modectx); in vm_swap_encrypt()
|