Lines Matching defs:ccp_aes_ctx
90 struct ccp_aes_ctx { struct
92 struct crypto_skcipher *tfm_skcipher;
94 enum ccp_engine engine;
95 enum ccp_aes_type type;
96 enum ccp_aes_mode mode;
98 struct scatterlist key_sg;
99 unsigned int key_len;
100 u8 key[AES_MAX_KEY_SIZE * 2];
102 u8 nonce[CTR_RFC3686_NONCE_SIZE];
105 struct scatterlist k1_sg;
106 struct scatterlist k2_sg;
107 unsigned int kn_len;
108 u8 k1[AES_BLOCK_SIZE];
109 u8 k2[AES_BLOCK_SIZE];