• Home
  • Raw
  • Download

Lines Matching defs:profile

41 	struct blk_crypto_profile *profile;  member
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()
142 static void blk_crypto_profile_destroy_callback(void *profile) in blk_crypto_profile_destroy_callback()
159 struct blk_crypto_profile *profile, in devm_blk_crypto_profile_init()
174 blk_crypto_hash_bucket_for_key(struct blk_crypto_profile *profile, in blk_crypto_hash_bucket_for_key()
184 struct blk_crypto_profile *profile = slot->profile; in blk_crypto_remove_slot_from_lru_list() local
193 blk_crypto_find_keyslot(struct blk_crypto_profile *profile, in blk_crypto_find_keyslot()
208 blk_crypto_find_and_grab_keyslot(struct blk_crypto_profile *profile, in blk_crypto_find_and_grab_keyslot()
252 blk_status_t blk_crypto_get_keyslot(struct blk_crypto_profile *profile, in blk_crypto_get_keyslot()
331 struct blk_crypto_profile *profile; in blk_crypto_put_keyslot() local
355 bool __blk_crypto_cfg_supported(struct blk_crypto_profile *profile, in __blk_crypto_cfg_supported()
374 int __blk_crypto_evict_key(struct blk_crypto_profile *profile, in __blk_crypto_evict_key()
429 void blk_crypto_reprogram_all_keys(struct blk_crypto_profile *profile) in blk_crypto_reprogram_all_keys()
452 void blk_crypto_profile_destroy(struct blk_crypto_profile *profile) in blk_crypto_profile_destroy()
466 bool blk_crypto_register(struct blk_crypto_profile *profile, in blk_crypto_register()
499 struct blk_crypto_profile *profile = in blk_crypto_derive_sw_secret() local