Home
last modified time | relevance | path

Searched refs:max_dun_bytes_supported (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/block/
H A Dblk-crypto-profile.c353 if (profile->max_dun_bytes_supported < cfg->dun_bytes) in __blk_crypto_cfg_supported()
578 parent->max_dun_bytes_supported = in blk_crypto_intersect_capabilities()
579 min(parent->max_dun_bytes_supported, in blk_crypto_intersect_capabilities()
580 child->max_dun_bytes_supported); in blk_crypto_intersect_capabilities()
585 parent->max_dun_bytes_supported = 0; in blk_crypto_intersect_capabilities()
617 if (reference->max_dun_bytes_supported > in blk_crypto_has_capabilities()
618 target->max_dun_bytes_supported) in blk_crypto_has_capabilities()
657 dst->max_dun_bytes_supported = src->max_dun_bytes_supported; in blk_crypto_update_capabilities()
H A Dblk-crypto-sysfs.c44 return sysfs_emit(page, "%u\n", 8 * profile->max_dun_bytes_supported); in max_dun_bits_show()
H A Dblk-crypto-fallback.c563 blk_crypto_fallback_profile->max_dun_bytes_supported = BLK_CRYPTO_MAX_IV_SIZE; in blk_crypto_fallback_init()
/linux-6.15/include/linux/
H A Dblk-crypto-profile.h141 unsigned int max_dun_bytes_supported; member
/linux-6.15/drivers/ufs/core/
H A Dufshcd-crypto.c187 hba->crypto_profile.max_dun_bytes_supported = 8; in ufshcd_hba_init_crypto_capabilities()
/linux-6.15/drivers/mmc/host/
H A Dcqhci-crypto.c205 profile->max_dun_bytes_supported = 4; in cqhci_crypto_init()
H A Dsdhci-msm.c1897 profile->max_dun_bytes_supported = 4; in sdhci_msm_ice_init()
/linux-6.15/drivers/ufs/host/
H A Dufs-qcom.c175 profile->max_dun_bytes_supported = 8; in ufs_qcom_ice_init()
H A Dufs-exynos.c1348 profile->max_dun_bytes_supported = AES_BLOCK_SIZE; in exynos_ufs_fmp_init()
/linux-6.15/drivers/md/
H A Ddm-table.c1247 profile->max_dun_bytes_supported = UINT_MAX; in dm_table_construct_crypto_profile()
/linux-6.15/Documentation/block/
H A Dinline-encryption.rst237 blk_crypto_profile, e.g. ``modes_supported`` and ``max_dun_bytes_supported``.