Lines Matching defs:blk_keyslot_manager
12 struct blk_keyslot_manager;
28 int (*keyslot_program)(struct blk_keyslot_manager *ksm,
31 int (*keyslot_evict)(struct blk_keyslot_manager *ksm,
36 struct blk_keyslot_manager {
86 int blk_ksm_init(struct blk_keyslot_manager *ksm, unsigned int num_slots);
88 blk_status_t blk_ksm_get_slot_for_key(struct blk_keyslot_manager *ksm,
96 bool blk_ksm_crypto_cfg_supported(struct blk_keyslot_manager *ksm,
99 int blk_ksm_evict_key(struct blk_keyslot_manager *ksm,
102 void blk_ksm_reprogram_all_keys(struct blk_keyslot_manager *ksm);
104 void blk_ksm_destroy(struct blk_keyslot_manager *ksm);