Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dblk-crypto-profile.h70 struct blk_crypto_profile { struct
78 struct blk_crypto_ll_ops ll_ops;
85 unsigned int max_dun_bytes_supported;
94 unsigned int modes_supported[BLK_ENCRYPTION_MODE_MAX];
101 struct device *dev;
106 unsigned int num_slots;
133 int blk_crypto_profile_init(struct blk_crypto_profile *profile, argument