Home
last modified time | relevance | path

Searched defs:ext4_fname_crypto_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/ext4/
Dext4_crypto.h124 struct ext4_fname_crypto_ctx { struct
125 u32 lim;
126 char tmp_buf[EXT4_CRYPTO_BLOCK_SIZE];
127 struct crypto_ablkcipher *ctfm;
128 struct crypto_hash *htfm;
129 struct page *workpage;
130 struct ext4_encryption_key key;
131 unsigned flags : 8;
132 unsigned has_valid_key : 1;
133 unsigned ctfm_key_is_ready : 1;