Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dkeyslot-manager.c374 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 Dblk-crypto-fallback.c143 .keyslot_evict = blk_crypto_keyslot_evict,
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd-crypto.c142 .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 Dkeyslot-manager.h43 int (*keyslot_evict)(struct blk_keyslot_manager *ksm, member
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dcqhci-crypto.c137 .keyslot_evict = cqhci_crypto_keyslot_evict,
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-table.c1347 .keyslot_evict = dm_keyslot_evict,