Home
last modified time | relevance | path

Searched refs:blk_crypto_evict_key (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Dblk-crypto.c417 void blk_crypto_evict_key(struct block_device *bdev, in blk_crypto_evict_key() function
438 EXPORT_SYMBOL_GPL(blk_crypto_evict_key);
/linux/include/linux/
H A Dblk-crypto.h98 void blk_crypto_evict_key(struct block_device *bdev,
/linux/Documentation/block/
H A Dinline-encryption.rst210 block_device, users must call ``blk_crypto_evict_key()``. This ensures that
221 5. ``blk_crypto_evict_key()`` (after all I/O has completed)
226 and ``blk_crypto_evict_key()`` must be called on each block_device.
/linux/drivers/md/
H A Ddm-table.c1167 blk_crypto_evict_key(dev->bdev, key); in dm_keyslot_evict_callback()