Lines Matching defs:ccp_aes_ctx
89 struct ccp_aes_ctx { struct
91 struct crypto_sync_skcipher *tfm_skcipher;
93 enum ccp_engine engine;
94 enum ccp_aes_type type;
95 enum ccp_aes_mode mode;
97 struct scatterlist key_sg;
98 unsigned int key_len;
99 u8 key[AES_MAX_KEY_SIZE * 2];
101 u8 nonce[CTR_RFC3686_NONCE_SIZE];
104 struct scatterlist k1_sg;
105 struct scatterlist k2_sg;
106 unsigned int kn_len;
107 u8 k1[AES_BLOCK_SIZE];
108 u8 k2[AES_BLOCK_SIZE];