Searched defs:ocs_aes_tctx (Results 1 – 1 of 1) sorted by relevance
49 struct ocs_aes_tctx { struct50 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;