Home
last modified time | relevance | path

Searched refs:crypto_profile (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/ufs/core/
A Dufshcd-crypto.c56 container_of(profile, struct ufs_hba, crypto_profile); in ufshcd_crypto_keyslot_program()
103 container_of(profile, struct ufs_hba, crypto_profile); in ufshcd_crypto_keyslot_evict()
123 blk_crypto_reprogram_all_keys(&hba->crypto_profile); in ufshcd_crypto_enable()
190 hba->dev, &hba->crypto_profile, in ufshcd_hba_init_crypto_capabilities()
195 hba->crypto_profile.ll_ops = ufshcd_crypto_ops; in ufshcd_hba_init_crypto_capabilities()
197 hba->crypto_profile.max_dun_bytes_supported = 8; in ufshcd_hba_init_crypto_capabilities()
198 hba->crypto_profile.dev = hba->dev; in ufshcd_hba_init_crypto_capabilities()
213 hba->crypto_profile.modes_supported[blk_mode_num] |= in ufshcd_hba_init_crypto_capabilities()
237 for (slot = 0; slot < hba->crypto_profile.num_slots; slot++) in ufshcd_init_crypto()
238 hba->crypto_profile.ll_ops.keyslot_evict(&hba->crypto_profile, in ufshcd_init_crypto()
[all …]
/linux/drivers/mmc/core/
A Dcrypto.c19 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/block/
A Dblk-crypto.c230 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()
A Dblk-crypto-sysfs.c135 if (!q->crypto_profile) in blk_crypto_sysfs_register()
141 obj->profile = q->crypto_profile; in blk_crypto_sysfs_register()
A Dblk-crypto-profile.c460 q->crypto_profile = profile; in blk_crypto_register()
A Dblk-settings.c406 if (q->crypto_profile && lim->integrity.tag_size) { in queue_limits_commit_update()
/linux/drivers/md/
A Ddm-table.c1206 bdev_get_queue(dev->bdev)->crypto_profile; in device_intersect_crypto_capabilities()
1227 dm_destroy_crypto_profile(t->crypto_profile); in dm_table_destroy_crypto_profile()
1228 t->crypto_profile = NULL; in dm_table_destroy_crypto_profile()
1275 t->md->queue->crypto_profile)) { in dm_table_construct_crypto_profile()
1302 t->crypto_profile = profile; in dm_table_construct_crypto_profile()
1310 if (!t->crypto_profile) in dm_update_crypto_profile()
1314 if (!q->crypto_profile) { in dm_update_crypto_profile()
1315 blk_crypto_register(t->crypto_profile, q); in dm_update_crypto_profile()
1318 t->crypto_profile); in dm_update_crypto_profile()
1319 dm_destroy_crypto_profile(t->crypto_profile); in dm_update_crypto_profile()
[all …]
A Ddm-core.h229 struct blk_crypto_profile *crypto_profile; member
A Ddm.c2178 dm_destroy_crypto_profile(q->crypto_profile); in dm_queue_destroy_crypto_profile()
/linux/drivers/mmc/host/
A Dcqhci-crypto.c29 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/include/linux/mmc/
A Dhost.h501 struct blk_crypto_profile crypto_profile; member
/linux/include/ufs/
A Dufshcd.h1103 struct blk_crypto_profile crypto_profile; member
/linux/include/linux/
A Dblkdev.h517 struct blk_crypto_profile *crypto_profile; member
/linux/drivers/ufs/host/
A Dufs-exynos.c1214 struct blk_crypto_profile *profile = &hba->crypto_profile; in exynos_ufs_fmp_init()

Completed in 48 milliseconds