Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dcprotect.h134 void *iv_key; member
207 void cpx_set_aes_iv_key(struct cpx *cpx, void *iv_key);
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_cprotect.c371 cpx_set_aes_iv_key(struct cpx *cpx, void *iv_key) in cpx_set_aes_iv_key() argument
374 aes_encrypt_key128(iv_key, cpx->cpx_iv_aes_ctx_ptr); in cpx_set_aes_iv_key()