Searched defs:ccp_aes_ctx (Results 1 – 1 of 1) sorted by relevance
70 struct ccp_aes_ctx { struct72 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];[all …]