Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/vfs/
H A Dvfs_cprotect.c77 uint8_t cpx_cached_key[]; member
215 bzero(cpx->cpx_cached_key, cpx->cpx_max_key_len); in cpx_free()
345 return (void *)cpx->cpx_cached_key; in cpx_key()
376 SHA1Update(&sha1ctxt, cpx->cpx_cached_key, cpx->cpx_key_len); in cpx_iv_aes_ctx()
388 bzero(cpx->cpx_cached_key, cpx->cpx_max_key_len); in cpx_flush()
/xnu-8796.141.3/bsd/sys/
H A Dcprotect.h125 uint8_t cpx_cached_key[VFS_CP_MAX_CACHEBUFLEN]; member