Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-crypto.c403 int blk_crypto_evict_key(struct request_queue *q, in blk_crypto_evict_key() function
415 EXPORT_SYMBOL_GPL(blk_crypto_evict_key);
/Linux-v6.1/include/linux/
Dblk-crypto.h100 int blk_crypto_evict_key(struct request_queue *q,
/Linux-v6.1/fs/crypto/
Dinline_crypt.c227 blk_crypto_evict_key(bdev_get_queue(devs[i]), blk_key); in fscrypt_destroy_inline_crypt_key()
/Linux-v6.1/Documentation/block/
Dinline-encryption.rst210 request_queue, 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 request_queue.
/Linux-v6.1/drivers/md/
Ddm-table.c1218 err = blk_crypto_evict_key(bdev_get_queue(dev->bdev), args->key); in dm_keyslot_evict_callback()