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