Searched refs:ll_ops (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/block/ |
| H A D | blk-crypto-profile.c | 295 err = profile->ll_ops.keyslot_program(profile, key, slot_idx); in blk_crypto_get_keyslot() 372 if (profile->ll_ops.keyslot_evict) { in __blk_crypto_evict_key() 374 err = profile->ll_ops.keyslot_evict(profile, key, -1); in __blk_crypto_evict_key() 397 err = profile->ll_ops.keyslot_evict(profile, key, in __blk_crypto_evict_key() 436 err = profile->ll_ops.keyslot_program(profile, key, slot); in blk_crypto_reprogram_all_keys() 496 if (!profile->ll_ops.derive_sw_secret) in blk_crypto_derive_sw_secret() 515 if (!profile->ll_ops.import_key) in blk_crypto_import_key() 533 if (!profile->ll_ops.generate_key) in blk_crypto_generate_key() 536 ret = profile->ll_ops.generate_key(profile, lt_key); in blk_crypto_generate_key() 551 if (!profile->ll_ops.prepare_key) in blk_crypto_prepare_key() [all …]
|
| H A D | blk-crypto-fallback.c | 562 blk_crypto_fallback_profile->ll_ops = blk_crypto_fallback_ll_ops; in blk_crypto_fallback_init()
|
| /linux-6.15/drivers/ufs/core/ |
| H A D | ufshcd-crypto.c | 185 hba->crypto_profile.ll_ops = ufshcd_crypto_ops; in ufshcd_hba_init_crypto_capabilities() 229 hba->crypto_profile.ll_ops.keyslot_evict(&hba->crypto_profile, in ufshcd_init_crypto()
|
| /linux-6.15/drivers/mmc/host/ |
| H A D | cqhci-crypto.c | 201 profile->ll_ops = cqhci_crypto_ops; in cqhci_crypto_init() 231 profile->ll_ops.keyslot_evict(profile, NULL, slot); in cqhci_crypto_init()
|
| H A D | sdhci-msm.c | 1896 profile->ll_ops = sdhci_msm_crypto_ops; in sdhci_msm_ice_init()
|
| /linux-6.15/include/linux/ |
| H A D | blk-crypto-profile.h | 134 struct blk_crypto_ll_ops ll_ops; member
|
| /linux-6.15/drivers/ufs/host/ |
| H A D | ufs-qcom.c | 174 profile->ll_ops = ufs_qcom_crypto_ops; in ufs_qcom_ice_init()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-table.c | 1246 profile->ll_ops.keyslot_evict = dm_keyslot_evict; in dm_table_construct_crypto_profile()
|
| /linux-6.15/Documentation/block/ |
| H A D | inline-encryption.rst | 239 It then must set function pointers in the ``ll_ops`` field of the
|