Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dblk-crypto.h100 void blk_crypto_evict_key(struct request_queue *q,
/kernel/linux/linux-6.6/include/linux/
Dblk-crypto.h98 void blk_crypto_evict_key(struct block_device *bdev,
/kernel/linux/linux-6.6/block/
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);
/kernel/linux/linux-5.10/block/
Dblk-crypto.c403 void blk_crypto_evict_key(struct request_queue *q, in blk_crypto_evict_key() function
/kernel/linux/linux-5.10/fs/crypto/
Dinline_crypt.c199 blk_crypto_evict_key(blk_key->devs[i], &blk_key->base); in fscrypt_destroy_inline_crypt_key()
/kernel/linux/linux-6.6/fs/crypto/
Dinline_crypt.c223 blk_crypto_evict_key(devs[i], blk_key); in fscrypt_destroy_inline_crypt_key()
/kernel/linux/linux-6.6/Documentation/block/
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.
/kernel/linux/linux-5.10/Documentation/block/
Dinline-encryption.rst174 ``blk_crypto_evict_key`` *must* be called by upper layers before a
177 ``blk_crypto_evict_key`` will ensure that a key is removed from any keyslots in
/kernel/linux/linux-6.6/drivers/md/
Ddm-table.c1226 blk_crypto_evict_key(dev->bdev, key); in dm_keyslot_evict_callback()