Searched defs:blk_crypto_profile (Results 1 – 1 of 1) sorted by relevance
84 struct blk_crypto_profile { struct92 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