Searched refs:keyslot_evict (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/block/ |
| H A D | keyslot-manager.c | 374 if (ksm->ksm_ll_ops.keyslot_evict) { in blk_ksm_evict_key() 376 err = ksm->ksm_ll_ops.keyslot_evict(ksm, key, -1); in blk_ksm_evict_key() 392 err = ksm->ksm_ll_ops.keyslot_evict(ksm, key, in blk_ksm_evict_key()
|
| H A D | blk-crypto-fallback.c | 143 .keyslot_evict = blk_crypto_keyslot_evict,
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ufs/ |
| H A D | ufshcd-crypto.c | 142 .keyslot_evict = ufshcd_crypto_keyslot_evict, 249 hba->ksm.ksm_ll_ops.keyslot_evict(&hba->ksm, NULL, slot); in ufshcd_init_crypto()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | keyslot-manager.h | 43 int (*keyslot_evict)(struct blk_keyslot_manager *ksm, member
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | cqhci-crypto.c | 137 .keyslot_evict = cqhci_crypto_keyslot_evict,
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-table.c | 1347 .keyslot_evict = dm_keyslot_evict,
|