Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_cprotect.c77 uint8_t cpx_cached_key[]; member
236 bzero(cpx->cpx_cached_key, cpx->cpx_max_key_len); in cpx_free()
366 return (void *)cpx->cpx_cached_key; in cpx_key()
397 SHA1Update(&sha1ctxt, cpx->cpx_cached_key, cpx->cpx_key_len); in cpx_iv_aes_ctx()
409 bzero(cpx->cpx_cached_key, cpx->cpx_max_key_len); in cpx_flush()
/xnu-8020.140.41/bsd/sys/
H A Dcprotect.h119 uint8_t cpx_cached_key[VFS_CP_MAX_CACHEBUFLEN]; member