Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/intel/keembay/
Dkeembay-ocs-aes-core.c47 struct ocs_aes_tctx { struct
48 struct ocs_aes_dev *aes_dev;
49 u8 key[OCS_AES_KEYSIZE_256];
50 unsigned int key_len;
51 enum ocs_cipher cipher;
52 union {
55 } sw_cipher;
56 bool use_fallback;