Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-crypto-profile.c353 if (!(profile->key_types_supported & cfg->key_type)) in __blk_crypto_cfg_supported()
492 if (!(profile->key_types_supported & BLK_CRYPTO_KEY_TYPE_HW_WRAPPED)) in blk_crypto_derive_sw_secret()
512 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()
550 if (!(profile->key_types_supported & BLK_CRYPTO_KEY_TYPE_HW_WRAPPED)) in blk_crypto_prepare_key()
585 parent->key_types_supported &= child->key_types_supported; in blk_crypto_intersect_capabilities()
590 parent->key_types_supported = 0; in blk_crypto_intersect_capabilities()
623 if (reference->key_types_supported & ~target->key_types_supported) in blk_crypto_has_capabilities()
660 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.c563 blk_crypto_fallback_profile->key_types_supported = BLK_CRYPTO_KEY_TYPE_RAW; in blk_crypto_fallback_init()
/linux/include/linux/
H A Dblk-crypto-profile.h147 unsigned int key_types_supported; member
/linux/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.c1935 profile->key_types_supported = BLK_CRYPTO_KEY_TYPE_RAW; in sdhci_msm_ice_init()
/linux/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/drivers/md/
H A Ddm-table.c1405 profile->key_types_supported = ~0; in dm_table_construct_crypto_profile()
1421 if (profile->key_types_supported & BLK_CRYPTO_KEY_TYPE_HW_WRAPPED) { in dm_table_construct_crypto_profile()
/linux/drivers/ufs/host/
H A Dufs-qcom.c201 profile->key_types_supported = qcom_ice_get_supported_key_type(ice); 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/Documentation/block/
H A Dinline-encryption.rst478 - A ``key_types_supported`` field is added to the crypto capabilities in