Searched refs:crypto_profile (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/ufs/core/ |
| A D | ufshcd-crypto.c | 56 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 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/block/ |
| A 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()
|
| A 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()
|
| A D | blk-crypto-profile.c | 460 q->crypto_profile = profile; in blk_crypto_register()
|
| A D | blk-settings.c | 406 if (q->crypto_profile && lim->integrity.tag_size) { in queue_limits_commit_update()
|
| /linux/drivers/md/ |
| A D | dm-table.c | 1206 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 D | dm-core.h | 229 struct blk_crypto_profile *crypto_profile; member
|
| A D | dm.c | 2178 dm_destroy_crypto_profile(q->crypto_profile); in dm_queue_destroy_crypto_profile()
|
| /linux/drivers/mmc/host/ |
| A 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/include/linux/mmc/ |
| A D | host.h | 501 struct blk_crypto_profile crypto_profile; member
|
| /linux/include/ufs/ |
| A D | ufshcd.h | 1103 struct blk_crypto_profile crypto_profile; member
|
| /linux/include/linux/ |
| A D | blkdev.h | 517 struct blk_crypto_profile *crypto_profile; member
|
| /linux/drivers/ufs/host/ |
| A D | ufs-exynos.c | 1214 struct blk_crypto_profile *profile = &hba->crypto_profile; in exynos_ufs_fmp_init()
|
Completed in 48 milliseconds