Home
last modified time | relevance | path

Searched defs:ocs_aes_tctx (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/crypto/keembay/
Dkeembay-ocs-aes-core.c49 struct ocs_aes_tctx { struct
50 struct crypto_engine_ctx engine_ctx;
51 struct ocs_aes_dev *aes_dev;
52 u8 key[OCS_AES_KEYSIZE_256];
53 unsigned int key_len;
54 enum ocs_cipher cipher;
55 union {
58 } sw_cipher;
59 bool use_fallback;