Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-crypto-profile.c293 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()
494 if (!profile->ll_ops.derive_sw_secret) in blk_crypto_derive_sw_secret()
497 err = profile->ll_ops.derive_sw_secret(profile, eph_key, eph_key_size, in blk_crypto_derive_sw_secret()
514 if (!profile->ll_ops.import_key) in blk_crypto_import_key()
517 ret = profile->ll_ops.import_key(profile, raw_key, raw_key_size, in blk_crypto_import_key()
533 if (!profile->ll_ops.generate_key) in blk_crypto_generate_key()
[all …]
H A Dblk-crypto-fallback.c561 blk_crypto_fallback_profile->ll_ops = blk_crypto_fallback_ll_ops; in blk_crypto_fallback_init()
/linux/drivers/mmc/host/
H A Dcqhci-crypto.c201 profile->ll_ops = cqhci_crypto_ops; in cqhci_crypto_init()
231 profile->ll_ops.keyslot_evict(profile, NULL, slot); in cqhci_crypto_init()
/linux/drivers/ufs/core/
H A Dufshcd-crypto.c185 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/include/linux/
H A Dblk-crypto-profile.h134 struct blk_crypto_ll_ops ll_ops; member
/linux/drivers/md/
H A Ddm-table.c1401 profile->ll_ops.keyslot_evict = dm_keyslot_evict; in dm_table_construct_crypto_profile()
1422 profile->ll_ops.derive_sw_secret = dm_derive_sw_secret; in dm_table_construct_crypto_profile()
1423 profile->ll_ops.import_key = dm_import_key; in dm_table_construct_crypto_profile()
1424 profile->ll_ops.generate_key = dm_generate_key; in dm_table_construct_crypto_profile()
1425 profile->ll_ops.prepare_key = dm_prepare_key; in dm_table_construct_crypto_profile()