Home
last modified time | relevance | path

Searched refs:blk_keyslot_manager (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dkeyslot-manager.h21 struct blk_keyslot_manager;
40 int (*keyslot_program)(struct blk_keyslot_manager *ksm,
43 int (*keyslot_evict)(struct blk_keyslot_manager *ksm,
46 int (*derive_raw_secret)(struct blk_keyslot_manager *ksm,
52 struct blk_keyslot_manager { struct
108 int blk_ksm_init(struct blk_keyslot_manager *ksm, unsigned int num_slots); argument
110 int devm_blk_ksm_init(struct device *dev, struct blk_keyslot_manager *ksm,
113 blk_status_t blk_ksm_get_slot_for_key(struct blk_keyslot_manager *ksm,
121 bool blk_ksm_crypto_cfg_supported(struct blk_keyslot_manager *ksm,
124 int blk_ksm_evict_key(struct blk_keyslot_manager *ksm,
[all …]
Dblkdev.h42 struct blk_keyslot_manager;
462 struct blk_keyslot_manager *ksm;
1848 bool blk_ksm_register(struct blk_keyslot_manager *ksm, struct request_queue *q);
1854 static inline bool blk_ksm_register(struct blk_keyslot_manager *ksm, in blk_ksm_register()
Ddevice-mapper.h588 void dm_destroy_keyslot_manager(struct blk_keyslot_manager *ksm);
/include/linux/mmc/
Dhost.h528 struct blk_keyslot_manager ksm;