Lines Matching refs:blk_crypto_profile
15 struct blk_crypto_profile *profile;
20 ssize_t (*show)(struct blk_crypto_profile *profile,
24 static struct blk_crypto_profile *kobj_to_crypto_profile(struct kobject *kobj) in kobj_to_crypto_profile()
34 static ssize_t hw_wrapped_keys_show(struct blk_crypto_profile *profile, in hw_wrapped_keys_show()
41 static ssize_t max_dun_bits_show(struct blk_crypto_profile *profile, in max_dun_bits_show()
47 static ssize_t num_keyslots_show(struct blk_crypto_profile *profile, in num_keyslots_show()
53 static ssize_t raw_keys_show(struct blk_crypto_profile *profile, in raw_keys_show()
71 struct blk_crypto_profile *profile = kobj_to_crypto_profile(kobj); in blk_crypto_is_visible()
107 struct blk_crypto_profile *profile = kobj_to_crypto_profile(kobj); in blk_crypto_mode_is_visible()
116 static ssize_t blk_crypto_mode_show(struct blk_crypto_profile *profile, in blk_crypto_mode_show()
139 struct blk_crypto_profile *profile = kobj_to_crypto_profile(kobj); in blk_crypto_attr_show()