Lines Matching defs:ccp_aes_ctx
70 struct ccp_aes_ctx { struct
72 struct crypto_ablkcipher *tfm_ablkcipher;
75 struct crypto_cipher *tfm_cipher;
77 enum ccp_engine engine;
78 enum ccp_aes_type type;
79 enum ccp_aes_mode mode;
81 struct scatterlist key_sg;
82 unsigned int key_len;
83 u8 key[AES_MAX_KEY_SIZE];
85 u8 nonce[CTR_RFC3686_NONCE_SIZE];
88 struct scatterlist k1_sg;
89 struct scatterlist k2_sg;
90 unsigned int kn_len;
91 u8 k1[AES_BLOCK_SIZE];
92 u8 k2[AES_BLOCK_SIZE];