Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dblk-crypto-profile.h126 struct blk_crypto_profile { struct
134 struct blk_crypto_ll_ops ll_ops;
141 unsigned int max_dun_bytes_supported;
147 unsigned int key_types_supported;
156 unsigned int modes_supported[BLK_ENCRYPTION_MODE_MAX];
163 struct device *dev;
168 unsigned int num_slots;
195 int blk_crypto_profile_init(struct blk_crypto_profile *profile, argument