Home
last modified time | relevance | path

Searched refs:keyslot_program (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dblk-crypto-profile.h37 int (*keyslot_program)(struct blk_crypto_profile *profile, member
/linux/block/
H A Dblk-crypto-profile.c293 err = profile->ll_ops.keyslot_program(profile, key, slot_idx); in blk_crypto_get_keyslot()
434 err = profile->ll_ops.keyslot_program(profile, key, slot); in blk_crypto_reprogram_all_keys()
H A Dblk-crypto-fallback.c140 .keyslot_program = blk_crypto_fallback_keyslot_program,
/linux/drivers/mmc/host/
H A Dcqhci-crypto.c130 .keyslot_program = cqhci_crypto_keyslot_program,
H A Dsdhci-msm.c2016 .keyslot_program = sdhci_msm_ice_keyslot_program,
/linux/drivers/ufs/core/
H A Dufshcd-crypto.c122 .keyslot_program = ufshcd_crypto_keyslot_program,
/linux/Documentation/block/
H A Dinline-encryption.rst248 implement ``keyslot_program`` and ``keyslot_evict``. For details, see the
493 ``blk_crypto_ll_ops::keyslot_program`` and
/linux/drivers/ufs/host/
H A Dufs-qcom.c310 .keyslot_program = ufs_qcom_ice_keyslot_program,