Lines Matching refs:blk_crypto_profile

42 	struct blk_crypto_profile *profile;
45 static inline void blk_crypto_hw_enter(struct blk_crypto_profile *profile) in blk_crypto_hw_enter()
57 static inline void blk_crypto_hw_exit(struct blk_crypto_profile *profile) in blk_crypto_hw_exit()
74 int blk_crypto_profile_init(struct blk_crypto_profile *profile, in blk_crypto_profile_init()
156 struct blk_crypto_profile *profile, in devm_blk_crypto_profile_init()
171 blk_crypto_hash_bucket_for_key(struct blk_crypto_profile *profile, in blk_crypto_hash_bucket_for_key()
181 struct blk_crypto_profile *profile = slot->profile; in blk_crypto_remove_slot_from_lru_list()
190 blk_crypto_find_keyslot(struct blk_crypto_profile *profile, in blk_crypto_find_keyslot()
205 blk_crypto_find_and_grab_keyslot(struct blk_crypto_profile *profile, in blk_crypto_find_and_grab_keyslot()
248 blk_status_t blk_crypto_get_keyslot(struct blk_crypto_profile *profile, in blk_crypto_get_keyslot()
327 struct blk_crypto_profile *profile = slot->profile; in blk_crypto_put_keyslot()
346 bool __blk_crypto_cfg_supported(struct blk_crypto_profile *profile, in __blk_crypto_cfg_supported()
363 int __blk_crypto_evict_key(struct blk_crypto_profile *profile, in __blk_crypto_evict_key()
418 void blk_crypto_reprogram_all_keys(struct blk_crypto_profile *profile) in blk_crypto_reprogram_all_keys()
441 void blk_crypto_profile_destroy(struct blk_crypto_profile *profile) in blk_crypto_profile_destroy()
453 bool blk_crypto_register(struct blk_crypto_profile *profile, in blk_crypto_register()
477 void blk_crypto_intersect_capabilities(struct blk_crypto_profile *parent, in blk_crypto_intersect_capabilities()
478 const struct blk_crypto_profile *child) in blk_crypto_intersect_capabilities()
504 bool blk_crypto_has_capabilities(const struct blk_crypto_profile *target, in blk_crypto_has_capabilities()
505 const struct blk_crypto_profile *reference) in blk_crypto_has_capabilities()
551 void blk_crypto_update_capabilities(struct blk_crypto_profile *dst, in blk_crypto_update_capabilities()
552 const struct blk_crypto_profile *src) in blk_crypto_update_capabilities()