Searched refs:cpx_iv_aes_ctx_ptr (Results 1 – 2 of 2) sorted by relevance
72 aes_encrypt_ctx *cpx_iv_aes_ctx_ptr;// Pointer to context used for generating the IV member177 if (cpx->cpx_iv_aes_ctx_ptr) { in cpx_alloc_ctx()182 cpx->cpx_iv_aes_ctx_ptr = zalloc_flags(aes_ctz_zone, Z_WAITOK | Z_ZERO); in cpx_alloc_ctx()194 if (cpx->cpx_iv_aes_ctx_ptr) { in cpx_free_ctx()195 zfree(aes_ctz_zone, cpx->cpx_iv_aes_ctx_ptr); in cpx_free_ctx()373 if (cpx->cpx_iv_aes_ctx_ptr) { in cpx_set_aes_iv_key()374 aes_encrypt_key128(iv_key, cpx->cpx_iv_aes_ctx_ptr); in cpx_set_aes_iv_key()384 return cpx->cpx_iv_aes_ctx_ptr; in cpx_iv_aes_ctx()403 return cpx->cpx_iv_aes_ctx_ptr; in cpx_iv_aes_ctx()410 if (cpx->cpx_iv_aes_ctx_ptr) { in cpx_flush()[all …]
115 aes_encrypt_ctx *cpx_iv_aes_ctx_ptr;// Context used for generating the IV member