Lines Matching defs:ccp_aes_ctx
91 struct ccp_aes_ctx { struct
93 struct crypto_skcipher *tfm_skcipher;
95 enum ccp_engine engine;
96 enum ccp_aes_type type;
97 enum ccp_aes_mode mode;
99 struct scatterlist key_sg;
100 unsigned int key_len;
101 u8 key[AES_MAX_KEY_SIZE * 2];
103 u8 nonce[CTR_RFC3686_NONCE_SIZE];
106 struct scatterlist k1_sg;
107 struct scatterlist k2_sg;
108 unsigned int kn_len;
109 u8 k1[AES_BLOCK_SIZE];
110 u8 k2[AES_BLOCK_SIZE];