Searched refs:crypto_profile (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/mmc/core/
H A Dcrypto.c19 blk_crypto_reprogram_all_keys(&host->crypto_profile);
25 blk_crypto_register(&host->crypto_profile, q);
/linux-master/drivers/ufs/core/
H A Dufshcd-crypto.c56 container_of(profile, struct ufs_hba, crypto_profile);
114 container_of(profile, struct ufs_hba, crypto_profile);
125 blk_crypto_reprogram_all_keys(&hba->crypto_profile);
185 hba->dev, &hba->crypto_profile,
190 hba->crypto_profile.ll_ops = ufshcd_crypto_ops;
192 hba->crypto_profile.max_dun_bytes_supported = 8;
193 hba->crypto_profile.dev = hba->dev;
208 hba->crypto_profile.modes_supported[blk_mode_num] |=
239 blk_crypto_register(&hba->crypto_profile, q);
/linux-master/block/
H A Dblk-crypto-sysfs.c135 if (!q->crypto_profile)
141 obj->profile = q->crypto_profile;
H A Dblk-crypto.c230 return blk_crypto_get_keyslot(rq->q->crypto_profile,
363 return __blk_crypto_cfg_supported(bdev_get_queue(bdev)->crypto_profile,
424 err = __blk_crypto_evict_key(q->crypto_profile, key);
H A Dblk-integrity.c378 if (disk->queue->crypto_profile) {
380 disk->queue->crypto_profile = NULL;
H A Dblk-crypto-profile.c460 q->crypto_profile = profile;
/linux-master/drivers/mmc/host/
H A Dcqhci-crypto.c29 container_of(profile, struct mmc_host, crypto_profile);
172 struct blk_crypto_profile *profile = &mmc->crypto_profile;
/linux-master/drivers/md/
H A Ddm-table.c1266 bdev_get_queue(dev->bdev)->crypto_profile;
1287 dm_destroy_crypto_profile(t->crypto_profile);
1288 t->crypto_profile = NULL;
1292 * Constructs and initializes t->crypto_profile with a crypto profile that
1298 * no crypto capabilities at all), it just sets t->crypto_profile to NULL.
1335 t->md->queue->crypto_profile)) {
1358 * t->crypto_profile is only set temporarily while the table is being
1362 t->crypto_profile = profile;
1370 if (!t->crypto_profile)
1374 if (!q->crypto_profile) {
[all...]
H A Ddm-core.h228 struct blk_crypto_profile *crypto_profile; member in struct:dm_table
H A Ddm.c1996 dm_destroy_crypto_profile(q->crypto_profile);
/linux-master/include/linux/mmc/
H A Dhost.h524 struct blk_crypto_profile crypto_profile; member in struct:mmc_host
/linux-master/include/ufs/
H A Dufshcd.h898 * @crypto_profile: the crypto profile of this hba (if applicable)
1060 struct blk_crypto_profile crypto_profile; member in struct:ufs_hba
/linux-master/include/linux/
H A Dblkdev.h443 struct blk_crypto_profile *crypto_profile; member in struct:request_queue

Completed in 272 milliseconds