Searched refs:ll_ops (Results 1 – 6 of 6) sorted by relevance
| /linux/block/ |
| H A D | blk-crypto-profile.c | 293 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 D | blk-crypto-fallback.c | 561 blk_crypto_fallback_profile->ll_ops = blk_crypto_fallback_ll_ops; in blk_crypto_fallback_init()
|
| /linux/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()
|
| /linux/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/include/linux/ |
| H A D | blk-crypto-profile.h | 134 struct blk_crypto_ll_ops ll_ops; member
|
| /linux/drivers/md/ |
| H A D | dm-table.c | 1401 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()
|