Searched refs:td_aad (Results 1 – 1 of 1) sorted by relevance
34 struct rkce_symm_td *td_aad; member614 hw_ctx->td_aad = rkce_cma_alloc(sizeof(struct rkce_symm_td)); in rkce_cipher_ctx_alloc()615 if (!hw_ctx->td_aad) in rkce_cipher_ctx_alloc()618 memset(hw_ctx->td_aad, 0x00, sizeof(struct rkce_symm_td)); in rkce_cipher_ctx_alloc()629 rkce_cma_free(hw_ctx->td_aad); in rkce_cipher_ctx_alloc()642 rkce_cma_free(hw_ctx->td_aad); in rkce_cipher_ctx_free()803 rkce_init_symm_td(hw_ctx->td_aad, hw_ctx->td_buf); in rk_crypto_cipher()812 ret = rk_set_symm_td_sg(hw_ctx->td_aad, new_aad, new_aad_len, NULL, 0); in rk_crypto_cipher()820 hw_ctx->td_aad->ctrl = hw_ctx->td->ctrl; in rk_crypto_cipher()821 hw_ctx->td_aad->ctrl.is_aad = 1; in rk_crypto_cipher()[all …]