Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-crypto-profile.c355 if (!(profile->key_types_supported & cfg->key_type)) in __blk_crypto_cfg_supported()
494 if (!(profile->key_types_supported & BLK_CRYPTO_KEY_TYPE_HW_WRAPPED)) in blk_crypto_derive_sw_secret()
513 if (!(profile->key_types_supported & BLK_CRYPTO_KEY_TYPE_HW_WRAPPED)) in blk_crypto_import_key()
531 if (!(profile->key_types_supported & BLK_CRYPTO_KEY_TYPE_HW_WRAPPED)) in blk_crypto_generate_key()
549 if (!(profile->key_types_supported & BLK_CRYPTO_KEY_TYPE_HW_WRAPPED)) in blk_crypto_prepare_key()
583 parent->key_types_supported &= child->key_types_supported; in blk_crypto_intersect_capabilities()
588 parent->key_types_supported = 0; in blk_crypto_intersect_capabilities()
621 if (reference->key_types_supported & ~target->key_types_supported) in blk_crypto_has_capabilities()
658 dst->key_types_supported = src->key_types_supported; in blk_crypto_update_capabilities()
H A Dblk-crypto-sysfs.c75 !(profile->key_types_supported & BLK_CRYPTO_KEY_TYPE_HW_WRAPPED)) in blk_crypto_is_visible()
78 !(profile->key_types_supported & BLK_CRYPTO_KEY_TYPE_RAW)) in blk_crypto_is_visible()
H A Dblk-crypto-fallback.c564 blk_crypto_fallback_profile->key_types_supported = BLK_CRYPTO_KEY_TYPE_RAW; in blk_crypto_fallback_init()
/linux-6.15/include/linux/
H A Dblk-crypto-profile.h147 unsigned int key_types_supported; member
/linux-6.15/drivers/ufs/core/
H A Dufshcd-crypto.c188 hba->crypto_profile.key_types_supported = BLK_CRYPTO_KEY_TYPE_RAW; in ufshcd_hba_init_crypto_capabilities()
/linux-6.15/drivers/mmc/host/
H A Dcqhci-crypto.c207 profile->key_types_supported = BLK_CRYPTO_KEY_TYPE_RAW; in cqhci_crypto_init()
H A Dsdhci-msm.c1898 profile->key_types_supported = BLK_CRYPTO_KEY_TYPE_RAW; in sdhci_msm_ice_init()
/linux-6.15/drivers/ufs/host/
H A Dufs-qcom.c176 profile->key_types_supported = BLK_CRYPTO_KEY_TYPE_RAW; in ufs_qcom_ice_init()
H A Dufs-exynos.c1349 profile->key_types_supported = BLK_CRYPTO_KEY_TYPE_RAW; in exynos_ufs_fmp_init()
/linux-6.15/drivers/md/
H A Ddm-table.c1250 profile->key_types_supported = ~0; in dm_table_construct_crypto_profile()
/linux-6.15/Documentation/block/
H A Dinline-encryption.rst472 - A ``key_types_supported`` field is added to the crypto capabilities in