Lines Matching refs:blk_crypto_profile

41 	struct blk_crypto_profile *profile;
44 static inline void blk_crypto_hw_enter(struct blk_crypto_profile *profile) in blk_crypto_hw_enter()
56 static inline void blk_crypto_hw_exit(struct blk_crypto_profile *profile) in blk_crypto_hw_exit()
73 int blk_crypto_profile_init(struct blk_crypto_profile *profile, in blk_crypto_profile_init()
148 struct blk_crypto_profile *profile, in devm_blk_crypto_profile_init()
163 blk_crypto_hash_bucket_for_key(struct blk_crypto_profile *profile, in blk_crypto_hash_bucket_for_key()
173 struct blk_crypto_profile *profile = slot->profile; in blk_crypto_remove_slot_from_lru_list()
182 blk_crypto_find_keyslot(struct blk_crypto_profile *profile, in blk_crypto_find_keyslot()
197 blk_crypto_find_and_grab_keyslot(struct blk_crypto_profile *profile, in blk_crypto_find_and_grab_keyslot()
241 blk_status_t blk_crypto_get_keyslot(struct blk_crypto_profile *profile, in blk_crypto_get_keyslot()
320 struct blk_crypto_profile *profile; in blk_crypto_put_keyslot()
344 bool __blk_crypto_cfg_supported(struct blk_crypto_profile *profile, in __blk_crypto_cfg_supported()
373 int __blk_crypto_evict_key(struct blk_crypto_profile *profile, in __blk_crypto_evict_key()
420 void blk_crypto_reprogram_all_keys(struct blk_crypto_profile *profile) in blk_crypto_reprogram_all_keys()
443 void blk_crypto_profile_destroy(struct blk_crypto_profile *profile) in blk_crypto_profile_destroy()
454 bool blk_crypto_register(struct blk_crypto_profile *profile, in blk_crypto_register()
483 void blk_crypto_intersect_capabilities(struct blk_crypto_profile *parent, in blk_crypto_intersect_capabilities()
484 const struct blk_crypto_profile *child) in blk_crypto_intersect_capabilities()
510 bool blk_crypto_has_capabilities(const struct blk_crypto_profile *target, in blk_crypto_has_capabilities()
511 const struct blk_crypto_profile *reference) in blk_crypto_has_capabilities()
557 void blk_crypto_update_capabilities(struct blk_crypto_profile *dst, in blk_crypto_update_capabilities()
558 const struct blk_crypto_profile *src) in blk_crypto_update_capabilities()