Home
last modified time | relevance | path

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

/include/linux/
Dblk-crypto-profile.h84 struct blk_crypto_profile { struct
92 struct blk_crypto_ll_ops ll_ops;
99 unsigned int max_dun_bytes_supported;
105 unsigned int key_types_supported;
114 unsigned int modes_supported[BLK_ENCRYPTION_MODE_MAX];
121 struct device *dev;
126 unsigned int num_slots;
153 int blk_crypto_profile_init(struct blk_crypto_profile *profile, argument