Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ufs/core/ !
Dufshcd-crypto.c56 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-6.1.9/block/ !
Dblk-crypto.c223 return blk_crypto_get_keyslot(rq->q->crypto_profile, in __blk_crypto_init_request()
287 profile = bdev_get_queue(bio->bi_bdev)->crypto_profile; in __blk_crypto_bio_prep()
364 __blk_crypto_cfg_supported(q->crypto_profile, cfg); in blk_crypto_config_supported()
385 if (__blk_crypto_cfg_supported(q->crypto_profile, &key->crypto_cfg)) in blk_crypto_start_using_key()
406 if (__blk_crypto_cfg_supported(q->crypto_profile, &key->crypto_cfg)) in blk_crypto_evict_key()
407 return __blk_crypto_evict_key(q->crypto_profile, key); in blk_crypto_evict_key()
Dblk-crypto-sysfs.c134 if (!q->crypto_profile) in blk_crypto_sysfs_register()
140 obj->profile = q->crypto_profile; in blk_crypto_sysfs_register()
Dblk-integrity.c412 if (disk->queue->crypto_profile) { in blk_integrity_register()
414 disk->queue->crypto_profile = NULL; in blk_integrity_register()
Dblk-crypto-profile.c461 q->crypto_profile = profile; in blk_crypto_register()
/linux-6.1.9/drivers/mmc/core/ !
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-6.1.9/drivers/md/ !
Ddm-table.c1260 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 …]
Ddm-core.h225 struct blk_crypto_profile *crypto_profile; member
Ddm.c1948 dm_destroy_crypto_profile(q->crypto_profile); in dm_queue_destroy_crypto_profile()
/linux-6.1.9/drivers/mmc/host/ !
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-6.1.9/fs/crypto/ !
Dinline_crypt.c83 __blk_crypto_cfg_supported(q->crypto_profile, cfg)) { in fscrypt_log_blk_crypto_impl()
/linux-6.1.9/include/linux/mmc/ !
Dhost.h517 struct blk_crypto_profile crypto_profile; member
/linux-6.1.9/include/ufs/ !
Dufshcd.h971 struct blk_crypto_profile crypto_profile; member
/linux-6.1.9/include/linux/ !
Dblkdev.h468 struct blk_crypto_profile *crypto_profile; member