Searched refs:cpx_cached_key (Results 1 – 2 of 2) sorted by relevance
78 uint8_t cpx_cached_key[]; member214 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()
131 uint8_t cpx_cached_key[VFS_CP_MAX_CACHEBUFLEN]; member