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