Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-crypto-profile.c295 err = profile->ll_ops.keyslot_program(profile, key, slot_idx); in blk_crypto_get_keyslot()
370 if (profile->ll_ops.keyslot_evict) { in __blk_crypto_evict_key()
372 err = profile->ll_ops.keyslot_evict(profile, key, -1); in __blk_crypto_evict_key()
395 err = profile->ll_ops.keyslot_evict(profile, key, in __blk_crypto_evict_key()
434 err = profile->ll_ops.keyslot_program(profile, key, slot); in blk_crypto_reprogram_all_keys()
H A Dblk-crypto-fallback.c561 blk_crypto_fallback_profile->ll_ops = blk_crypto_fallback_ll_ops; in blk_crypto_fallback_init()
/openbmc/linux/include/linux/
H A Dblk-crypto-profile.h78 struct blk_crypto_ll_ops ll_ops; member
/openbmc/linux/drivers/mmc/host/
H A Dcqhci-crypto.c207 profile->ll_ops = cqhci_crypto_ops; in cqhci_crypto_init()
/openbmc/linux/drivers/ufs/core/
H A Dufshcd-crypto.c190 hba->crypto_profile.ll_ops = ufshcd_crypto_ops; in ufshcd_hba_init_crypto_capabilities()
/openbmc/linux/Documentation/block/
H A Dinline-encryption.rst239 It then must set function pointers in the ``ll_ops`` field of the
/openbmc/linux/drivers/md/
H A Ddm-table.c1313 profile->ll_ops.keyslot_evict = dm_keyslot_evict; in dm_table_construct_crypto_profile()