Home
last modified time | relevance | path

Searched refs:ll_ops (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/block/
Dblk-crypto-profile.c288 err = profile->ll_ops.keyslot_program(profile, key, slot_idx); in blk_crypto_get_keyslot()
380 if (profile->ll_ops.keyslot_evict) { in __blk_crypto_evict_key()
382 err = profile->ll_ops.keyslot_evict(profile, key, -1); in __blk_crypto_evict_key()
398 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()
Dblk-crypto-fallback.c553 profile->ll_ops = blk_crypto_fallback_ll_ops; in blk_crypto_fallback_init()
/Linux-v6.1/include/linux/
Dblk-crypto-profile.h78 struct blk_crypto_ll_ops ll_ops; member
/Linux-v6.1/drivers/mmc/host/
Dcqhci-crypto.c207 profile->ll_ops = cqhci_crypto_ops; in cqhci_crypto_init()
/Linux-v6.1/drivers/ufs/core/
Dufshcd-crypto.c190 hba->crypto_profile.ll_ops = ufshcd_crypto_ops; in ufshcd_hba_init_crypto_capabilities()
/Linux-v6.1/Documentation/block/
Dinline-encryption.rst239 It then must set function pointers in the ``ll_ops`` field of the
/Linux-v6.1/drivers/md/
Ddm-table.c1308 profile->ll_ops.keyslot_evict = dm_keyslot_evict; in dm_table_construct_crypto_profile()