Searched defs:ccp_aes_ctx (Results 1 – 1 of 1) sorted by relevance
89 struct ccp_aes_ctx { struct91 struct crypto_skcipher *tfm_skcipher;94 struct crypto_cipher *tfm_cipher;96 enum ccp_engine engine;97 enum ccp_aes_type type;98 enum ccp_aes_mode mode;100 struct scatterlist key_sg;101 unsigned int key_len;102 u8 key[AES_MAX_KEY_SIZE * 2];104 u8 nonce[CTR_RFC3686_NONCE_SIZE];[all …]