Lines Matching +full:engine +full:- +full:specific
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) Texas Instruments 2025 - https://www.ti.com
6 * Author: T Pratham <t-pratham@ti.com>
15 #include <crypto/engine.h>
24 #include <linux/dma-mapping.h>
32 * This is currently the keysize of XTS-AES-256 which is 512 bits (64 bytes)
42 /* Driver specific struct definitions */
45 * struct dthe_data - DTHE_V2 driver instance data
49 * @engine: Crypto engine instance
58 struct crypto_engine *engine; member
67 * struct dthe_list - device data list head
77 * struct dthe_tfm_ctx - Transform ctx struct containing ctx for all sub-components of DTHE V2
82 * @skcipher_fb: Fallback crypto skcipher handle for AES-XTS mode
93 * struct dthe_aes_req_ctx - AES engine req ctx struct