Searched refs:crypto_profile (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/drivers/ufs/core/ |
D | ufshcd-crypto.c | 56 container_of(profile, struct ufs_hba, crypto_profile); in ufshcd_crypto_keyslot_program() 114 container_of(profile, struct ufs_hba, crypto_profile); in ufshcd_crypto_keyslot_evict() 125 blk_crypto_reprogram_all_keys(&hba->crypto_profile); in ufshcd_crypto_enable() 185 hba->dev, &hba->crypto_profile, in ufshcd_hba_init_crypto_capabilities() 190 hba->crypto_profile.ll_ops = ufshcd_crypto_ops; in ufshcd_hba_init_crypto_capabilities() 192 hba->crypto_profile.max_dun_bytes_supported = 8; in ufshcd_hba_init_crypto_capabilities() 193 hba->crypto_profile.dev = hba->dev; in ufshcd_hba_init_crypto_capabilities() 208 hba->crypto_profile.modes_supported[blk_mode_num] |= in ufshcd_hba_init_crypto_capabilities() 239 blk_crypto_register(&hba->crypto_profile, q); in ufshcd_crypto_register()
|
/Linux-v6.6/drivers/mmc/core/ |
D | crypto.c | 19 blk_crypto_reprogram_all_keys(&host->crypto_profile); in mmc_crypto_set_initial_state() 25 blk_crypto_register(&host->crypto_profile, q); in mmc_crypto_setup_queue()
|
/Linux-v6.6/block/ |
D | blk-crypto.c | 230 return blk_crypto_get_keyslot(rq->q->crypto_profile, in __blk_crypto_rq_get_keyslot() 363 return __blk_crypto_cfg_supported(bdev_get_queue(bdev)->crypto_profile, in blk_crypto_config_supported_natively() 424 err = __blk_crypto_evict_key(q->crypto_profile, key); in blk_crypto_evict_key()
|
D | blk-crypto-sysfs.c | 135 if (!q->crypto_profile) in blk_crypto_sysfs_register() 141 obj->profile = q->crypto_profile; in blk_crypto_sysfs_register()
|
D | blk-integrity.c | 377 if (disk->queue->crypto_profile) { in blk_integrity_register() 379 disk->queue->crypto_profile = NULL; in blk_integrity_register()
|
D | blk-crypto-profile.c | 460 q->crypto_profile = profile; in blk_crypto_register()
|
/Linux-v6.6/drivers/md/ |
D | dm-table.c | 1260 bdev_get_queue(dev->bdev)->crypto_profile; in device_intersect_crypto_capabilities() 1281 dm_destroy_crypto_profile(t->crypto_profile); in dm_table_destroy_crypto_profile() 1282 t->crypto_profile = NULL; in dm_table_destroy_crypto_profile() 1329 t->md->queue->crypto_profile)) { in dm_table_construct_crypto_profile() 1356 t->crypto_profile = profile; in dm_table_construct_crypto_profile() 1364 if (!t->crypto_profile) in dm_update_crypto_profile() 1368 if (!q->crypto_profile) { in dm_update_crypto_profile() 1369 blk_crypto_register(t->crypto_profile, q); in dm_update_crypto_profile() 1371 blk_crypto_update_capabilities(q->crypto_profile, in dm_update_crypto_profile() 1372 t->crypto_profile); in dm_update_crypto_profile() [all …]
|
D | dm-core.h | 226 struct blk_crypto_profile *crypto_profile; member
|
D | dm.c | 1960 dm_destroy_crypto_profile(q->crypto_profile); in dm_queue_destroy_crypto_profile()
|
/Linux-v6.6/drivers/mmc/host/ |
D | cqhci-crypto.c | 29 container_of(profile, struct mmc_host, crypto_profile); in cqhci_host_from_crypto_profile() 172 struct blk_crypto_profile *profile = &mmc->crypto_profile; in cqhci_crypto_init()
|
/Linux-v6.6/include/linux/mmc/ |
D | host.h | 524 struct blk_crypto_profile crypto_profile; member
|
/Linux-v6.6/include/ufs/ |
D | ufshcd.h | 1053 struct blk_crypto_profile crypto_profile; member
|
/Linux-v6.6/include/linux/ |
D | blkdev.h | 449 struct blk_crypto_profile *crypto_profile; member
|