Searched refs:cpx_iv_aes_ctx_ptr (Results 1 – 2 of 2) sorted by relevance
73 aes_encrypt_ctx *cpx_iv_aes_ctx_ptr;// Pointer to context used for generating the IV member157 if (cpx->cpx_iv_aes_ctx_ptr) { in cpx_alloc_ctx()162 cpx->cpx_iv_aes_ctx_ptr = zalloc_flags(aes_ctz_zone, Z_WAITOK | Z_ZERO); in cpx_alloc_ctx()174 if (cpx->cpx_iv_aes_ctx_ptr) { in cpx_free_ctx()175 zfree(aes_ctz_zone, cpx->cpx_iv_aes_ctx_ptr); in cpx_free_ctx()351 if (cpx->cpx_iv_aes_ctx_ptr) { in cpx_set_aes_iv_key()352 aes_encrypt_key128(iv_key, cpx->cpx_iv_aes_ctx_ptr); in cpx_set_aes_iv_key()362 return cpx->cpx_iv_aes_ctx_ptr; in cpx_iv_aes_ctx()381 return cpx->cpx_iv_aes_ctx_ptr; in cpx_iv_aes_ctx()388 if (cpx->cpx_iv_aes_ctx_ptr) { in cpx_flush()[all …]
127 aes_encrypt_ctx *cpx_iv_aes_ctx_ptr;// Context used for generating the IV member