Searched refs:xts_decrypt (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/libkern/libkern/crypto/ |
| H A D | aesxts.h | 69 int xts_decrypt(const uint8_t *ct, unsigned long ptlen,
|
| /xnu-8796.141.3/libkern/crypto/ |
| H A D | corecrypto_aesxts.c | 96 xts_decrypt(const uint8_t *ct, unsigned long ptlen, in xts_decrypt() function
|
| /xnu-8796.141.3/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 326 rc = xts_decrypt(encptr, size, decptr, iv, &xts_modectx); in swap_crypt_initialize() 341 rc = xts_decrypt(decptr, size, decptr, iv, &xts_modectx); in swap_crypt_initialize() 409 rc = xts_decrypt(ptr, size, ptr, iv, &xts_modectx); in vm_swap_decrypt()
|