Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_cprotect.c78 uint8_t cpx_cached_key[]; member
214 bzero(cpx->cpx_cached_key, cpx->cpx_max_key_len); in cpx_free()
344 return (void *)cpx->cpx_cached_key; in cpx_key()
375 SHA1Update(&sha1ctxt, cpx->cpx_cached_key, cpx->cpx_key_len); in cpx_iv_aes_ctx()
387 bzero(cpx->cpx_cached_key, cpx->cpx_max_key_len); in cpx_flush()
/xnu-12377.41.6/bsd/sys/
H A Dcprotect.h131 uint8_t cpx_cached_key[VFS_CP_MAX_CACHEBUFLEN]; member